Class ContainerClusterIpAllocationPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterIpAllocationPolicyOutputReference
-
- 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.221Z") @Stability(Stable) public class ContainerClusterIpAllocationPolicyOutputReference 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 ContainerClusterIpAllocationPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerClusterIpAllocationPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerClusterIpAllocationPolicyOutputReference(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
-
ContainerClusterIpAllocationPolicyOutputReference
protected ContainerClusterIpAllocationPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ContainerClusterIpAllocationPolicyOutputReference
protected ContainerClusterIpAllocationPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ContainerClusterIpAllocationPolicyOutputReference
@Stability(Stable) public ContainerClusterIpAllocationPolicyOutputReference(@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
-
putAdditionalPodRangesConfig
@Stability(Stable) public void putAdditionalPodRangesConfig(@NotNull ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig value)- Parameters:
value- This parameter is required.
-
putPodCidrOverprovisionConfig
@Stability(Stable) public void putPodCidrOverprovisionConfig(@NotNull ContainerClusterIpAllocationPolicyPodCidrOverprovisionConfig value)- Parameters:
value- This parameter is required.
-
resetAdditionalPodRangesConfig
@Stability(Stable) public void resetAdditionalPodRangesConfig()
-
resetClusterIpv4CidrBlock
@Stability(Stable) public void resetClusterIpv4CidrBlock()
-
resetClusterSecondaryRangeName
@Stability(Stable) public void resetClusterSecondaryRangeName()
-
resetPodCidrOverprovisionConfig
@Stability(Stable) public void resetPodCidrOverprovisionConfig()
-
resetServicesIpv4CidrBlock
@Stability(Stable) public void resetServicesIpv4CidrBlock()
-
resetServicesSecondaryRangeName
@Stability(Stable) public void resetServicesSecondaryRangeName()
-
resetStackType
@Stability(Stable) public void resetStackType()
-
getAdditionalPodRangesConfig
@Stability(Stable) @NotNull public ContainerClusterIpAllocationPolicyAdditionalPodRangesConfigOutputReference getAdditionalPodRangesConfig()
-
getPodCidrOverprovisionConfig
@Stability(Stable) @NotNull public ContainerClusterIpAllocationPolicyPodCidrOverprovisionConfigOutputReference getPodCidrOverprovisionConfig()
-
getAdditionalPodRangesConfigInput
@Stability(Stable) @Nullable public ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig getAdditionalPodRangesConfigInput()
-
getClusterIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getClusterIpv4CidrBlockInput()
-
getClusterSecondaryRangeNameInput
@Stability(Stable) @Nullable public String getClusterSecondaryRangeNameInput()
-
getPodCidrOverprovisionConfigInput
@Stability(Stable) @Nullable public ContainerClusterIpAllocationPolicyPodCidrOverprovisionConfig getPodCidrOverprovisionConfigInput()
-
getServicesIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getServicesIpv4CidrBlockInput()
-
getServicesSecondaryRangeNameInput
@Stability(Stable) @Nullable public String getServicesSecondaryRangeNameInput()
-
getStackTypeInput
@Stability(Stable) @Nullable public String getStackTypeInput()
-
getClusterIpv4CidrBlock
@Stability(Stable) @NotNull public String getClusterIpv4CidrBlock()
-
setClusterIpv4CidrBlock
@Stability(Stable) public void setClusterIpv4CidrBlock(@NotNull String value)
-
getClusterSecondaryRangeName
@Stability(Stable) @NotNull public String getClusterSecondaryRangeName()
-
setClusterSecondaryRangeName
@Stability(Stable) public void setClusterSecondaryRangeName(@NotNull String value)
-
getServicesIpv4CidrBlock
@Stability(Stable) @NotNull public String getServicesIpv4CidrBlock()
-
setServicesIpv4CidrBlock
@Stability(Stable) public void setServicesIpv4CidrBlock(@NotNull String value)
-
getServicesSecondaryRangeName
@Stability(Stable) @NotNull public String getServicesSecondaryRangeName()
-
setServicesSecondaryRangeName
@Stability(Stable) public void setServicesSecondaryRangeName(@NotNull String value)
-
getStackType
@Stability(Stable) @NotNull public String getStackType()
-
setStackType
@Stability(Stable) public void setStackType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerClusterIpAllocationPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerClusterIpAllocationPolicy value)
-
-