Class: HostLocalFileSystemVolumeSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostLocalFileSystemVolumeSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostLocalFileSystemVolumeSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
localPath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#localPath ⇒ Object
Returns the value of attribute localPath.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, localPath = nil) ⇒ HostLocalFileSystemVolumeSpec
constructor
A new instance of HostLocalFileSystemVolumeSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, localPath = nil) ⇒ HostLocalFileSystemVolumeSpec
Returns a new instance of HostLocalFileSystemVolumeSpec.
19042 19043 19044 19045 19046 19047 |
# File 'lib/vmware/soap/vim25.rb', line 19042 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, localPath = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @localPath = localPath end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
19039 19040 19041 |
# File 'lib/vmware/soap/vim25.rb', line 19039 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19038 19039 19040 |
# File 'lib/vmware/soap/vim25.rb', line 19038 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19037 19038 19039 |
# File 'lib/vmware/soap/vim25.rb', line 19037 def dynamicType @dynamicType end |
#localPath ⇒ Object
Returns the value of attribute localPath.
19040 19041 19042 |
# File 'lib/vmware/soap/vim25.rb', line 19040 def localPath @localPath end |