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 latest version of the `AdditionalPodNetworkConfig` class is 3.33.0, and the documentation provides access to various prior versions, ranging from 3.32.0 down to 2.3.0."],["`AdditionalPodNetworkConfig` is a class within the Google Kubernetes Engine v1 API, specifically under the `Google.Cloud.Container.V1` namespace, designed for configuring additional pod networks."],["The class `AdditionalPodNetworkConfig` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `AdditionalPodNetworkConfig` include `MaxPodsPerNode`, `SecondaryPodRange`, and `Subnetwork`, which are used to configure the maximum number of pods, the secondary IP range, and the subnetwork name, respectively."],["The documentation includes information about the constructors that can be used to instantiate `AdditionalPodNetworkConfig` objects, including a default constructor and one that takes another `AdditionalPodNetworkConfig` object."]]],[]]