Class: HostDiskMappingPartitionOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskMappingPartitionOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskMappingPartitionOption
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) ⇒ HostDiskMappingPartitionOption
constructor
A new instance of HostDiskMappingPartitionOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil) ⇒ HostDiskMappingPartitionOption
Returns a new instance of HostDiskMappingPartitionOption.
25110 25111 25112 25113 25114 25115 25116 |
# File 'lib/vmware/soap/vim25.rb', line 25110 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.
25108 25109 25110 |
# File 'lib/vmware/soap/vim25.rb', line 25108 def capacityInKb @capacityInKb end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25105 25106 25107 |
# File 'lib/vmware/soap/vim25.rb', line 25105 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25104 25105 25106 |
# File 'lib/vmware/soap/vim25.rb', line 25104 def dynamicType @dynamicType end |
#fileSystem ⇒ Object
Returns the value of attribute fileSystem.
25107 25108 25109 |
# File 'lib/vmware/soap/vim25.rb', line 25107 def fileSystem @fileSystem end |
#name ⇒ Object
Returns the value of attribute name.
25106 25107 25108 |
# File 'lib/vmware/soap/vim25.rb', line 25106 def name @name end |