Cloud Composer V1 API - Class Google::Cloud::Orchestration::Airflow::Service::V1::PrivateClusterConfig (v0.3.1)

Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::PrivateClusterConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_private_endpoint

def enable_private_endpoint() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, access to the public endpoint of the GKE cluster is denied.

#enable_private_endpoint=

def enable_private_endpoint=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, access to the public endpoint of the GKE cluster is denied.
Returns
  • (::Boolean) — Optional. If true, access to the public endpoint of the GKE cluster is denied.

#master_ipv4_cidr_block

def master_ipv4_cidr_block() -> ::String
Returns
  • (::String) — 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.

#master_ipv4_cidr_block=

def master_ipv4_cidr_block=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#master_ipv4_reserved_range

def master_ipv4_reserved_range() -> ::String
Returns
  • (::String) — 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.