Class DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference
-
- 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:20.819Z") @Stability(Stable) public class DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference 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 DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetBootDiskSizeGb()NumbergetBootDiskSizeGbInput()StringgetBootDiskType()StringgetBootDiskTypeInput()DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfiggetInternalValue()NumbergetNumLocalSsds()NumbergetNumLocalSsdsInput()voidresetBootDiskSizeGb()voidresetBootDiskType()voidresetNumLocalSsds()voidsetBootDiskSizeGb(Number value)voidsetBootDiskType(String value)voidsetInternalValue(DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfig value)voidsetNumLocalSsds(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
-
DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfigOutputReference(@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
-
resetBootDiskSizeGb
@Stability(Stable) public void resetBootDiskSizeGb()
-
resetBootDiskType
@Stability(Stable) public void resetBootDiskType()
-
resetNumLocalSsds
@Stability(Stable) public void resetNumLocalSsds()
-
getBootDiskSizeGbInput
@Stability(Stable) @Nullable public Number getBootDiskSizeGbInput()
-
getBootDiskTypeInput
@Stability(Stable) @Nullable public String getBootDiskTypeInput()
-
getNumLocalSsdsInput
@Stability(Stable) @Nullable public Number getNumLocalSsdsInput()
-
getBootDiskSizeGb
@Stability(Stable) @NotNull public Number getBootDiskSizeGb()
-
setBootDiskSizeGb
@Stability(Stable) public void setBootDiskSizeGb(@NotNull Number value)
-
getBootDiskType
@Stability(Stable) @NotNull public String getBootDiskType()
-
setBootDiskType
@Stability(Stable) public void setBootDiskType(@NotNull String value)
-
getNumLocalSsds
@Stability(Stable) @NotNull public Number getNumLocalSsds()
-
setNumLocalSsds
@Stability(Stable) public void setNumLocalSsds(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigDiskConfig value)
-
-