Interface ComputeResizeRequestConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeResizeRequestConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.900Z") @Stability(Stable) public interface ComputeResizeRequestConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeResizeRequestConfig.BuilderA builder forComputeResizeRequestConfigstatic classComputeResizeRequestConfig.Jsii$ProxyAn implementation forComputeResizeRequestConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeResizeRequestConfig.Builderbuilder()default StringgetDescription()An optional description of this resize-request.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#id ComputeResizeRequest#id}.StringgetInstanceGroupManager()The name of the managed instance group.StringgetName()The name of this resize request.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#project ComputeResizeRequest#project}.default ComputeResizeRequestRequestedRunDurationgetRequestedRunDuration()requested_run_duration block.NumbergetResizeBy()The number of instances to be created by this resize request.default ComputeResizeRequestTimeoutsgetTimeouts()timeouts block.StringgetZone()Name of the compute zone scoping this request.
-
-
-
Method Detail
-
getInstanceGroupManager
@Stability(Stable) @NotNull String getInstanceGroupManager()
The name of the managed instance group.The name should conform to RFC1035 or be a resource ID. Authorization requires the following IAM permission on the specified resource instanceGroupManager: *compute.instanceGroupManagers.update Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#instance_group_manager ComputeResizeRequest#instance_group_manager}
-
getName
@Stability(Stable) @NotNull String getName()
The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#name ComputeResizeRequest#name}
-
getResizeBy
@Stability(Stable) @NotNull Number getResizeBy()
The number of instances to be created by this resize request.The group's target size will be increased by this number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#resize_by ComputeResizeRequest#resize_by}
-
getZone
@Stability(Stable) @NotNull String getZone()
Name of the compute zone scoping this request. Name should conform to RFC1035.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#zone ComputeResizeRequest#zone}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resize-request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#description ComputeResizeRequest#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#id ComputeResizeRequest#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#project ComputeResizeRequest#project}.
-
getRequestedRunDuration
@Stability(Stable) @Nullable default ComputeResizeRequestRequestedRunDuration getRequestedRunDuration()
requested_run_duration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#requested_run_duration ComputeResizeRequest#requested_run_duration}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeResizeRequestTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#timeouts ComputeResizeRequest#timeouts}
-
builder
@Stability(Stable) static ComputeResizeRequestConfig.Builder builder()
- Returns:
- a
ComputeResizeRequestConfig.BuilderofComputeResizeRequestConfig
-
-