Class ComputeInstanceGroupManagerStatefulDisk.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_group_manager.ComputeInstanceGroupManagerStatefulDisk.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceGroupManagerStatefulDisk,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceGroupManagerStatefulDisk
@Stability(Stable) @Internal public static final class ComputeInstanceGroupManagerStatefulDisk.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceGroupManagerStatefulDisk
An implementation forComputeInstanceGroupManagerStatefulDisk
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_instance_group_manager.ComputeInstanceGroupManagerStatefulDisk
ComputeInstanceGroupManagerStatefulDisk.Builder, ComputeInstanceGroupManagerStatefulDisk.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceGroupManagerStatefulDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerStatefulDisk.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeInstanceGroupManagerStatefulDisk.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerStatefulDisk.Builder.
-
-
Method Detail
-
getDeviceName
public final String getDeviceName()
Description copied from interface:ComputeInstanceGroupManagerStatefulDiskThe 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}
- Specified by:
getDeviceNamein interfaceComputeInstanceGroupManagerStatefulDisk
-
getDeleteRule
public final String getDeleteRule()
Description copied from interface:ComputeInstanceGroupManagerStatefulDiskA 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}
- Specified by:
getDeleteRulein interfaceComputeInstanceGroupManagerStatefulDisk
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-