AlloyDB v1alpha API - Class Instance.Types.InstanceNetworkConfig (1.0.0-alpha12)

public sealed class Instance.Types.InstanceNetworkConfig : IMessage<Instance.Types.InstanceNetworkConfig>, IEquatable<Instance.Types.InstanceNetworkConfig>, IDeepCloneable<Instance.Types.InstanceNetworkConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class Instance.Types.InstanceNetworkConfig.

Metadata related to instance-level network configuration.

Inheritance

object > Instance.Types.InstanceNetworkConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

InstanceNetworkConfig()

public InstanceNetworkConfig()

InstanceNetworkConfig(InstanceNetworkConfig)

public InstanceNetworkConfig(Instance.Types.InstanceNetworkConfig other)
Parameter
Name Description
other InstanceTypesInstanceNetworkConfig

Properties

AllocatedIpRangeOverride

public string AllocatedIpRangeOverride { get; set; }

Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.

Property Value
Type Description
string

AuthorizedExternalNetworks

public RepeatedField<Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork> AuthorizedExternalNetworks { get; }

Optional. A list of external network authorized to access this instance.

Property Value
Type Description
RepeatedFieldInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork

EnableOutboundPublicIp

public bool EnableOutboundPublicIp { get; set; }

Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.

Property Value
Type Description
bool

EnablePublicIp

public bool EnablePublicIp { get; set; }

Optional. Enabling public ip for the instance.

Property Value
Type Description
bool

Network

public string Network { get; set; }

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}.

Property Value
Type Description
string

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
Type Description
NetworkName