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 v1beta API class Instance.Types.InstanceNetworkConfig.
Metadata related to instance level network configuration.
Implements
IMessageInstanceTypesInstanceNetworkConfig, IEquatableInstanceTypesInstanceNetworkConfig, IDeepCloneableInstanceTypesInstanceNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
InstanceNetworkConfig()
public InstanceNetworkConfig()
InstanceNetworkConfig(InstanceNetworkConfig)
public InstanceNetworkConfig(Instance.Types.InstanceNetworkConfig other)
Parameter | |
---|---|
Name | Description |
other |
InstanceTypesInstanceNetworkConfig |
Properties
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 |