Show / Hide Table of Contents

Class BareMetalIslandModeCidrConfig

Specifies the cluster CIDR configuration while running in island mode.

Inheritance
object
BareMetalIslandModeCidrConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX