Class: HostLocalFileSystemVolume
- Inherits:
-
HostFileSystemVolume
- Object
- DynamicData
- HostFileSystemVolume
- HostLocalFileSystemVolume
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostLocalFileSystemVolume
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
name - SOAP::SOAPString
capacity - SOAP::SOAPLong
device - SOAP::SOAPString
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, device = nil) ⇒ HostLocalFileSystemVolume
constructor
A new instance of HostLocalFileSystemVolume.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, device = nil) ⇒ HostLocalFileSystemVolume
Returns a new instance of HostLocalFileSystemVolume.
18944 18945 18946 18947 18948 18949 18950 18951 |
# File 'lib/vmware/soap/vim25.rb', line 18944 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil, device = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @name = name @capacity = capacity @device = device end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
18941 18942 18943 |
# File 'lib/vmware/soap/vim25.rb', line 18941 def capacity @capacity end |
#device ⇒ Object
Returns the value of attribute device.
18942 18943 18944 |
# File 'lib/vmware/soap/vim25.rb', line 18942 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18938 18939 18940 |
# File 'lib/vmware/soap/vim25.rb', line 18938 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18937 18938 18939 |
# File 'lib/vmware/soap/vim25.rb', line 18937 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
18940 18941 18942 |
# File 'lib/vmware/soap/vim25.rb', line 18940 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
18939 18940 18941 |
# File 'lib/vmware/soap/vim25.rb', line 18939 def type @type end |