public sealed class GuestOsFeature : IMessage<Instance.Types.Disk.Types.GuestOsFeature>, IEquatable<Instance.Types.Disk.Types.GuestOsFeature>, IDeepCloneable<Instance.Types.Disk.Types.GuestOsFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class Instance.Types.Disk.Types.GuestOsFeature.
Guest OS features for boot disk.
Implements
IMessage<Instance.Types.Disk.Types.GuestOsFeature>, IEquatable<Instance.Types.Disk.Types.GuestOsFeature>, IDeepCloneable<Instance.Types.Disk.Types.GuestOsFeature>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
GuestOsFeature()
public GuestOsFeature()
GuestOsFeature(Instance.Types.Disk.Types.GuestOsFeature)
public GuestOsFeature(Instance.Types.Disk.Types.GuestOsFeature other)
Parameter | |
---|---|
Name | Description |
other | Instance.Types.Disk.Types.GuestOsFeature |
Properties
Type
public string Type { get; set; }
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
Property Value | |
---|---|
Type | Description |
String |