Class: RevertToSnapshotRequestType
- Inherits:
-
Object
- Object
- RevertToSnapshotRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RevertToSnapshotRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil) ⇒ RevertToSnapshotRequestType
constructor
A new instance of RevertToSnapshotRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#host ⇒ Object
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__this ⇒ Object
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 |