GoogleApi.AlloyDB.V1.Model.InstanceNetworkConfig (google_api_alloy_db v0.16.0)
View SourceMetadata related to instance-level network configuration.
Attributes
-
authorizedExternalNetworks(type:list(GoogleApi.AlloyDB.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. -
network(type:String.t, default:nil) - Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: //projects/{project_number}/global/networks/{network_id}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.InstanceNetworkConfig{ authorizedExternalNetworks: [GoogleApi.AlloyDB.V1.Model.AuthorizedNetwork.t()] | nil, enableOutboundPublicIp: boolean() | nil, enablePublicIp: boolean() | nil, network: String.t() | nil }