AlloyDB v1beta API - Class Cluster.Types.NetworkConfig (1.0.0-beta05)

public sealed class Cluster.Types.NetworkConfig : IMessage<Cluster.Types.NetworkConfig>, IEquatable<Cluster.Types.NetworkConfig>, IDeepCloneable<Cluster.Types.NetworkConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class Cluster.Types.NetworkConfig.

Metadata related to network configuration.

Inheritance

object > Cluster.Types.NetworkConfig

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(Cluster.Types.NetworkConfig other)
Parameter
NameDescription
otherClusterTypesNetworkConfig

Properties

AllocatedIpRange

public string AllocatedIpRange { get; set; }

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with Cloud SQL.

Property Value
TypeDescription
string

Network

public string Network { get; set; }

Optional. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

Property Value
TypeDescription
string