Interface ComputeImageGuestOsFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeImageGuestOsFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.446Z") @Stability(Stable) public interface ComputeImageGuestOsFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeImageGuestOsFeatures.BuilderA builder forComputeImageGuestOsFeaturesstatic classComputeImageGuestOsFeatures.Jsii$ProxyAn implementation forComputeImageGuestOsFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeImageGuestOsFeatures.Builderbuilder()StringgetType()The type of supported feature.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
The 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}
-
builder
@Stability(Stable) static ComputeImageGuestOsFeatures.Builder builder()
-
-