Class: Google::Apis::BackupdrV1::DisplayDevice

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_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.



1907
1908
1909
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1907

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

Instance Attribute Details

#enable_displayBoolean Also known as: enable_display?

Optional. Enables display for the Compute Engine VM Corresponds to the JSON property enableDisplay

Returns:

  • (Boolean)


1904
1905
1906
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1904

def enable_display
  @enable_display
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1912
1913
1914
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1912

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