Class: Google::Cloud::Notebooks::V1::Instance::Disk::GuestOsFeature
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::Instance::Disk::GuestOsFeature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/instance.rb
Overview
Guest OS features for boot disk.
Instance Attribute Summary collapse
-
#type ⇒ ::String
The ID of a supported feature.
Instance Attribute Details
#type ⇒ ::String
Returns 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
.
328 329 330 331 |
# File 'proto_docs/google/cloud/notebooks/v1/instance.rb', line 328 class GuestOsFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |