Class: Google::Cloud::Compute::V1::DisplayDevice
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DisplayDevice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A set of Display Device options
Instance Attribute Summary collapse
-
#enable_display ⇒ ::Boolean
Defines whether the instance has Display enabled.
Instance Attribute Details
#enable_display ⇒ ::Boolean
Returns Defines whether the instance has Display enabled.
7544 7545 7546 7547 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7544 class DisplayDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |