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

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
NameDescription
otherInstanceTypesInstanceNetworkConfig

Properties

AuthorizedExternalNetworks

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

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

Property Value
TypeDescription
RepeatedFieldInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork

EnablePublicIp

public bool EnablePublicIp { get; set; }

Optional. Enabling public ip for the instance.

Property Value
TypeDescription
bool