Class GkeonpremVmwareClusterControlPlaneNodeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterControlPlaneNodeOutputReference
-
- 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.465Z") @Stability(Stable) public class GkeonpremVmwareClusterControlPlaneNodeOutputReference 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 GkeonpremVmwareClusterControlPlaneNodeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeonpremVmwareClusterControlPlaneNodeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeonpremVmwareClusterControlPlaneNodeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfigOutputReferencegetAutoResizeConfig()GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfiggetAutoResizeConfigInput()NumbergetCpus()NumbergetCpusInput()GkeonpremVmwareClusterControlPlaneNodegetInternalValue()NumbergetMemory()NumbergetMemoryInput()NumbergetReplicas()NumbergetReplicasInput()GkeonpremVmwareClusterControlPlaneNodeVsphereConfigListgetVsphereConfig()voidputAutoResizeConfig(GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfig value)voidresetAutoResizeConfig()voidresetCpus()voidresetMemory()voidresetReplicas()voidsetCpus(Number value)voidsetInternalValue(GkeonpremVmwareClusterControlPlaneNode value)voidsetMemory(Number value)voidsetReplicas(Number 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
-
GkeonpremVmwareClusterControlPlaneNodeOutputReference
protected GkeonpremVmwareClusterControlPlaneNodeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeonpremVmwareClusterControlPlaneNodeOutputReference
protected GkeonpremVmwareClusterControlPlaneNodeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeonpremVmwareClusterControlPlaneNodeOutputReference
@Stability(Stable) public GkeonpremVmwareClusterControlPlaneNodeOutputReference(@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
-
putAutoResizeConfig
@Stability(Stable) public void putAutoResizeConfig(@NotNull GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfig value)- Parameters:
value- This parameter is required.
-
resetAutoResizeConfig
@Stability(Stable) public void resetAutoResizeConfig()
-
resetCpus
@Stability(Stable) public void resetCpus()
-
resetMemory
@Stability(Stable) public void resetMemory()
-
resetReplicas
@Stability(Stable) public void resetReplicas()
-
getAutoResizeConfig
@Stability(Stable) @NotNull public GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfigOutputReference getAutoResizeConfig()
-
getVsphereConfig
@Stability(Stable) @NotNull public GkeonpremVmwareClusterControlPlaneNodeVsphereConfigList getVsphereConfig()
-
getAutoResizeConfigInput
@Stability(Stable) @Nullable public GkeonpremVmwareClusterControlPlaneNodeAutoResizeConfig getAutoResizeConfigInput()
-
getCpusInput
@Stability(Stable) @Nullable public Number getCpusInput()
-
getMemoryInput
@Stability(Stable) @Nullable public Number getMemoryInput()
-
getReplicasInput
@Stability(Stable) @Nullable public Number getReplicasInput()
-
getCpus
@Stability(Stable) @NotNull public Number getCpus()
-
setCpus
@Stability(Stable) public void setCpus(@NotNull Number value)
-
getMemory
@Stability(Stable) @NotNull public Number getMemory()
-
setMemory
@Stability(Stable) public void setMemory(@NotNull Number value)
-
getReplicas
@Stability(Stable) @NotNull public Number getReplicas()
-
setReplicas
@Stability(Stable) public void setReplicas(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeonpremVmwareClusterControlPlaneNode getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeonpremVmwareClusterControlPlaneNode value)
-
-