Class GuestOsFeature
Guest OS features for boot disk.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class GuestOsFeature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The ID of a supported feature. Read Enabling guest operating system features to see a list of available
options. Valid values: * FEATURE_TYPE_UNSPECIFIED
* MULTI_IP_SUBNET
* SECURE_BOOT
* UEFI_COMPATIBLE
VIRTIO_SCSI_MULTIQUEUE
*WINDOWS
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |