Class: GuestDiskInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- GuestDiskInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GuestDiskInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskPath - SOAP::SOAPString
capacity - SOAP::SOAPLong
freeSpace - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#diskPath ⇒ Object
Returns the value of attribute diskPath.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskPath = nil, capacity = nil, freeSpace = nil) ⇒ GuestDiskInfo
constructor
A new instance of GuestDiskInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskPath = nil, capacity = nil, freeSpace = nil) ⇒ GuestDiskInfo
Returns a new instance of GuestDiskInfo.
23542 23543 23544 23545 23546 23547 23548 |
# File 'lib/vmware/soap/vim25.rb', line 23542 def initialize(dynamicType = nil, dynamicProperty = [], diskPath = nil, capacity = nil, freeSpace = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskPath = diskPath @capacity = capacity @freeSpace = freeSpace end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
23539 23540 23541 |
# File 'lib/vmware/soap/vim25.rb', line 23539 def capacity @capacity end |
#diskPath ⇒ Object
Returns the value of attribute diskPath.
23538 23539 23540 |
# File 'lib/vmware/soap/vim25.rb', line 23538 def diskPath @diskPath end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23537 23538 23539 |
# File 'lib/vmware/soap/vim25.rb', line 23537 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23536 23537 23538 |
# File 'lib/vmware/soap/vim25.rb', line 23536 def dynamicType @dynamicType end |
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
23540 23541 23542 |
# File 'lib/vmware/soap/vim25.rb', line 23540 def freeSpace @freeSpace end |