Class ContainerAzureNodePoolConfigAOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolConfigAOutputReference
-
- 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.188Z") @Stability(Stable) public class ContainerAzureNodePoolConfigAOutputReference 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 ContainerAzureNodePoolConfigAOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerAzureNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerAzureNodePoolConfigAOutputReference(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
-
ContainerAzureNodePoolConfigAOutputReference
protected ContainerAzureNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ContainerAzureNodePoolConfigAOutputReference
protected ContainerAzureNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ContainerAzureNodePoolConfigAOutputReference
@Stability(Stable) public ContainerAzureNodePoolConfigAOutputReference(@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
-
putProxyConfig
@Stability(Stable) public void putProxyConfig(@NotNull ContainerAzureNodePoolConfigProxyConfig value)- Parameters:
value- This parameter is required.
-
putRootVolume
@Stability(Stable) public void putRootVolume(@NotNull ContainerAzureNodePoolConfigRootVolume value)- Parameters:
value- This parameter is required.
-
putSshConfig
@Stability(Stable) public void putSshConfig(@NotNull ContainerAzureNodePoolConfigSshConfig value)- Parameters:
value- This parameter is required.
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetProxyConfig
@Stability(Stable) public void resetProxyConfig()
-
resetRootVolume
@Stability(Stable) public void resetRootVolume()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetVmSize
@Stability(Stable) public void resetVmSize()
-
getProxyConfig
@Stability(Stable) @NotNull public ContainerAzureNodePoolConfigProxyConfigOutputReference getProxyConfig()
-
getRootVolume
@Stability(Stable) @NotNull public ContainerAzureNodePoolConfigRootVolumeOutputReference getRootVolume()
-
getSshConfig
@Stability(Stable) @NotNull public ContainerAzureNodePoolConfigSshConfigOutputReference getSshConfig()
-
getProxyConfigInput
@Stability(Stable) @Nullable public ContainerAzureNodePoolConfigProxyConfig getProxyConfigInput()
-
getRootVolumeInput
@Stability(Stable) @Nullable public ContainerAzureNodePoolConfigRootVolume getRootVolumeInput()
-
getSshConfigInput
@Stability(Stable) @Nullable public ContainerAzureNodePoolConfigSshConfig getSshConfigInput()
-
getVmSizeInput
@Stability(Stable) @Nullable public String getVmSizeInput()
-
getVmSize
@Stability(Stable) @NotNull public String getVmSize()
-
setVmSize
@Stability(Stable) public void setVmSize(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerAzureNodePoolConfigA getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerAzureNodePoolConfigA value)
-
-