Class: Google::Cloud::BackupDR::V1::DisplayDevice
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DisplayDevice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
A set of Display Device options
Instance Attribute Summary collapse
-
#enable_display ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_display ⇒ ::Boolean
Returns Optional. Enables display for the Compute Engine VM.
318 319 320 321 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 318 class DisplayDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |