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

Metadata related to instance level network configuration.

Attributes

  • authorizedExternalNetworks (type: list(GoogleApi.DataMigration.V1.Model.AuthorizedNetwork.t), default: nil) - Optional. A list of external network authorized to access this instance.
  • enableOutboundPublicIp (type: boolean(), default: nil) - Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
  • enablePublicIp (type: boolean(), default: nil) - Optional. Enabling public ip for the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.InstanceNetworkConfig{
  authorizedExternalNetworks:
    [GoogleApi.DataMigration.V1.Model.AuthorizedNetwork.t()] | nil,
  enableOutboundPublicIp: boolean() | nil,
  enablePublicIp: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.