Class: Google::Cloud::GkeMultiCloud::V1::AwsClusterNetworking
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsClusterNetworking
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
ClusterNetworking defines cluster-wide networking configuration.
Anthos clusters on AWS run on a single VPC. This includes control plane replicas and node pool nodes.
Instance Attribute Summary collapse
-
#per_node_pool_sg_rules_disabled ⇒ ::Boolean
Optional.
-
#pod_address_cidr_blocks ⇒ ::Array<::String>
Required.
-
#service_address_cidr_blocks ⇒ ::Array<::String>
Required.
-
#vpc_id ⇒ ::String
Required.
Instance Attribute Details
#per_node_pool_sg_rules_disabled ⇒ ::Boolean
384 385 386 387 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 384 class AwsClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_address_cidr_blocks ⇒ ::Array<::String>
384 385 386 387 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 384 class AwsClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_address_cidr_blocks ⇒ ::Array<::String>
384 385 386 387 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 384 class AwsClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_id ⇒ ::String
384 385 386 387 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 384 class AwsClusterNetworking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |