Class 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
    • 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

      • 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()
      • getClusterIpv4CidrBlockInput

        @Stability(Stable)
        @Nullable
        public String getClusterIpv4CidrBlockInput()
      • getClusterSecondaryRangeNameInput

        @Stability(Stable)
        @Nullable
        public String getClusterSecondaryRangeNameInput()
      • 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)