Class ComputeImageConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_image.ComputeImageConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeImageConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeImageConfig
@Stability(Stable) @Internal public static final class ComputeImageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeImageConfig
An implementation forComputeImageConfig
-
-
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.ComputeImageConfig
ComputeImageConfig.Builder, ComputeImageConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeImageConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeImageConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.NumbergetDiskSizeGb()Size of the image when restored onto a persistent disk (in GB).StringgetFamily()The name of the image family to which this image belongs.com.hashicorp.cdktf.ITerraformIteratorgetForEach()ObjectgetGuestOsFeatures()guest_os_features block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#id ComputeImage#id}.ComputeImageImageEncryptionKeygetImageEncryptionKey()image_encryption_key block.Map<String,String>getLabels()Labels to apply to this Image.List<String>getLicenses()Any applicable license URI.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the resource;StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#project ComputeImage#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ComputeImageRawDiskgetRawDisk()raw_disk block.StringgetSourceDisk()The source disk to create this image based on.StringgetSourceImage()URL of the source image used to create this image.StringgetSourceSnapshot()URL of the source snapshot used to create this image.List<String>getStorageLocations()Cloud Storage bucket storage location of the image (regional or multi-regional).ComputeImageTimeoutsgetTimeouts()timeouts block.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(ComputeImageConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeImageConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeImageConfigName of the resource;provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#name ComputeImage#name}
- Specified by:
getNamein interfaceComputeImageConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeImageConfigAn optional description of this resource. Provide this property when you create the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#description ComputeImage#description}
- Specified by:
getDescriptionin interfaceComputeImageConfig
-
getDiskSizeGb
public final Number getDiskSizeGb()
Description copied from interface:ComputeImageConfigSize of the image when restored onto a persistent disk (in GB).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#disk_size_gb ComputeImage#disk_size_gb}
- Specified by:
getDiskSizeGbin interfaceComputeImageConfig
-
getFamily
public final String getFamily()
Description copied from interface:ComputeImageConfigThe name of the image family to which this image belongs.You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#family ComputeImage#family}
- Specified by:
getFamilyin interfaceComputeImageConfig
-
getGuestOsFeatures
public final Object getGuestOsFeatures()
Description copied from interface:ComputeImageConfigguest_os_features block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#guest_os_features ComputeImage#guest_os_features}
- Specified by:
getGuestOsFeaturesin interfaceComputeImageConfig
-
getId
public final String getId()
Description copied from interface:ComputeImageConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#id ComputeImage#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceComputeImageConfig
-
getImageEncryptionKey
public final ComputeImageImageEncryptionKey getImageEncryptionKey()
Description copied from interface:ComputeImageConfigimage_encryption_key block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#image_encryption_key ComputeImage#image_encryption_key}
- Specified by:
getImageEncryptionKeyin interfaceComputeImageConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ComputeImageConfigLabels to apply to this Image.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#labels ComputeImage#labels}
- Specified by:
getLabelsin interfaceComputeImageConfig
-
getLicenses
public final List<String> getLicenses()
Description copied from interface:ComputeImageConfigAny applicable license URI.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#licenses ComputeImage#licenses}
- Specified by:
getLicensesin interfaceComputeImageConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeImageConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#project ComputeImage#project}.- Specified by:
getProjectin interfaceComputeImageConfig
-
getRawDisk
public final ComputeImageRawDisk getRawDisk()
Description copied from interface:ComputeImageConfigraw_disk block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#raw_disk ComputeImage#raw_disk}
- Specified by:
getRawDiskin interfaceComputeImageConfig
-
getSourceDisk
public final String getSourceDisk()
Description copied from interface:ComputeImageConfigThe source disk to create this image based on.You must provide either this property or the rawDisk.source property but not both to create an image. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#source_disk ComputeImage#source_disk}
- Specified by:
getSourceDiskin interfaceComputeImageConfig
-
getSourceImage
public final String getSourceImage()
Description copied from interface:ComputeImageConfigURL of the source image used to create this image.In order to create an image, you must provide the full or partial URL of one of the following: * The selfLink URL * This property * The rawDisk.source URL * The sourceDisk URL Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#source_image ComputeImage#source_image}
- Specified by:
getSourceImagein interfaceComputeImageConfig
-
getSourceSnapshot
public final String getSourceSnapshot()
Description copied from interface:ComputeImageConfigURL of the source snapshot used to create this image.In order to create an image, you must provide the full or partial URL of one of the following: * The selfLink URL * This property * The sourceImage URL * The rawDisk.source URL * The sourceDisk URL Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#source_snapshot ComputeImage#source_snapshot}
- Specified by:
getSourceSnapshotin interfaceComputeImageConfig
-
getStorageLocations
public final List<String> getStorageLocations()
Description copied from interface:ComputeImageConfigCloud Storage bucket storage location of the image (regional or multi-regional). Reference link: https://cloud.google.com/compute/docs/reference/rest/v1/images.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#storage_locations ComputeImage#storage_locations}
- Specified by:
getStorageLocationsin interfaceComputeImageConfig
-
getTimeouts
public final ComputeImageTimeouts getTimeouts()
Description copied from interface:ComputeImageConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#timeouts ComputeImage#timeouts}
- Specified by:
getTimeoutsin interfaceComputeImageConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-