google_api_composer v0.6.0 GoogleApi.Composer.V1beta1.Model.PrivateClusterConfig View Source

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

Attributes

  • enablePrivateEndpoint (type: boolean(), default: nil) - Optional. If true, access to the public endpoint of the GKE cluster is denied.
  • masterIpv4CidrBlock (type: String.t, default: nil) - The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the 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. If left blank, the default value of '172.16.0.0/28' is used.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Composer.V1beta1.Model.PrivateClusterConfig{
  enablePrivateEndpoint: boolean(),
  masterIpv4CidrBlock: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.