public sealed class AwsClusterNetworking : IMessage<AwsClusterNetworking>, IEquatable<AwsClusterNetworking>, IDeepCloneable<AwsClusterNetworking>, IBufferMessage, IMessage
public RepeatedField<string> PodAddressCidrBlocks { get; }
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.
public RepeatedField<string> ServiceAddressCidrBlocks { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eAwsClusterNetworking\u003c/code\u003e class is 2.8.0, with previous versions ranging from 2.7.0 down to 1.0.0-beta01.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAwsClusterNetworking\u003c/code\u003e defines the networking configuration for Anthos clusters on AWS, which operate on a single Virtual Private Cloud (VPC).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePodAddressCidrBlocks\u003c/code\u003e and \u003ccode\u003eServiceAddressCidrBlocks\u003c/code\u003e properties specify the IPv4 address ranges for pods and services within the cluster, respectively, and both are restricted to a single range that cannot be modified post-creation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVpcId\u003c/code\u003e property links the cluster to a specific VPC, ensuring that the control plane and node pools operate within that single network.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]