Class ContainerNodePool
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.google.container_node_pool.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContainerNodePool.BuilderA fluent builder forContainerNodePool.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedContainerNodePool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerNodePool(software.amazon.jsii.JsiiObjectRef objRef)ContainerNodePool(software.constructs.Construct scope, String id, 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.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
addMoveTarget, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, hasResourceMove, importFrom, importFrom, interpolationForAttribute, isTerraformResource, moveFromId, moveTo, moveTo, moveToId, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getAutoscaling
@Stability(Stable) @NotNull public ContainerNodePoolAutoscalingOutputReference getAutoscaling()
-
getManagedInstanceGroupUrls
@Stability(Stable) @NotNull public List<String> getManagedInstanceGroupUrls()
-
getManagement
@Stability(Stable) @NotNull public ContainerNodePoolManagementOutputReference getManagement()
-
getNetworkConfig
@Stability(Stable) @NotNull public ContainerNodePoolNetworkConfigOutputReference getNetworkConfig()
-
getNodeConfig
@Stability(Stable) @NotNull public ContainerNodePoolNodeConfigOutputReference getNodeConfig()
-
getOperation
@Stability(Stable) @NotNull public String getOperation()
-
getPlacementPolicy
@Stability(Stable) @NotNull public ContainerNodePoolPlacementPolicyOutputReference getPlacementPolicy()
-
getQueuedProvisioning
@Stability(Stable) @NotNull public ContainerNodePoolQueuedProvisioningOutputReference getQueuedProvisioning()
-
getTimeouts
@Stability(Stable) @NotNull public ContainerNodePoolTimeoutsOutputReference getTimeouts()
-
getUpgradeSettings
@Stability(Stable) @NotNull public ContainerNodePoolUpgradeSettingsOutputReference getUpgradeSettings()
-
getAutoscalingInput
@Stability(Stable) @Nullable public ContainerNodePoolAutoscaling getAutoscalingInput()
-
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()
-
getManagementInput
@Stability(Stable) @Nullable public ContainerNodePoolManagement getManagementInput()
-
getMaxPodsPerNodeInput
@Stability(Stable) @Nullable public Number getMaxPodsPerNodeInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getNamePrefixInput
@Stability(Stable) @Nullable public String getNamePrefixInput()
-
getNetworkConfigInput
@Stability(Stable) @Nullable public ContainerNodePoolNetworkConfig getNetworkConfigInput()
-
getNodeConfigInput
@Stability(Stable) @Nullable public ContainerNodePoolNodeConfig getNodeConfigInput()
-
getNodeCountInput
@Stability(Stable) @Nullable public Number getNodeCountInput()
-
getPlacementPolicyInput
@Stability(Stable) @Nullable public ContainerNodePoolPlacementPolicy getPlacementPolicyInput()
-
getProjectInput
@Stability(Stable) @Nullable public String getProjectInput()
-
getQueuedProvisioningInput
@Stability(Stable) @Nullable public ContainerNodePoolQueuedProvisioning getQueuedProvisioningInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getUpgradeSettingsInput
@Stability(Stable) @Nullable public ContainerNodePoolUpgradeSettings getUpgradeSettingsInput()
-
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)
-
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)
-
-