Class: VmDiskFileInfo
- Inherits:
-
FileInfo
- Object
- DynamicData
- FileInfo
- VmDiskFileInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDiskFileInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime
diskType - SOAP::SOAPString
capacityKb - SOAP::SOAPLong
hardwareVersion - SOAP::SOAPInt
controllerType - SOAP::SOAPString
diskExtents - SOAP::SOAPString
Instance Attribute Summary collapse
-
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#diskExtents ⇒ Object
Returns the value of attribute diskExtents.
-
#diskType ⇒ Object
Returns the value of attribute diskType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#hardwareVersion ⇒ Object
Returns the value of attribute hardwareVersion.
-
#modification ⇒ Object
Returns the value of attribute modification.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = []) ⇒ VmDiskFileInfo
constructor
A new instance of VmDiskFileInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = []) ⇒ VmDiskFileInfo
Returns a new instance of VmDiskFileInfo.
17589 17590 17591 17592 17593 17594 17595 17596 17597 17598 17599 17600 |
# File 'lib/vmware/soap/vim25.rb', line 17589 def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil, diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @path = path @fileSize = fileSize @modification = modification @diskType = diskType @capacityKb = capacityKb @hardwareVersion = hardwareVersion @controllerType = controllerType @diskExtents = diskExtents end |
Instance Attribute Details
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
17584 17585 17586 |
# File 'lib/vmware/soap/vim25.rb', line 17584 def capacityKb @capacityKb end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
17586 17587 17588 |
# File 'lib/vmware/soap/vim25.rb', line 17586 def controllerType @controllerType end |
#diskExtents ⇒ Object
Returns the value of attribute diskExtents.
17587 17588 17589 |
# File 'lib/vmware/soap/vim25.rb', line 17587 def diskExtents @diskExtents end |
#diskType ⇒ Object
Returns the value of attribute diskType.
17583 17584 17585 |
# File 'lib/vmware/soap/vim25.rb', line 17583 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17579 17580 17581 |
# File 'lib/vmware/soap/vim25.rb', line 17579 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17578 17579 17580 |
# File 'lib/vmware/soap/vim25.rb', line 17578 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17581 17582 17583 |
# File 'lib/vmware/soap/vim25.rb', line 17581 def fileSize @fileSize end |
#hardwareVersion ⇒ Object
Returns the value of attribute hardwareVersion.
17585 17586 17587 |
# File 'lib/vmware/soap/vim25.rb', line 17585 def hardwareVersion @hardwareVersion end |
#modification ⇒ Object
Returns the value of attribute modification.
17582 17583 17584 |
# File 'lib/vmware/soap/vim25.rb', line 17582 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17580 17581 17582 |
# File 'lib/vmware/soap/vim25.rb', line 17580 def path @path end |