public sealed class DataplaneV2Config : IMessage<DataplaneV2Config>, IEquatable<DataplaneV2Config>, IDeepCloneable<DataplaneV2Config>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class DataplaneV2Config.
DataplaneV2Config is the configuration for DPv2.
Implements
IMessageDataplaneV2Config, IEquatableDataplaneV2Config, IDeepCloneableDataplaneV2Config, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|