VmwareDataplaneV2Config class
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
Constructors
- VmwareDataplaneV2Config({bool? advancedNetworking, bool? dataplaneV2Enabled, String? forwardMode, bool? windowsDataplaneV2Enabled})
- VmwareDataplaneV2Config.fromJson(Map json_)
Properties
- advancedNetworking ↔ bool?
-
Enable advanced networking which requires dataplane_v2_enabled to be set
true.
getter/setter pair
- dataplaneV2Enabled ↔ bool?
-
Enables Dataplane V2.
getter/setter pair
- forwardMode ↔ String?
-
Configure ForwardMode for Dataplane v2.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- windowsDataplaneV2Enabled ↔ bool?
-
Enable Dataplane V2 for clusters with Windows nodes.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited