public sealed class AwsClusterNetworking : IMessage<AwsClusterNetworking>, IEquatable<AwsClusterNetworking>, IDeepCloneable<AwsClusterNetworking>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsClusterNetworking.
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 \u003ccode\u003eAwsClusterNetworking\u003c/code\u003e class defines the networking configuration for Anthos clusters on AWS, which operate within a single VPC.\u003c/p\u003e\n"],["\u003cp\u003ePods within the cluster are assigned IPv4 addresses from a specified range, limited to a single range that cannot be modified post-creation.\u003c/p\u003e\n"],["\u003cp\u003eServices in the cluster are assigned IPv4 addresses from another specified range, also limited to a single range and unchangeable after creation.\u003c/p\u003e\n"],["\u003cp\u003eThe cluster is associated with a specific VPC, where all control plane replicas and node pool nodes run, and this VPC cannot be changed after cluster creation.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"]]],[],null,[]]