Class: Google::Apis::ComputeAlpha::DisplayDevice
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisplayDevice
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
A set of Display Device options
Instance Attribute Summary collapse
-
#enable_display ⇒ Boolean
(also: #enable_display?)
Defines whether the instance has Display enabled.
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.
8162 8163 8164 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_display ⇒ Boolean Also known as: enable_display?
Defines whether the instance has Display enabled.
Corresponds to the JSON property enableDisplay
8159 8160 8161 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8159 def enable_display @enable_display end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8167 8168 8169 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8167 def update!(**args) @enable_display = args[:enable_display] if args.key?(:enable_display) end |