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
1435 1436 1437 1438 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1435 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_ipv4_cidr_block ⇒ ::String
1435 1436 1437 1438 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1435 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#master_ipv4_reserved_range ⇒ ::String (readonly)
1435 1436 1437 1438 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1435 class PrivateClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |