Class: RemoveAllSnapshotsRequestType
- Inherits:
-
Object
- Object
- RemoveAllSnapshotsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveAllSnapshotsRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RemoveAllSnapshotsRequestType
constructor
A new instance of RemoveAllSnapshotsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RemoveAllSnapshotsRequestType
Returns a new instance of RemoveAllSnapshotsRequestType.
36777 36778 36779 |
# File 'lib/vmware/soap/vim25.rb', line 36777 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36769 36770 36771 |
# File 'lib/vmware/soap/vim25.rb', line 36769 def m__this @v__this end |
#m__this=(value) ⇒ Object
36773 36774 36775 |
# File 'lib/vmware/soap/vim25.rb', line 36773 def m__this=(value) @v__this = value end |