Class: Google::Cloud::Compute::V1::DisplayDevice

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_display::Boolean

Returns Defines whether the instance has Display enabled.

Returns:

  • (::Boolean)

    Defines whether the instance has Display enabled.



5868
5869
5870
5871
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5868

class DisplayDevice
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end