Class DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference
-
- 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.823Z") @Stability(Stable) public class DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference 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 DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference(@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
-
putAccelerators
@Stability(Stable) public void putAccelerators(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putDiskConfig
@Stability(Stable) public void putDiskConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig value)- Parameters:
value- This parameter is required.
-
resetAccelerators
@Stability(Stable) public void resetAccelerators()
-
resetDiskConfig
@Stability(Stable) public void resetDiskConfig()
-
resetImage
@Stability(Stable) public void resetImage()
-
resetMachineType
@Stability(Stable) public void resetMachineType()
-
resetMinCpuPlatform
@Stability(Stable) public void resetMinCpuPlatform()
-
resetNumInstances
@Stability(Stable) public void resetNumInstances()
-
resetPreemptibility
@Stability(Stable) public void resetPreemptibility()
-
getAccelerators
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorsList getAccelerators()
-
getDiskConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfigOutputReference getDiskConfig()
-
getIsPreemptible
@Stability(Stable) @NotNull public com.hashicorp.cdktf.IResolvable getIsPreemptible()
-
getManagedGroupConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigManagedGroupConfigList getManagedGroupConfig()
-
getAcceleratorsInput
@Stability(Stable) @Nullable public Object getAcceleratorsInput()
-
getDiskConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig getDiskConfigInput()
-
getImageInput
@Stability(Stable) @Nullable public String getImageInput()
-
getMachineTypeInput
@Stability(Stable) @Nullable public String getMachineTypeInput()
-
getMinCpuPlatformInput
@Stability(Stable) @Nullable public String getMinCpuPlatformInput()
-
getNumInstancesInput
@Stability(Stable) @Nullable public Number getNumInstancesInput()
-
getPreemptibilityInput
@Stability(Stable) @Nullable public String getPreemptibilityInput()
-
getImage
@Stability(Stable) @NotNull public String getImage()
-
setImage
@Stability(Stable) public void setImage(@NotNull String value)
-
getMachineType
@Stability(Stable) @NotNull public String getMachineType()
-
setMachineType
@Stability(Stable) public void setMachineType(@NotNull String value)
-
getMinCpuPlatform
@Stability(Stable) @NotNull public String getMinCpuPlatform()
-
setMinCpuPlatform
@Stability(Stable) public void setMinCpuPlatform(@NotNull String value)
-
getNumInstances
@Stability(Stable) @NotNull public Number getNumInstances()
-
setNumInstances
@Stability(Stable) public void setNumInstances(@NotNull Number value)
-
getPreemptibility
@Stability(Stable) @NotNull public String getPreemptibility()
-
setPreemptibility
@Stability(Stable) public void setPreemptibility(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig value)
-
-