Class: RevertToCurrentSnapshotRequestType
- Inherits:
-
Object
- Object
- RevertToCurrentSnapshotRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RevertToCurrentSnapshotRequestType
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) ⇒ RevertToCurrentSnapshotRequestType
constructor
A new instance of RevertToCurrentSnapshotRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, host = nil) ⇒ RevertToCurrentSnapshotRequestType
Returns a new instance of RevertToCurrentSnapshotRequestType.
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
permalink #host ⇒ Object
Returns the value of attribute host.
36750 36751 36752 |
# File 'lib/vmware/soap/vim25.rb', line 36750 def host @host end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
36752 36753 36754 |
# File 'lib/vmware/soap/vim25.rb', line 36752 def m__this @v__this end |
permalink #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 |