public sealed class Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork : IMessage<Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork>, IEquatable<Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork>, IDeepCloneable<Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1beta API class Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork.
AuthorizedNetwork contains metadata for an authorized network.
Implements
IMessageInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork, IEquatableInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork, IDeepCloneableInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
AuthorizedNetwork()
public AuthorizedNetwork()AuthorizedNetwork(AuthorizedNetwork)
public AuthorizedNetwork(Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork |
Properties
CidrRange
public string CidrRange { get; set; }CIDR range for one authorzied network of the instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|