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