Class: Google::Cloud::Orchestration::Airflow::Service::V1::PrivateClusterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::PrivateClusterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Configuration options for the private GKE cluster in a Cloud Composer environment.
Instance Attribute Summary collapse
-
#enable_private_endpoint ⇒ ::Boolean
Optional.
-
#master_ipv4_cidr_block ⇒ ::String
Optional.
-
#master_ipv4_reserved_range ⇒ ::String
readonly
Output only.
Instance Attribute Details
#enable_private_endpoint ⇒ ::Boolean
Returns Optional. If true
, access to the public endpoint of the GKE cluster is
denied.
1412 1413 1414 1415 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1412 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_ipv4_cidr_block ⇒ ::String
Returns 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.
1412 1413 1414 1415 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1412 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_ipv4_reserved_range ⇒ ::String (readonly)
Returns 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.
1412 1413 1414 1415 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1412 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |