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 documentation pertains to the \u003ccode\u003eAwsClusterNetworking\u003c/code\u003e class within the Anthos Multi-Cloud v1 API for .NET, specifically version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAwsClusterNetworking\u003c/code\u003e defines cluster-wide networking configurations for Anthos clusters on AWS, which operate on a single Virtual Private Cloud (VPC) that encompasses both control plane replicas and node pool nodes.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties, \u003ccode\u003ePodAddressCidrBlocks\u003c/code\u003e and \u003ccode\u003eServiceAddressCidrBlocks\u003c/code\u003e, that determine the IPv4 address ranges for pods and services respectively, and these properties can only support a single range and cannot be modified after the cluster is created.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVpcId\u003c/code\u003e property specifies the single VPC associated with the cluster, which is used by all components, and is immutable once set.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<AwsClusterNetworking>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<AwsClusterNetworking>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, in addition to inheriting from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]