Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsClusterNetworking.
ClusterNetworking defines cluster-wide networking configuration.
Anthos clusters on AWS run on a single VPC. This includes control plane replicas and node pool nodes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pod_address_cidr_blocks
def pod_address_cidr_blocks() -> ::Array<::String>
- (::Array<::String>) — Required. All pods in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
#pod_address_cidr_blocks=
def pod_address_cidr_blocks=(value) -> ::Array<::String>
- value (::Array<::String>) — Required. All pods in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
- (::Array<::String>) — Required. All pods in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
#service_address_cidr_blocks
def service_address_cidr_blocks() -> ::Array<::String>
- (::Array<::String>) — Required. All services in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
#service_address_cidr_blocks=
def service_address_cidr_blocks=(value) -> ::Array<::String>
- value (::Array<::String>) — Required. All services in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
- (::Array<::String>) — Required. All services in the cluster are assigned an IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
#vpc_id
def vpc_id() -> ::String
-
(::String) — Required. The VPC associated with the cluster. All component clusters
(i.e. control plane and node pools) run on a single VPC.
This field cannot be changed after creation.
#vpc_id=
def vpc_id=(value) -> ::String
-
value (::String) — Required. The VPC associated with the cluster. All component clusters
(i.e. control plane and node pools) run on a single VPC.
This field cannot be changed after creation.
-
(::String) — Required. The VPC associated with the cluster. All component clusters
(i.e. control plane and node pools) run on a single VPC.
This field cannot be changed after creation.