Class GkeonpremVmwareClusterDataplaneV2OutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterDataplaneV2OutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.466Z") @Stability(Stable) public class GkeonpremVmwareClusterDataplaneV2OutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description GkeonpremVmwareClusterDataplaneV2OutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeonpremVmwareClusterDataplaneV2OutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeonpremVmwareClusterDataplaneV2OutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAdvancedNetworking()ObjectgetAdvancedNetworkingInput()ObjectgetDataplaneV2Enabled()ObjectgetDataplaneV2EnabledInput()GkeonpremVmwareClusterDataplaneV2getInternalValue()ObjectgetWindowsDataplaneV2Enabled()ObjectgetWindowsDataplaneV2EnabledInput()voidresetAdvancedNetworking()voidresetDataplaneV2Enabled()voidresetWindowsDataplaneV2Enabled()voidsetAdvancedNetworking(com.hashicorp.cdktf.IResolvable value)voidsetAdvancedNetworking(Boolean value)voidsetDataplaneV2Enabled(com.hashicorp.cdktf.IResolvable value)voidsetDataplaneV2Enabled(Boolean value)voidsetInternalValue(GkeonpremVmwareClusterDataplaneV2 value)voidsetWindowsDataplaneV2Enabled(com.hashicorp.cdktf.IResolvable value)voidsetWindowsDataplaneV2Enabled(Boolean value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
GkeonpremVmwareClusterDataplaneV2OutputReference
protected GkeonpremVmwareClusterDataplaneV2OutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeonpremVmwareClusterDataplaneV2OutputReference
protected GkeonpremVmwareClusterDataplaneV2OutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeonpremVmwareClusterDataplaneV2OutputReference
@Stability(Stable) public GkeonpremVmwareClusterDataplaneV2OutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetAdvancedNetworking
@Stability(Stable) public void resetAdvancedNetworking()
-
resetDataplaneV2Enabled
@Stability(Stable) public void resetDataplaneV2Enabled()
-
resetWindowsDataplaneV2Enabled
@Stability(Stable) public void resetWindowsDataplaneV2Enabled()
-
getAdvancedNetworkingInput
@Stability(Stable) @Nullable public Object getAdvancedNetworkingInput()
-
getDataplaneV2EnabledInput
@Stability(Stable) @Nullable public Object getDataplaneV2EnabledInput()
-
getWindowsDataplaneV2EnabledInput
@Stability(Stable) @Nullable public Object getWindowsDataplaneV2EnabledInput()
-
getAdvancedNetworking
@Stability(Stable) @NotNull public Object getAdvancedNetworking()
-
setAdvancedNetworking
@Stability(Stable) public void setAdvancedNetworking(@NotNull Boolean value)
-
setAdvancedNetworking
@Stability(Stable) public void setAdvancedNetworking(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getDataplaneV2Enabled
@Stability(Stable) @NotNull public Object getDataplaneV2Enabled()
-
setDataplaneV2Enabled
@Stability(Stable) public void setDataplaneV2Enabled(@NotNull Boolean value)
-
setDataplaneV2Enabled
@Stability(Stable) public void setDataplaneV2Enabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getWindowsDataplaneV2Enabled
@Stability(Stable) @NotNull public Object getWindowsDataplaneV2Enabled()
-
setWindowsDataplaneV2Enabled
@Stability(Stable) public void setWindowsDataplaneV2Enabled(@NotNull Boolean value)
-
setWindowsDataplaneV2Enabled
@Stability(Stable) public void setWindowsDataplaneV2Enabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeonpremVmwareClusterDataplaneV2 getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeonpremVmwareClusterDataplaneV2 value)
-
-