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.
Implements
IMessageInstanceTypesInstanceNetworkConfig, IEquatableInstanceTypesInstanceNetworkConfig, IDeepCloneableInstanceTypesInstanceNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |
EnablePublicIp
public bool EnablePublicIp { get; set; }
Optional. Enabling public ip for the instance.
Property Value | |
---|---|
Type | Description |
bool |