Interface ComputeRegionDiskGuestOsFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionDiskGuestOsFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.719Z") @Stability(Stable) public interface ComputeRegionDiskGuestOsFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionDiskGuestOsFeatures.BuilderA builder forComputeRegionDiskGuestOsFeaturesstatic classComputeRegionDiskGuestOsFeatures.Jsii$ProxyAn implementation forComputeRegionDiskGuestOsFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionDiskGuestOsFeatures.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"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_disk#type ComputeRegionDisk#type}
-
builder
@Stability(Stable) static ComputeRegionDiskGuestOsFeatures.Builder builder()
-
-