Class: InflateVirtualDiskRequestType
- Inherits:
-
Object
- Object
- InflateVirtualDiskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InflateVirtualDiskRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, datacenter = nil) ⇒ InflateVirtualDiskRequestType
constructor
A new instance of InflateVirtualDiskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, datacenter = nil) ⇒ InflateVirtualDiskRequestType
Returns a new instance of InflateVirtualDiskRequestType.
36615 36616 36617 36618 36619 |
# File 'lib/vmware/soap/vim25.rb', line 36615 def initialize(v__this = nil, name = nil, datacenter = nil) @v__this = v__this @name = name @datacenter = datacenter end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
36605 36606 36607 |
# File 'lib/vmware/soap/vim25.rb', line 36605 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
36604 36605 36606 |
# File 'lib/vmware/soap/vim25.rb', line 36604 def name @name end |
Instance Method Details
#m__this ⇒ Object
36607 36608 36609 |
# File 'lib/vmware/soap/vim25.rb', line 36607 def m__this @v__this end |
#m__this=(value) ⇒ Object
36611 36612 36613 |
# File 'lib/vmware/soap/vim25.rb', line 36611 def m__this=(value) @v__this = value end |