Class AwsClusterNetworking (0.1.0)

AwsClusterNetworking(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ClusterNetworking defines cluster-wide networking configuration. Anthos clusters on AWS run on a single VPC. This includes control plane replicas and node pool nodes.

Attributes

NameDescription
vpc_id str
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.
pod_address_cidr_blocks Sequence[str]
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 Sequence[str]
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.

Inheritance

builtins.object > proto.message.Message > AwsClusterNetworking