Class: RevertToSnapshotRequestType

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

Overview

urn:vim25RevertToSnapshotRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RevertToSnapshotRequestType.



40413
40414
40415
40416
# File 'lib/vmware/soap/vim25.rb', line 40413

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



40403
40404
40405
# File 'lib/vmware/soap/vim25.rb', line 40403

def host
  @host
end

Instance Method Details

#m__thisObject



40405
40406
40407
# File 'lib/vmware/soap/vim25.rb', line 40405

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40409
40410
40411
# File 'lib/vmware/soap/vim25.rb', line 40409

def m__this=(value)
  @v__this = value
end