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
    • 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}