PrivateClusterConfig class

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

Constructors

PrivateClusterConfig({bool? enablePrivateEndpoint, String? masterIpv4CidrBlock, String? masterIpv4ReservedRange})
PrivateClusterConfig.fromJson(Map json_)

Properties

enablePrivateEndpoint bool?
If true, access to the public endpoint of the GKE cluster is denied.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
masterIpv4CidrBlock String?
The CIDR block from which IPv4 range for GKE master will be reserved.
getter/setter pair
masterIpv4ReservedRange String?
The IP range in CIDR notation to use for the hosted master network.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited