Class ContainerClusterNodePoolOutputReference

  • 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.273Z")
    @Stability(Stable)
    public class ContainerClusterNodePoolOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ContainerClusterNodePoolOutputReference

        protected ContainerClusterNodePoolOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ContainerClusterNodePoolOutputReference

        protected ContainerClusterNodePoolOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ContainerClusterNodePoolOutputReference

        @Stability(Stable)
        public ContainerClusterNodePoolOutputReference​(@NotNull
                                                       com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                       @NotNull
                                                       String terraformAttribute,
                                                       @NotNull
                                                       Number complexObjectIndex,
                                                       @NotNull
                                                       Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetAutoscaling

        @Stability(Stable)
        public void resetAutoscaling()
      • resetInitialNodeCount

        @Stability(Stable)
        public void resetInitialNodeCount()
      • resetManagement

        @Stability(Stable)
        public void resetManagement()
      • resetMaxPodsPerNode

        @Stability(Stable)
        public void resetMaxPodsPerNode()
      • resetName

        @Stability(Stable)
        public void resetName()
      • resetNamePrefix

        @Stability(Stable)
        public void resetNamePrefix()
      • resetNetworkConfig

        @Stability(Stable)
        public void resetNetworkConfig()
      • resetNodeConfig

        @Stability(Stable)
        public void resetNodeConfig()
      • resetNodeCount

        @Stability(Stable)
        public void resetNodeCount()
      • resetNodeLocations

        @Stability(Stable)
        public void resetNodeLocations()
      • resetPlacementPolicy

        @Stability(Stable)
        public void resetPlacementPolicy()
      • resetQueuedProvisioning

        @Stability(Stable)
        public void resetQueuedProvisioning()
      • resetUpgradeSettings

        @Stability(Stable)
        public void resetUpgradeSettings()
      • resetVersion

        @Stability(Stable)
        public void resetVersion()
      • getInstanceGroupUrls

        @Stability(Stable)
        @NotNull
        public List<String> getInstanceGroupUrls()
      • getManagedInstanceGroupUrls

        @Stability(Stable)
        @NotNull
        public List<String> getManagedInstanceGroupUrls()
      • getInitialNodeCountInput

        @Stability(Stable)
        @Nullable
        public Number getInitialNodeCountInput()
      • getMaxPodsPerNodeInput

        @Stability(Stable)
        @Nullable
        public Number getMaxPodsPerNodeInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getNamePrefixInput

        @Stability(Stable)
        @Nullable
        public String getNamePrefixInput()
      • getNodeCountInput

        @Stability(Stable)
        @Nullable
        public Number getNodeCountInput()
      • getNodeLocationsInput

        @Stability(Stable)
        @Nullable
        public List<String> getNodeLocationsInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public String getVersionInput()
      • getInitialNodeCount

        @Stability(Stable)
        @NotNull
        public Number getInitialNodeCount()
      • setInitialNodeCount

        @Stability(Stable)
        public void setInitialNodeCount​(@NotNull
                                        Number value)
      • getMaxPodsPerNode

        @Stability(Stable)
        @NotNull
        public Number getMaxPodsPerNode()
      • setMaxPodsPerNode

        @Stability(Stable)
        public void setMaxPodsPerNode​(@NotNull
                                      Number value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getNamePrefix

        @Stability(Stable)
        @NotNull
        public String getNamePrefix()
      • setNamePrefix

        @Stability(Stable)
        public void setNamePrefix​(@NotNull
                                  String value)
      • getNodeCount

        @Stability(Stable)
        @NotNull
        public Number getNodeCount()
      • setNodeCount

        @Stability(Stable)
        public void setNodeCount​(@NotNull
                                 Number value)
      • getNodeLocations

        @Stability(Stable)
        @NotNull
        public List<String> getNodeLocations()
      • setNodeLocations

        @Stability(Stable)
        public void setNodeLocations​(@NotNull
                                     List<String> value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public String getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)