Class ComputeImageGuestOsFeatures.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_image.ComputeImageGuestOsFeatures.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeImageGuestOsFeatures,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeImageGuestOsFeatures
@Stability(Stable) @Internal public static final class ComputeImageGuestOsFeatures.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeImageGuestOsFeatures
An implementation forComputeImageGuestOsFeatures
-
-
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.ComputeImageGuestOsFeatures
ComputeImageGuestOsFeatures.Builder, ComputeImageGuestOsFeatures.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeImageGuestOsFeatures.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeImageGuestOsFeatures.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)StringgetType()The type of supported feature.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(ComputeImageGuestOsFeatures.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeImageGuestOsFeatures.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:ComputeImageGuestOsFeaturesThe type of supported feature.Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options. Possible values: ["MULTI_IP_SUBNET", "SECURE_BOOT", "SEV_CAPABLE", "UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "WINDOWS", "GVNIC", "SEV_LIVE_MIGRATABLE", "SEV_SNP_CAPABLE", "SUSPEND_RESUME_COMPATIBLE", "TDX_CAPABLE", "SEV_LIVE_MIGRATABLE_V2"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#type ComputeImage#type}
- Specified by:
getTypein interfaceComputeImageGuestOsFeatures
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-