public sealed class AdditionalPodNetworkConfig : IMessage<AdditionalPodNetworkConfig>, IEquatable<AdditionalPodNetworkConfig>, IDeepCloneable<AdditionalPodNetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdditionalPodNetworkConfig.
AdditionalPodNetworkConfig is the configuration for additional pod networks
within the NodeNetworkConfig message
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AdditionalPodNetworkConfig` class in the Google Kubernetes Engine v1 API is used to configure additional pod networks within the `NodeNetworkConfig`."],["This class is part of the `Google.Cloud.Container.V1` namespace and is implemented in the `Google.Cloud.Container.V1.dll` assembly, with the most recent version being 3.33.0."],["It provides properties to set the maximum number of pods per node (`MaxPodsPerNode`), the secondary pod range name (`SecondaryPodRange`), and the subnetwork name (`Subnetwork`)."],["The `AdditionalPodNetworkConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for features such as deep cloning and protocol buffer message handling."],["The documentation includes various versions of the API class, ranging from version 3.33.0 down to 2.3.0, enabling users to select the appropriate version for their needs."]]],[]]