Class: HostVmfsSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVmfsSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVmfsSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
extent - HostScsiDiskPartition
blockSizeMb - SOAP::SOAPInt
majorVersion - SOAP::SOAPInt
volumeName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#blockSizeMb ⇒ Object
Returns the value of attribute blockSizeMb.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#extent ⇒ Object
Returns the value of attribute extent.
-
#majorVersion ⇒ Object
Returns the value of attribute majorVersion.
-
#volumeName ⇒ Object
Returns the value of attribute volumeName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], extent = nil, blockSizeMb = nil, majorVersion = nil, volumeName = nil) ⇒ HostVmfsSpec
constructor
A new instance of HostVmfsSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], extent = nil, blockSizeMb = nil, majorVersion = nil, volumeName = nil) ⇒ HostVmfsSpec
Returns a new instance of HostVmfsSpec.
22090 22091 22092 22093 22094 22095 22096 22097 |
# File 'lib/vmware/soap/vim25.rb', line 22090 def initialize(dynamicType = nil, dynamicProperty = [], extent = nil, blockSizeMb = nil, majorVersion = nil, volumeName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @extent = extent @blockSizeMb = blockSizeMb @majorVersion = majorVersion @volumeName = volumeName end |
Instance Attribute Details
#blockSizeMb ⇒ Object
Returns the value of attribute blockSizeMb.
22086 22087 22088 |
# File 'lib/vmware/soap/vim25.rb', line 22086 def blockSizeMb @blockSizeMb end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22084 22085 22086 |
# File 'lib/vmware/soap/vim25.rb', line 22084 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22083 22084 22085 |
# File 'lib/vmware/soap/vim25.rb', line 22083 def dynamicType @dynamicType end |
#extent ⇒ Object
Returns the value of attribute extent.
22085 22086 22087 |
# File 'lib/vmware/soap/vim25.rb', line 22085 def extent @extent end |
#majorVersion ⇒ Object
Returns the value of attribute majorVersion.
22087 22088 22089 |
# File 'lib/vmware/soap/vim25.rb', line 22087 def majorVersion @majorVersion end |
#volumeName ⇒ Object
Returns the value of attribute volumeName.
22088 22089 22090 |
# File 'lib/vmware/soap/vim25.rb', line 22088 def volumeName @volumeName end |