Interface ComputeRegionInstanceGroupManagerStatefulDisk
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerStatefulDisk.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.751Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerStatefulDisk extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerStatefulDisk.BuilderA builder forComputeRegionInstanceGroupManagerStatefulDiskstatic classComputeRegionInstanceGroupManagerStatefulDisk.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerStatefulDisk
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerStatefulDisk.Builderbuilder()default StringgetDeleteRule()A value that prescribes what should happen to the stateful disk when the VM instance is deleted.StringgetDeviceName()The device name of the disk to be attached.
-
-
-
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_region_instance_group_manager#device_name ComputeRegionInstanceGroupManager#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_region_instance_group_manager#delete_rule ComputeRegionInstanceGroupManager#delete_rule}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerStatefulDisk.Builder builder()
-
-