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
Implements
IMessageAdditionalPodNetworkConfig, IEquatableAdditionalPodNetworkConfig, IDeepCloneableAdditionalPodNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AdditionalPodNetworkConfig()
public AdditionalPodNetworkConfig()
AdditionalPodNetworkConfig(AdditionalPodNetworkConfig)
public AdditionalPodNetworkConfig(AdditionalPodNetworkConfig other)
Parameter | |
---|---|
Name | Description |
other |
AdditionalPodNetworkConfig |
Properties
MaxPodsPerNode
public MaxPodsConstraint MaxPodsPerNode { get; set; }
The maximum number of pods per node which use this pod network.
Property Value | |
---|---|
Type | Description |
MaxPodsConstraint |
SecondaryPodRange
public string SecondaryPodRange { get; set; }
The name of the secondary range on the subnet which provides IP address for this pod range.
Property Value | |
---|---|
Type | Description |
string |
Subnetwork
public string Subnetwork { get; set; }
Name of the subnetwork where the additional pod network belongs.
Property Value | |
---|---|
Type | Description |
string |