Class: UpdateBootDeviceRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25UpdateBootDeviceRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, key = nil) ⇒ UpdateBootDeviceRequestType

Returns a new instance of UpdateBootDeviceRequestType.



37673
37674
37675
37676
# File 'lib/vmware/soap/vim25.rb', line 37673

def initialize(v__this = nil, key = nil)
  @v__this = v__this
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



37663
37664
37665
# File 'lib/vmware/soap/vim25.rb', line 37663

def key
  @key
end

Instance Method Details

#m__thisObject



37665
37666
37667
# File 'lib/vmware/soap/vim25.rb', line 37665

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37669
37670
37671
# File 'lib/vmware/soap/vim25.rb', line 37669

def m__this=(value)
  @v__this = value
end