GoogleApi.Composer.V1.Model.PrivateClusterConfig (google_api_composer v0.36.3)
View SourceConfiguration options for the private GKE cluster in a Cloud Composer environment.
Attributes
-
enablePrivateEndpoint
(type:boolean()
, default:nil
) - Optional. Iftrue
, access to the public endpoint of the GKE cluster is denied. -
masterIpv4CidrBlock
(type:String.t
, default:nil
) - 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. -
masterIpv4ReservedRange
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.