Class: RevertToCurrentSnapshotRequestType

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

Overview

urn:vim25RevertToCurrentSnapshotRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = nil) ⇒ RevertToCurrentSnapshotRequestType

Returns a new instance of RevertToCurrentSnapshotRequestType.

[View source]

36760
36761
36762
36763
# File 'lib/vmware/soap/vim25.rb', line 36760

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.


36750
36751
36752
# File 'lib/vmware/soap/vim25.rb', line 36750

def host
  @host
end

Instance Method Details

#m__thisObject

[View source]

36752
36753
36754
# File 'lib/vmware/soap/vim25.rb', line 36752

def m__this
  @v__this
end

#m__this=(value) ⇒ Object

[View source]

36756
36757
36758
# File 'lib/vmware/soap/vim25.rb', line 36756

def m__this=(value)
  @v__this = value
end