Package com.pulumi.gcp.compute.inputs
Class ImageGuestOsFeatureArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.inputs.ImageGuestOsFeatureArgs.Builder
-
- Enclosing class:
- ImageGuestOsFeatureArgs
public static final class ImageGuestOsFeatureArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ImageGuestOsFeatureArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageGuestOsFeatureArgs
build()
ImageGuestOsFeatureArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
ImageGuestOsFeatureArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ImageGuestOsFeatureArgs defaults)
-
-
Method Detail
-
type
public ImageGuestOsFeatureArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- 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 are: `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`.- Returns:
- builder
-
type
public ImageGuestOsFeatureArgs.Builder type(java.lang.String type)
- Parameters:
type
- 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 are: `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`.- Returns:
- builder
-
build
public ImageGuestOsFeatureArgs build()
-
-