Class ContainerNodePool

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.285Z")
    @Stability(Stable)
    public class ContainerNodePool
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool google_container_node_pool}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • ContainerNodePool

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

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

        @Stability(Stable)
        public ContainerNodePool​(@NotNull
                                 software.constructs.Construct scope,
                                 @NotNull
                                 String id,
                                 @NotNull
                                 ContainerNodePoolConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool google_container_node_pool} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a ContainerNodePool resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the ContainerNodePool to import. This parameter is required.
        importFromId - The id of the existing ContainerNodePool that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the ContainerNodePool to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a ContainerNodePool resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the ContainerNodePool to import. This parameter is required.
        importFromId - The id of the existing ContainerNodePool that should be imported. This parameter is required.
      • putAutoscaling

        @Stability(Stable)
        public void putAutoscaling​(@NotNull
                                   ContainerNodePoolAutoscaling value)
        Parameters:
        value - This parameter is required.
      • putManagement

        @Stability(Stable)
        public void putManagement​(@NotNull
                                  ContainerNodePoolManagement value)
        Parameters:
        value - This parameter is required.
      • putNetworkConfig

        @Stability(Stable)
        public void putNetworkConfig​(@NotNull
                                     ContainerNodePoolNetworkConfig value)
        Parameters:
        value - This parameter is required.
      • putNodeConfig

        @Stability(Stable)
        public void putNodeConfig​(@NotNull
                                  ContainerNodePoolNodeConfig value)
        Parameters:
        value - This parameter is required.
      • putPlacementPolicy

        @Stability(Stable)
        public void putPlacementPolicy​(@NotNull
                                       ContainerNodePoolPlacementPolicy value)
        Parameters:
        value - This parameter is required.
      • putQueuedProvisioning

        @Stability(Stable)
        public void putQueuedProvisioning​(@NotNull
                                          ContainerNodePoolQueuedProvisioning value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                ContainerNodePoolTimeouts value)
        Parameters:
        value - This parameter is required.
      • putUpgradeSettings

        @Stability(Stable)
        public void putUpgradeSettings​(@NotNull
                                       ContainerNodePoolUpgradeSettings value)
        Parameters:
        value - This parameter is required.
      • resetAutoscaling

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

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

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

        @Stability(Stable)
        public void resetLocation()
      • 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()
      • resetProject

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

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

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

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

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

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getInstanceGroupUrls

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

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

        @Stability(Stable)
        @NotNull
        public String getOperation()
      • getClusterInput

        @Stability(Stable)
        @Nullable
        public String getClusterInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getInitialNodeCountInput

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

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

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getVersionInput

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

        @Stability(Stable)
        @NotNull
        public String getCluster()
      • setCluster

        @Stability(Stable)
        public void setCluster​(@NotNull
                               String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getInitialNodeCount

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

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

        @Stability(Stable)
        @NotNull
        public String getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                String 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)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getVersion

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

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