public sealed class PrivateClusterConfig : IMessage<PrivateClusterConfig>, IEquatable<PrivateClusterConfig>, IDeepCloneable<PrivateClusterConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PrivateClusterConfig.
Configuration options for the private GKE cluster in a Cloud Composer environment.
Implements
IMessagePrivateClusterConfig, IEquatablePrivateClusterConfig, IDeepCloneablePrivateClusterConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
PrivateClusterConfig()
public PrivateClusterConfig()
PrivateClusterConfig(PrivateClusterConfig)
public PrivateClusterConfig(PrivateClusterConfig other)
Parameter | |
---|---|
Name | Description |
other |
PrivateClusterConfig |
Properties
EnablePrivateEndpoint
public bool EnablePrivateEndpoint { get; set; }
Optional. If true
, access to the public endpoint of the GKE cluster is
denied.
Property Value | |
---|---|
Type | Description |
bool |
MasterIpv4CidrBlock
public string MasterIpv4CidrBlock { get; set; }
Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
Property Value | |
---|---|
Type | Description |
string |
MasterIpv4ReservedRange
public string MasterIpv4ReservedRange { get; set; }
Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the GKE cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
Property Value | |
---|---|
Type | Description |
string |