Class: HostDiskMappingPartitionInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskMappingPartitionInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskMappingPartitionInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
fileSystem - SOAP::SOAPString
capacityInKb - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#capacityInKb ⇒ Object
Returns the value of attribute capacityInKb.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSystem ⇒ Object
Returns the value of attribute fileSystem.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil) ⇒ HostDiskMappingPartitionInfo
constructor
A new instance of HostDiskMappingPartitionInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil) ⇒ HostDiskMappingPartitionInfo
Returns a new instance of HostDiskMappingPartitionInfo.
25066 25067 25068 25069 25070 25071 25072 |
# File 'lib/vmware/soap/vim25.rb', line 25066 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @fileSystem = fileSystem @capacityInKb = capacityInKb end |
Instance Attribute Details
#capacityInKb ⇒ Object
Returns the value of attribute capacityInKb.
25064 25065 25066 |
# File 'lib/vmware/soap/vim25.rb', line 25064 def capacityInKb @capacityInKb end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25061 25062 25063 |
# File 'lib/vmware/soap/vim25.rb', line 25061 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25060 25061 25062 |
# File 'lib/vmware/soap/vim25.rb', line 25060 def dynamicType @dynamicType end |
#fileSystem ⇒ Object
Returns the value of attribute fileSystem.
25063 25064 25065 |
# File 'lib/vmware/soap/vim25.rb', line 25063 def fileSystem @fileSystem end |
#name ⇒ Object
Returns the value of attribute name.
25062 25063 25064 |
# File 'lib/vmware/soap/vim25.rb', line 25062 def name @name end |