Google Kubernetes Engine v1 API - Class DataplaneV2Config (3.39.0)

public sealed class DataplaneV2Config : IMessage<DataplaneV2Config>, IEquatable<DataplaneV2Config>, IDeepCloneable<DataplaneV2Config>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class DataplaneV2Config.

DataplaneV2Config is the configuration for DPv2.

Inheritance

object > DataplaneV2Config

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

DataplaneV2Config()

public DataplaneV2Config()

DataplaneV2Config(DataplaneV2Config)

public DataplaneV2Config(DataplaneV2Config other)
Parameter
Name Description
other DataplaneV2Config

Properties

HasScalabilityMode

public bool HasScalabilityMode { get; }

Gets whether the "scalability_mode" field is set

Property Value
Type Description
bool

ScalabilityMode

public DataplaneV2Config.Types.ScalabilityMode ScalabilityMode { get; set; }

Optional. Scalability mode for the cluster.

Property Value
Type Description
DataplaneV2ConfigTypesScalabilityMode