Show / Hide Table of Contents

Class PrivateClusterConfig

Configuration options for the private GKE cluster in a Cloud Composer environment.

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.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.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

Optional. If true, access to the public endpoint of the GKE cluster is denied.

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

MasterIpv4CidrBlock

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.

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

MasterIpv4ReservedRange

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX