Class ComputeImageRawDisk.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_image.ComputeImageRawDisk.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeImageRawDisk,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeImageRawDisk
@Stability(Stable) @Internal public static final class ComputeImageRawDisk.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeImageRawDisk
An implementation forComputeImageRawDisk
-
-
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_image.ComputeImageRawDisk
ComputeImageRawDisk.Builder, ComputeImageRawDisk.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeImageRawDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeImageRawDisk.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)StringgetContainerType()The format used to encode and transmit the block device, which should be TAR.StringgetSha1()An optional SHA1 checksum of the disk image before unpackaging.StringgetSource()The full Google Cloud Storage URL where disk storage is stored You must provide either this property or the sourceDisk property but not both.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(ComputeImageRawDisk.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeImageRawDisk.Builder.
-
-
Method Detail
-
getSource
public final String getSource()
Description copied from interface:ComputeImageRawDiskThe full Google Cloud Storage URL where disk storage is stored You must provide either this property or the sourceDisk property but not both.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#source ComputeImage#source}
- Specified by:
getSourcein interfaceComputeImageRawDisk
-
getContainerType
public final String getContainerType()
Description copied from interface:ComputeImageRawDiskThe format used to encode and transmit the block device, which should be TAR.This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. Default value: "TAR" Possible values: ["TAR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#container_type ComputeImage#container_type}
- Specified by:
getContainerTypein interfaceComputeImageRawDisk
-
getSha1
public final String getSha1()
Description copied from interface:ComputeImageRawDiskAn optional SHA1 checksum of the disk image before unpackaging.This is provided by the client when the disk image is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#sha1 ComputeImage#sha1}
- Specified by:
getSha1in interfaceComputeImageRawDisk
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-