View Source GoogleApi.DataMigration.V1.Model.AuthorizedNetwork (google_api_data_migration v0.21.0)

AuthorizedNetwork contains metadata for an authorized network.

Attributes

  • cidrRange (type: String.t, default: nil) - Optional. CIDR range for one authorzied network of the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.AuthorizedNetwork{
  cidrRange: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.