Class: RemoveSnapshotRequestType

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

Overview

urn:vim25RemoveSnapshotRequestType

m__this - ManagedObjectReference
removeChildren - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#removeChildrenObject

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__thisObject



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