Class ContainerAzureClusterControlPlaneOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneOutputReference
-
- 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:19.177Z") @Stability(Stable) public class ContainerAzureClusterControlPlaneOutputReference 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 ContainerAzureClusterControlPlaneOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerAzureClusterControlPlaneOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerAzureClusterControlPlaneOutputReference(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
-
ContainerAzureClusterControlPlaneOutputReference
protected ContainerAzureClusterControlPlaneOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ContainerAzureClusterControlPlaneOutputReference
protected ContainerAzureClusterControlPlaneOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ContainerAzureClusterControlPlaneOutputReference
@Stability(Stable) public ContainerAzureClusterControlPlaneOutputReference(@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
-
putDatabaseEncryption
@Stability(Stable) public void putDatabaseEncryption(@NotNull ContainerAzureClusterControlPlaneDatabaseEncryption value)- Parameters:
value- This parameter is required.
-
putMainVolume
@Stability(Stable) public void putMainVolume(@NotNull ContainerAzureClusterControlPlaneMainVolume value)- Parameters:
value- This parameter is required.
-
putProxyConfig
@Stability(Stable) public void putProxyConfig(@NotNull ContainerAzureClusterControlPlaneProxyConfig value)- Parameters:
value- This parameter is required.
-
putReplicaPlacements
@Stability(Stable) public void putReplicaPlacements(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putRootVolume
@Stability(Stable) public void putRootVolume(@NotNull ContainerAzureClusterControlPlaneRootVolume value)- Parameters:
value- This parameter is required.
-
putSshConfig
@Stability(Stable) public void putSshConfig(@NotNull ContainerAzureClusterControlPlaneSshConfig value)- Parameters:
value- This parameter is required.
-
resetDatabaseEncryption
@Stability(Stable) public void resetDatabaseEncryption()
-
resetMainVolume
@Stability(Stable) public void resetMainVolume()
-
resetProxyConfig
@Stability(Stable) public void resetProxyConfig()
-
resetReplicaPlacements
@Stability(Stable) public void resetReplicaPlacements()
-
resetRootVolume
@Stability(Stable) public void resetRootVolume()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetVmSize
@Stability(Stable) public void resetVmSize()
-
getDatabaseEncryption
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneDatabaseEncryptionOutputReference getDatabaseEncryption()
-
getMainVolume
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneMainVolumeOutputReference getMainVolume()
-
getProxyConfig
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneProxyConfigOutputReference getProxyConfig()
-
getReplicaPlacements
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneReplicaPlacementsList getReplicaPlacements()
-
getRootVolume
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneRootVolumeOutputReference getRootVolume()
-
getSshConfig
@Stability(Stable) @NotNull public ContainerAzureClusterControlPlaneSshConfigOutputReference getSshConfig()
-
getDatabaseEncryptionInput
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlaneDatabaseEncryption getDatabaseEncryptionInput()
-
getMainVolumeInput
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlaneMainVolume getMainVolumeInput()
-
getProxyConfigInput
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlaneProxyConfig getProxyConfigInput()
-
getReplicaPlacementsInput
@Stability(Stable) @Nullable public Object getReplicaPlacementsInput()
-
getRootVolumeInput
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlaneRootVolume getRootVolumeInput()
-
getSshConfigInput
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlaneSshConfig getSshConfigInput()
-
getSubnetIdInput
@Stability(Stable) @Nullable public String getSubnetIdInput()
-
getVersionInput
@Stability(Stable) @Nullable public String getVersionInput()
-
getVmSizeInput
@Stability(Stable) @Nullable public String getVmSizeInput()
-
getSubnetId
@Stability(Stable) @NotNull public String getSubnetId()
-
setSubnetId
@Stability(Stable) public void setSubnetId(@NotNull String value)
-
getVersion
@Stability(Stable) @NotNull public String getVersion()
-
setVersion
@Stability(Stable) public void setVersion(@NotNull String value)
-
getVmSize
@Stability(Stable) @NotNull public String getVmSize()
-
setVmSize
@Stability(Stable) public void setVmSize(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerAzureClusterControlPlane getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerAzureClusterControlPlane value)
-
-