AlloyDB v1beta API - Class Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork (1.0.0-beta05)

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, IMessage

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

AuthorizedNetwork contains metadata for an authorized network.

Inheritance

object > Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

AuthorizedNetwork()

public AuthorizedNetwork()

AuthorizedNetwork(AuthorizedNetwork)

public AuthorizedNetwork(Instance.Types.InstanceNetworkConfig.Types.AuthorizedNetwork other)
Parameter
NameDescription
otherInstanceTypesInstanceNetworkConfigTypesAuthorizedNetwork

Properties

CidrRange

public string CidrRange { get; set; }

CIDR range for one authorzied network of the instance.

Property Value
TypeDescription
string