Class AdditionalPodNetworkConfig
AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AdditionalPodNetworkConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxPodsPerNode
The maximum number of pods per node which use this pod network.
Declaration
[JsonProperty("maxPodsPerNode")]
public virtual MaxPodsConstraint MaxPodsPerNode { get; set; }
Property Value
Type | Description |
---|---|
MaxPodsConstraint |
NetworkAttachment
The name of the network attachment for pods to communicate to; cannot be specified along with subnetwork or secondary_pod_range.
Declaration
[JsonProperty("networkAttachment")]
public virtual string NetworkAttachment { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryPodRange
The name of the secondary range on the subnet which provides IP address for this pod range.
Declaration
[JsonProperty("secondaryPodRange")]
public virtual string SecondaryPodRange { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnetwork
Name of the subnetwork where the additional pod network belongs.
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type | Description |
---|---|
string |