Class GkeonpremVmwareClusterDataplaneV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterDataplaneV2.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremVmwareClusterDataplaneV2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremVmwareClusterDataplaneV2
@Stability(Stable) @Internal public static final class GkeonpremVmwareClusterDataplaneV2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremVmwareClusterDataplaneV2
An implementation forGkeonpremVmwareClusterDataplaneV2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterDataplaneV2
GkeonpremVmwareClusterDataplaneV2.Builder, GkeonpremVmwareClusterDataplaneV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremVmwareClusterDataplaneV2.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremVmwareClusterDataplaneV2.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAdvancedNetworking()Enable advanced networking which requires dataplane_v2_enabled to be set true.ObjectgetDataplaneV2Enabled()Enables Dataplane V2.ObjectgetWindowsDataplaneV2Enabled()Enable Dataplane V2 for clusters with Windows nodes.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeonpremVmwareClusterDataplaneV2.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremVmwareClusterDataplaneV2.Builder.
-
-
Method Detail
-
getAdvancedNetworking
public final Object getAdvancedNetworking()
Description copied from interface:GkeonpremVmwareClusterDataplaneV2Enable advanced networking which requires dataplane_v2_enabled to be set true.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#advanced_networking GkeonpremVmwareCluster#advanced_networking}
- Specified by:
getAdvancedNetworkingin interfaceGkeonpremVmwareClusterDataplaneV2
-
getDataplaneV2Enabled
public final Object getDataplaneV2Enabled()
Description copied from interface:GkeonpremVmwareClusterDataplaneV2Enables Dataplane V2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#dataplane_v2_enabled GkeonpremVmwareCluster#dataplane_v2_enabled}
- Specified by:
getDataplaneV2Enabledin interfaceGkeonpremVmwareClusterDataplaneV2
-
getWindowsDataplaneV2Enabled
public final Object getWindowsDataplaneV2Enabled()
Description copied from interface:GkeonpremVmwareClusterDataplaneV2Enable Dataplane V2 for clusters with Windows nodes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#windows_dataplane_v2_enabled GkeonpremVmwareCluster#windows_dataplane_v2_enabled}
- Specified by:
getWindowsDataplaneV2Enabledin interfaceGkeonpremVmwareClusterDataplaneV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-