Show / Hide Table of Contents

Class AdditionalPodRangesConfig

AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.

Inheritance
object
AdditionalPodRangesConfig
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.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AdditionalPodRangesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PodRangeInfo

Output only. Information for additional pod range.

Declaration
[JsonProperty("podRangeInfo")]
public virtual IList<RangeInfo> PodRangeInfo { get; set; }
Property Value
Type Description
IList<RangeInfo>

PodRangeNames

Name for pod secondary ipv4 range which has the actual range defined ahead.

Declaration
[JsonProperty("podRangeNames")]
public virtual IList<string> PodRangeNames { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX