Class: RemoveSnapshotRequestType
- Inherits:
-
Object
- Object
- RemoveSnapshotRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveSnapshotRequestType
m__this - ManagedObjectReference
removeChildren - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#removeChildren ⇒ Object
Returns the value of attribute removeChildren.
Instance Method Summary collapse
-
#initialize(v__this = nil, removeChildren = nil) ⇒ RemoveSnapshotRequestType
constructor
A new instance of RemoveSnapshotRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, removeChildren = nil) ⇒ RemoveSnapshotRequestType
Returns a new instance of RemoveSnapshotRequestType.
40433 40434 40435 40436 |
# File 'lib/vmware/soap/vim25.rb', line 40433 def initialize(v__this = nil, removeChildren = nil) @v__this = v__this @removeChildren = removeChildren end |
Instance Attribute Details
#removeChildren ⇒ Object
Returns the value of attribute removeChildren.
40423 40424 40425 |
# File 'lib/vmware/soap/vim25.rb', line 40423 def removeChildren @removeChildren end |
Instance Method Details
#m__this ⇒ Object
40425 40426 40427 |
# File 'lib/vmware/soap/vim25.rb', line 40425 def m__this @v__this end |
#m__this=(value) ⇒ Object
40429 40430 40431 |
# File 'lib/vmware/soap/vim25.rb', line 40429 def m__this=(value) @v__this = value end |