Class: ShrinkVirtualDiskRequestType
- Inherits:
-
Object
- Object
- ShrinkVirtualDiskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ShrinkVirtualDiskRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
copy - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#copy ⇒ Object
Returns the value of attribute copy.
-
#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, copy = nil) ⇒ ShrinkVirtualDiskRequestType
constructor
A new instance of ShrinkVirtualDiskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, datacenter = nil, copy = nil) ⇒ ShrinkVirtualDiskRequestType
Returns a new instance of ShrinkVirtualDiskRequestType.
36591 36592 36593 36594 36595 36596 |
# File 'lib/vmware/soap/vim25.rb', line 36591 def initialize(v__this = nil, name = nil, datacenter = nil, copy = nil) @v__this = v__this @name = name @datacenter = datacenter @copy = copy end |
Instance Attribute Details
#copy ⇒ Object
Returns the value of attribute copy.
36581 36582 36583 |
# File 'lib/vmware/soap/vim25.rb', line 36581 def copy @copy end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
36580 36581 36582 |
# File 'lib/vmware/soap/vim25.rb', line 36580 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
36579 36580 36581 |
# File 'lib/vmware/soap/vim25.rb', line 36579 def name @name end |
Instance Method Details
#m__this ⇒ Object
36583 36584 36585 |
# File 'lib/vmware/soap/vim25.rb', line 36583 def m__this @v__this end |
#m__this=(value) ⇒ Object
36587 36588 36589 |
# File 'lib/vmware/soap/vim25.rb', line 36587 def m__this=(value) @v__this = value end |