Class ComputeInstanceBootDiskInitializeParams.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceBootDiskInitializeParams.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceBootDiskInitializeParams,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceBootDiskInitializeParams
@Stability(Stable) @Internal public static final class ComputeInstanceBootDiskInitializeParams.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceBootDiskInitializeParams
An implementation forComputeInstanceBootDiskInitializeParams
-
-
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.ComputeInstanceBootDiskInitializeParams
ComputeInstanceBootDiskInitializeParams.Builder, ComputeInstanceBootDiskInitializeParams.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceBootDiskInitializeParams.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceBootDiskInitializeParams.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)ObjectgetEnableConfidentialCompute()A flag to enable confidential compute mode on boot disk.StringgetImage()The image from which this disk was initialised.Map<String,String>getLabels()A set of key/value label pairs assigned to the disk.NumbergetProvisionedIops()Indicates how many IOPS to provision for the disk.NumbergetProvisionedThroughput()Indicates how much throughput to provision for the disk.Map<String,String>getResourceManagerTags()A map of resource manager tags.NumbergetSize()The size of the image in gigabytes.StringgetStoragePool()The URL of the storage pool in which the new disk is created.StringgetType()The Google Compute Engine disk type.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(ComputeInstanceBootDiskInitializeParams.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceBootDiskInitializeParams.Builder.
-
-
Method Detail
-
getEnableConfidentialCompute
public final Object getEnableConfidentialCompute()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsA flag to enable confidential compute mode on boot disk.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#enable_confidential_compute ComputeInstance#enable_confidential_compute}
- Specified by:
getEnableConfidentialComputein interfaceComputeInstanceBootDiskInitializeParams
-
getImage
public final String getImage()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsThe image from which this disk was initialised.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#image ComputeInstance#image}
- Specified by:
getImagein interfaceComputeInstanceBootDiskInitializeParams
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsA set of key/value label pairs assigned to the disk.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#labels ComputeInstance#labels}
- Specified by:
getLabelsin interfaceComputeInstanceBootDiskInitializeParams
-
getProvisionedIops
public final Number getProvisionedIops()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsIndicates how many IOPS to provision for the disk.This sets the number of I/O operations per second that the disk can handle. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#provisioned_iops ComputeInstance#provisioned_iops}
- Specified by:
getProvisionedIopsin interfaceComputeInstanceBootDiskInitializeParams
-
getProvisionedThroughput
public final Number getProvisionedThroughput()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsIndicates how much throughput to provision for the disk.This sets the number of throughput mb per second that the disk can handle. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#provisioned_throughput ComputeInstance#provisioned_throughput}
- Specified by:
getProvisionedThroughputin interfaceComputeInstanceBootDiskInitializeParams
-
getResourceManagerTags
public final Map<String,String> getResourceManagerTags()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsA map of resource manager tags.Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#resource_manager_tags ComputeInstance#resource_manager_tags}
- Specified by:
getResourceManagerTagsin interfaceComputeInstanceBootDiskInitializeParams
-
getSize
public final Number getSize()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsThe size of the image in gigabytes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#size ComputeInstance#size}
- Specified by:
getSizein interfaceComputeInstanceBootDiskInitializeParams
-
getStoragePool
public final String getStoragePool()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsThe URL of the storage pool in which the new disk is created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#storage_pool ComputeInstance#storage_pool}
- Specified by:
getStoragePoolin interfaceComputeInstanceBootDiskInitializeParams
-
getType
public final String getType()
Description copied from interface:ComputeInstanceBootDiskInitializeParamsThe Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#type ComputeInstance#type}
- Specified by:
getTypein interfaceComputeInstanceBootDiskInitializeParams
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-