Class BareMetalIslandModeCidrConfig
Specifies the cluster CIDR configuration while running in island mode.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalIslandModeCidrConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PodAddressCidrBlocks
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
Declaration
[JsonProperty("podAddressCidrBlocks")]
public virtual IList<string> PodAddressCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ServiceAddressCidrBlocks
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
Declaration
[JsonProperty("serviceAddressCidrBlocks")]
public virtual IList<string> ServiceAddressCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |