Class ComputeInstanceBootDisk.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceBootDisk.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceBootDisk,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceBootDisk
@Stability(Stable) @Internal public static final class ComputeInstanceBootDisk.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceBootDisk
An implementation forComputeInstanceBootDisk
-
-
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.ComputeInstanceBootDisk
ComputeInstanceBootDisk.Builder, ComputeInstanceBootDisk.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceBootDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceBootDisk.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)ObjectgetAutoDelete()Whether the disk will be auto-deleted when the instance is deleted.StringgetDeviceName()Name with which attached disk will be accessible under /dev/disk/by-id/.StringgetDiskEncryptionKeyRaw()A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk.ComputeInstanceBootDiskInitializeParamsgetInitializeParams()initialize_params block.StringgetKmsKeySelfLink()The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk.StringgetMode()Read/write mode for the disk.StringgetSource()The name or self_link of the disk attached to this instance.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(ComputeInstanceBootDisk.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceBootDisk.Builder.
-
-
Method Detail
-
getAutoDelete
public final Object getAutoDelete()
Description copied from interface:ComputeInstanceBootDiskWhether the disk will be auto-deleted when the instance is deleted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#auto_delete ComputeInstance#auto_delete}
- Specified by:
getAutoDeletein interfaceComputeInstanceBootDisk
-
getDeviceName
public final String getDeviceName()
Description copied from interface:ComputeInstanceBootDiskName with which attached disk will be accessible under /dev/disk/by-id/.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#device_name ComputeInstance#device_name}
- Specified by:
getDeviceNamein interfaceComputeInstanceBootDisk
-
getDiskEncryptionKeyRaw
public final String getDiskEncryptionKeyRaw()
Description copied from interface:ComputeInstanceBootDiskA 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk.Only one of kms_key_self_link and disk_encryption_key_raw may be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#disk_encryption_key_raw ComputeInstance#disk_encryption_key_raw}
- Specified by:
getDiskEncryptionKeyRawin interfaceComputeInstanceBootDisk
-
getInitializeParams
public final ComputeInstanceBootDiskInitializeParams getInitializeParams()
Description copied from interface:ComputeInstanceBootDiskinitialize_params block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#initialize_params ComputeInstance#initialize_params}
- Specified by:
getInitializeParamsin interfaceComputeInstanceBootDisk
-
getKmsKeySelfLink
public final String getKmsKeySelfLink()
Description copied from interface:ComputeInstanceBootDiskThe self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk.Only one of kms_key_self_link and disk_encryption_key_raw may be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#kms_key_self_link ComputeInstance#kms_key_self_link}
- Specified by:
getKmsKeySelfLinkin interfaceComputeInstanceBootDisk
-
getMode
public final String getMode()
Description copied from interface:ComputeInstanceBootDiskRead/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#mode ComputeInstance#mode}
- Specified by:
getModein interfaceComputeInstanceBootDisk
-
getSource
public final String getSource()
Description copied from interface:ComputeInstanceBootDiskThe name or self_link of the disk attached to this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#source ComputeInstance#source}
- Specified by:
getSourcein interfaceComputeInstanceBootDisk
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-