Class ComputeInstanceFromTemplateBootDisk.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateBootDisk.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceFromTemplateBootDisk,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceFromTemplateBootDisk
@Stability(Stable) @Internal public static final class ComputeInstanceFromTemplateBootDisk.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceFromTemplateBootDisk
An implementation forComputeInstanceFromTemplateBootDisk
-
-
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_from_template.ComputeInstanceFromTemplateBootDisk
ComputeInstanceFromTemplateBootDisk.Builder, ComputeInstanceFromTemplateBootDisk.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceFromTemplateBootDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateBootDisk.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.ComputeInstanceFromTemplateBootDiskInitializeParamsgetInitializeParams()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(ComputeInstanceFromTemplateBootDisk.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateBootDisk.Builder.
-
-
Method Detail
-
getAutoDelete
public final Object getAutoDelete()
Description copied from interface:ComputeInstanceFromTemplateBootDiskWhether 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_from_template#auto_delete ComputeInstanceFromTemplate#auto_delete}
- Specified by:
getAutoDeletein interfaceComputeInstanceFromTemplateBootDisk
-
getDeviceName
public final String getDeviceName()
Description copied from interface:ComputeInstanceFromTemplateBootDiskName 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_from_template#device_name ComputeInstanceFromTemplate#device_name}
- Specified by:
getDeviceNamein interfaceComputeInstanceFromTemplateBootDisk
-
getDiskEncryptionKeyRaw
public final String getDiskEncryptionKeyRaw()
Description copied from interface:ComputeInstanceFromTemplateBootDiskA 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_from_template#disk_encryption_key_raw ComputeInstanceFromTemplate#disk_encryption_key_raw}
- Specified by:
getDiskEncryptionKeyRawin interfaceComputeInstanceFromTemplateBootDisk
-
getInitializeParams
public final ComputeInstanceFromTemplateBootDiskInitializeParams getInitializeParams()
Description copied from interface:ComputeInstanceFromTemplateBootDiskinitialize_params block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#initialize_params ComputeInstanceFromTemplate#initialize_params}
- Specified by:
getInitializeParamsin interfaceComputeInstanceFromTemplateBootDisk
-
getKmsKeySelfLink
public final String getKmsKeySelfLink()
Description copied from interface:ComputeInstanceFromTemplateBootDiskThe 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_from_template#kms_key_self_link ComputeInstanceFromTemplate#kms_key_self_link}
- Specified by:
getKmsKeySelfLinkin interfaceComputeInstanceFromTemplateBootDisk
-
getMode
public final String getMode()
Description copied from interface:ComputeInstanceFromTemplateBootDiskRead/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_from_template#mode ComputeInstanceFromTemplate#mode}
- Specified by:
getModein interfaceComputeInstanceFromTemplateBootDisk
-
getSource
public final String getSource()
Description copied from interface:ComputeInstanceFromTemplateBootDiskThe 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_from_template#source ComputeInstanceFromTemplate#source}
- Specified by:
getSourcein interfaceComputeInstanceFromTemplateBootDisk
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-