Show / Hide Table of Contents

Class PrivateClusterConfig

Configuration options for private clusters.

Inheritance
object
PrivateClusterConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class PrivateClusterConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnablePrivateEndpoint

Whether the master's internal IP address is used as the cluster endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.

Declaration
[JsonProperty("enablePrivateEndpoint")]
public virtual bool? EnablePrivateEndpoint { get; set; }
Property Value
Type Description
bool?

EnablePrivateNodes

Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking. Deprecated: Use NetworkConfig.default_enable_private_nodes instead.

Declaration
[JsonProperty("enablePrivateNodes")]
public virtual bool? EnablePrivateNodes { get; set; }
Property Value
Type Description
bool?

MasterGlobalAccessConfig

Controls master global access settings. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access instead.

Declaration
[JsonProperty("masterGlobalAccessConfig")]
public virtual PrivateClusterMasterGlobalAccessConfig MasterGlobalAccessConfig { get; set; }
Property Value
Type Description
PrivateClusterMasterGlobalAccessConfig

MasterIpv4CidrBlock

The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.

Declaration
[JsonProperty("masterIpv4CidrBlock")]
public virtual string MasterIpv4CidrBlock { get; set; }
Property Value
Type Description
string

PeeringName

Output only. The peering name in the customer VPC used by this cluster.

Declaration
[JsonProperty("peeringName")]
public virtual string PeeringName { get; set; }
Property Value
Type Description
string

PrivateEndpoint

Output only. The internal IP address of this cluster's master endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint instead.

Declaration
[JsonProperty("privateEndpoint")]
public virtual string PrivateEndpoint { get; set; }
Property Value
Type Description
string

PrivateEndpointSubnetwork

Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead.

Declaration
[JsonProperty("privateEndpointSubnetwork")]
public virtual string PrivateEndpointSubnetwork { get; set; }
Property Value
Type Description
string

PublicEndpoint

Output only. The external IP address of this cluster's master endpoint. Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.

Declaration
[JsonProperty("publicEndpoint")]
public virtual string PublicEndpoint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX