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