Class DataprocClusterClusterConfigGceClusterConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigGceClusterConfigOutputReference
-
- 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.701Z") @Stability(Stable) public class DataprocClusterClusterConfigGceClusterConfigOutputReference 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 DataprocClusterClusterConfigGceClusterConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocClusterClusterConfigGceClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocClusterClusterConfigGceClusterConfigOutputReference(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
-
DataprocClusterClusterConfigGceClusterConfigOutputReference
protected DataprocClusterClusterConfigGceClusterConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocClusterClusterConfigGceClusterConfigOutputReference
protected DataprocClusterClusterConfigGceClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocClusterClusterConfigGceClusterConfigOutputReference
@Stability(Stable) public DataprocClusterClusterConfigGceClusterConfigOutputReference(@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
-
putNodeGroupAffinity
@Stability(Stable) public void putNodeGroupAffinity(@NotNull DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity value)- Parameters:
value- This parameter is required.
-
putReservationAffinity
@Stability(Stable) public void putReservationAffinity(@NotNull DataprocClusterClusterConfigGceClusterConfigReservationAffinity value)- Parameters:
value- This parameter is required.
-
putShieldedInstanceConfig
@Stability(Stable) public void putShieldedInstanceConfig(@NotNull DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig value)- Parameters:
value- This parameter is required.
-
resetInternalIpOnly
@Stability(Stable) public void resetInternalIpOnly()
-
resetMetadata
@Stability(Stable) public void resetMetadata()
-
resetNetwork
@Stability(Stable) public void resetNetwork()
-
resetNodeGroupAffinity
@Stability(Stable) public void resetNodeGroupAffinity()
-
resetReservationAffinity
@Stability(Stable) public void resetReservationAffinity()
-
resetServiceAccount
@Stability(Stable) public void resetServiceAccount()
-
resetServiceAccountScopes
@Stability(Stable) public void resetServiceAccountScopes()
-
resetShieldedInstanceConfig
@Stability(Stable) public void resetShieldedInstanceConfig()
-
resetSubnetwork
@Stability(Stable) public void resetSubnetwork()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetZone
@Stability(Stable) public void resetZone()
-
getNodeGroupAffinity
@Stability(Stable) @NotNull public DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinityOutputReference getNodeGroupAffinity()
-
getReservationAffinity
@Stability(Stable) @NotNull public DataprocClusterClusterConfigGceClusterConfigReservationAffinityOutputReference getReservationAffinity()
-
getShieldedInstanceConfig
@Stability(Stable) @NotNull public DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfigOutputReference getShieldedInstanceConfig()
-
getInternalIpOnlyInput
@Stability(Stable) @Nullable public Object getInternalIpOnlyInput()
-
getNetworkInput
@Stability(Stable) @Nullable public String getNetworkInput()
-
getNodeGroupAffinityInput
@Stability(Stable) @Nullable public DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity getNodeGroupAffinityInput()
-
getReservationAffinityInput
@Stability(Stable) @Nullable public DataprocClusterClusterConfigGceClusterConfigReservationAffinity getReservationAffinityInput()
-
getServiceAccountInput
@Stability(Stable) @Nullable public String getServiceAccountInput()
-
getServiceAccountScopesInput
@Stability(Stable) @Nullable public List<String> getServiceAccountScopesInput()
-
getShieldedInstanceConfigInput
@Stability(Stable) @Nullable public DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig getShieldedInstanceConfigInput()
-
getSubnetworkInput
@Stability(Stable) @Nullable public String getSubnetworkInput()
-
getZoneInput
@Stability(Stable) @Nullable public String getZoneInput()
-
getInternalIpOnly
@Stability(Stable) @NotNull public Object getInternalIpOnly()
-
setInternalIpOnly
@Stability(Stable) public void setInternalIpOnly(@NotNull Boolean value)
-
setInternalIpOnly
@Stability(Stable) public void setInternalIpOnly(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getNetwork
@Stability(Stable) @NotNull public String getNetwork()
-
setNetwork
@Stability(Stable) public void setNetwork(@NotNull String value)
-
getServiceAccount
@Stability(Stable) @NotNull public String getServiceAccount()
-
setServiceAccount
@Stability(Stable) public void setServiceAccount(@NotNull String value)
-
setServiceAccountScopes
@Stability(Stable) public void setServiceAccountScopes(@NotNull List<String> value)
-
getSubnetwork
@Stability(Stable) @NotNull public String getSubnetwork()
-
setSubnetwork
@Stability(Stable) public void setSubnetwork(@NotNull String value)
-
getZone
@Stability(Stable) @NotNull public String getZone()
-
setZone
@Stability(Stable) public void setZone(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocClusterClusterConfigGceClusterConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocClusterClusterConfigGceClusterConfig value)
-
-