Class ComputeRegionDiskGuestOsFeatures.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_disk.ComputeRegionDiskGuestOsFeatures.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionDiskGuestOsFeatures>
- Enclosing interface:
- ComputeRegionDiskGuestOsFeatures
@Stability(Stable) public static final class ComputeRegionDiskGuestOsFeatures.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionDiskGuestOsFeatures>
A builder forComputeRegionDiskGuestOsFeatures
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionDiskGuestOsFeaturesbuild()Builds the configured instance.ComputeRegionDiskGuestOsFeatures.Buildertype(String type)Sets the value ofComputeRegionDiskGuestOsFeatures.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public ComputeRegionDiskGuestOsFeatures.Builder type(String type)
Sets the value ofComputeRegionDiskGuestOsFeatures.getType()- Parameters:
type- The type of supported feature. This parameter is required. 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}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionDiskGuestOsFeatures build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionDiskGuestOsFeatures>- Returns:
- a new instance of
ComputeRegionDiskGuestOsFeatures - Throws:
NullPointerException- if any required attribute was not provided
-
-