class Google::Apis::NotebooksV1::RuntimeGuestOsFeature

Optional. A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](cloud.google.com/compute/docs/images/create-delete-deprecate- private-images#guest-os-features) to see a list of available options. Guest OS features for boot disk.

Attributes

type[RW]

The ID of a supported feature. Read [Enabling guest operating system features]( cloud.google.com/compute/docs/images/create-delete-deprecate-private- images#guest-os-features) to see a list of available options. Valid values: * FEATURE_TYPE_UNSPECIFIED * MULTI_IP_SUBNET * SECURE_BOOT * UEFI_COMPATIBLE * VIRTIO_SCSI_MULTIQUEUE * WINDOWS Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 1971
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/notebooks_v1/classes.rb, line 1976
def update!(**args)
  @type = args[:type] if args.key?(:type)
end