class Google::Apis::ComputeV1::DisplayDevice

A set of Display Device options

Attributes

enable_display[RW]

Defines whether the instance has Display enabled. Corresponds to the JSON property `enableDisplay` @return [Boolean]

enable_display?[RW]

Defines whether the instance has Display enabled. Corresponds to the JSON property `enableDisplay` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 6331
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 6336
def update!(**args)
  @enable_display = args[:enable_display] if args.key?(:enable_display)
end