Interface ComputeRegionInstanceGroupManagerVersion
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerVersion.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.756Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerVersion extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerVersion.BuilderA builder forComputeRegionInstanceGroupManagerVersionstatic classComputeRegionInstanceGroupManagerVersion.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerVersion
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerVersion.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 ComputeRegionInstanceGroupManagerVersionTargetSizegetTargetSize()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_region_instance_group_manager#instance_template ComputeRegionInstanceGroupManager#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_region_instance_group_manager#name ComputeRegionInstanceGroupManager#name}
-
getTargetSize
@Stability(Stable) @Nullable default ComputeRegionInstanceGroupManagerVersionTargetSize getTargetSize()
target_size block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#target_size ComputeRegionInstanceGroupManager#target_size}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerVersion.Builder builder()
-
-