Interface ComputeInstanceGroupManagerStatefulDisk

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeInstanceGroupManagerStatefulDisk.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.523Z")
    @Stability(Stable)
    public interface ComputeInstanceGroupManagerStatefulDisk
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDeviceName

        @Stability(Stable)
        @NotNull
        String getDeviceName()
        The device name of the disk to be attached.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#device_name ComputeInstanceGroupManager#device_name}

      • getDeleteRule

        @Stability(Stable)
        @Nullable
        default String getDeleteRule()
        A value that prescribes what should happen to the stateful disk when the VM instance is deleted.

        The available options are NEVER and ON_PERMANENT_INSTANCE_DELETION. NEVER - detach the disk when the VM is deleted, but do not delete the disk. ON_PERMANENT_INSTANCE_DELETION will delete the stateful disk when the VM is permanently deleted from the instance group. The default is NEVER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#delete_rule ComputeInstanceGroupManager#delete_rule}