Class AdditionalIPRangesConfig
AdditionalIPRangesConfig is the configuration for individual additional subnetwork attached to the cluster
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AdditionalIPRangesConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PodIpv4RangeNames
List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
Declaration
[JsonProperty("podIpv4RangeNames")]
public virtual IList<string> PodIpv4RangeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Subnetwork
Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |