Class: Google::Apis::ComputeV1::DisplayDevice
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::DisplayDevice
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/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.
5938 5939 5940 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5938 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
5935 5936 5937 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5935 def enable_display @enable_display end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5943 5944 5945 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5943 def update!(**args) @enable_display = args[:enable_display] if args.key?(:enable_display) end |