Interface ComputeInstanceGroupManagerVersion
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceGroupManagerVersion.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.528Z") @Stability(Stable) public interface ComputeInstanceGroupManagerVersion extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceGroupManagerVersion.BuilderA builder forComputeInstanceGroupManagerVersionstatic classComputeInstanceGroupManagerVersion.Jsii$ProxyAn implementation forComputeInstanceGroupManagerVersion
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeInstanceGroupManagerVersion.Builderbuilder()StringgetInstanceTemplate()The full URL to an instance template from which all new instances of this version will be created.default StringgetName()Version name.default ComputeInstanceGroupManagerVersionTargetSizegetTargetSize()target_size block.
-
-
-
Method Detail
-
getInstanceTemplate
@Stability(Stable) @NotNull String getInstanceTemplate()
The full URL to an instance template from which all new instances of this version will be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#instance_template ComputeInstanceGroupManager#instance_template}
-
getName
@Stability(Stable) @Nullable default String getName()
Version name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#name ComputeInstanceGroupManager#name}
-
getTargetSize
@Stability(Stable) @Nullable default ComputeInstanceGroupManagerVersionTargetSize getTargetSize()
target_size block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#target_size ComputeInstanceGroupManager#target_size}
-
builder
@Stability(Stable) static ComputeInstanceGroupManagerVersion.Builder builder()
-
-