Class: Google::Apis::ComputeV1::DisplayDevice

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

A set of Display Device options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DisplayDevice

Returns a new instance of DisplayDevice.



6758
6759
6760
# File 'lib/google/apis/compute_v1/classes.rb', line 6758

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enable_displayBoolean Also known as: enable_display?

Defines whether the instance has Display enabled. Corresponds to the JSON property enableDisplay

Returns:

  • (Boolean)


6755
6756
6757
# File 'lib/google/apis/compute_v1/classes.rb', line 6755

def enable_display
  @enable_display
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6763
6764
6765
# File 'lib/google/apis/compute_v1/classes.rb', line 6763

def update!(**args)
  @enable_display = args[:enable_display] if args.key?(:enable_display)
end