Show / Hide Table of Contents

Class VmwareDataplaneV2Config

Contains configurations for Dataplane V2, which is optimized dataplane for Kubernetes networking. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dataplane-v2

Inheritance
object
VmwareDataplaneV2Config
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 VmwareDataplaneV2Config : IDirectResponseSchema

Properties

AdvancedNetworking

Enable advanced networking which requires dataplane_v2_enabled to be set true.

Declaration
[JsonProperty("advancedNetworking")]
public virtual bool? AdvancedNetworking { get; set; }
Property Value
Type Description
bool?

DataplaneV2Enabled

Enables Dataplane V2.

Declaration
[JsonProperty("dataplaneV2Enabled")]
public virtual bool? DataplaneV2Enabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ForwardMode

Configure ForwardMode for Dataplane v2.

Declaration
[JsonProperty("forwardMode")]
public virtual string ForwardMode { get; set; }
Property Value
Type Description
string

WindowsDataplaneV2Enabled

Enable Dataplane V2 for clusters with Windows nodes.

Declaration
[JsonProperty("windowsDataplaneV2Enabled")]
public virtual bool? WindowsDataplaneV2Enabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX