AI Platform Notebooks v1 API - Class LocalDisk.Types.RuntimeGuestOsFeature (2.2.0)

public sealed class RuntimeGuestOsFeature : IMessage<LocalDisk.Types.RuntimeGuestOsFeature>, IEquatable<LocalDisk.Types.RuntimeGuestOsFeature>, IDeepCloneable<LocalDisk.Types.RuntimeGuestOsFeature>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class LocalDisk.Types.RuntimeGuestOsFeature.

Optional. A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. Guest OS features for boot disk.

Inheritance

Object > LocalDisk.Types.RuntimeGuestOsFeature

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RuntimeGuestOsFeature()

public RuntimeGuestOsFeature()

RuntimeGuestOsFeature(LocalDisk.Types.RuntimeGuestOsFeature)

public RuntimeGuestOsFeature(LocalDisk.Types.RuntimeGuestOsFeature other)
Parameter
NameDescription
otherLocalDisk.Types.RuntimeGuestOsFeature

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
TypeDescription
String