Class: Google::Apis::BackupdrV1::DisplayDevice
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::DisplayDevice
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb
Overview
A set of Display Device options
Instance Attribute Summary collapse
-
#enable_display ⇒ Boolean
(also: #enable_display?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisplayDevice
constructor
A new instance of DisplayDevice.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisplayDevice
Returns a new instance of DisplayDevice.
2039 2040 2041 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2039 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_display ⇒ Boolean Also known as: enable_display?
Optional. Enables display for the Compute Engine VM
Corresponds to the JSON property enableDisplay
2036 2037 2038 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2036 def enable_display @enable_display end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2044 2045 2046 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 2044 def update!(**args) @enable_display = args[:enable_display] if args.key?(:enable_display) end |