AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::LocalDisk::RuntimeGuestOsFeature (v0.4.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::LocalDisk::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#type

def type() -> ::String
Returns
  • (::String) —

    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

#type=

def type=(value) -> ::String
Parameter
  • value (::String) —

    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
Returns
  • (::String) —

    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