Class: Google::Apis::NotebooksV1::GuestOsFeature
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::GuestOsFeature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb more...
Overview
Guest OS features for boot disk.
Instance Attribute Summary collapse
-
#type ⇒ String
The ID of a supported feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestOsFeature
constructor
A new instance of GuestOsFeature.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GuestOsFeature
Returns a new instance of GuestOsFeature.
872 873 874 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 872 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ 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
Corresponds to the JSON propertytype
870 871 872 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 870 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
877 878 879 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 877 def update!(**args) @type = args[:type] if args.key?(:type) end |