Class: ExtendVirtualDiskRequestType
- Inherits:
-
Object
- Object
- ExtendVirtualDiskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtendVirtualDiskRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
newCapacityKb - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#name ⇒ Object
Returns the value of attribute name.
-
#newCapacityKb ⇒ Object
Returns the value of attribute newCapacityKb.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, datacenter = nil, newCapacityKb = nil) ⇒ ExtendVirtualDiskRequestType
constructor
A new instance of ExtendVirtualDiskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, datacenter = nil, newCapacityKb = nil) ⇒ ExtendVirtualDiskRequestType
Returns a new instance of ExtendVirtualDiskRequestType.
36519 36520 36521 36522 36523 36524 |
# File 'lib/vmware/soap/vim25.rb', line 36519 def initialize(v__this = nil, name = nil, datacenter = nil, newCapacityKb = nil) @v__this = v__this @name = name @datacenter = datacenter @newCapacityKb = newCapacityKb end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
36508 36509 36510 |
# File 'lib/vmware/soap/vim25.rb', line 36508 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
36507 36508 36509 |
# File 'lib/vmware/soap/vim25.rb', line 36507 def name @name end |
#newCapacityKb ⇒ Object
Returns the value of attribute newCapacityKb.
36509 36510 36511 |
# File 'lib/vmware/soap/vim25.rb', line 36509 def newCapacityKb @newCapacityKb end |
Instance Method Details
#m__this ⇒ Object
36511 36512 36513 |
# File 'lib/vmware/soap/vim25.rb', line 36511 def m__this @v__this end |
#m__this=(value) ⇒ Object
36515 36516 36517 |
# File 'lib/vmware/soap/vim25.rb', line 36515 def m__this=(value) @v__this = value end |