Class: HostFileSystemVolume
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFileSystemVolume
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFileSystemVolume
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
name - SOAP::SOAPString
capacity - SOAP::SOAPLong
Direct Known Subclasses
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#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) ⇒ HostFileSystemVolume
constructor
A new instance of HostFileSystemVolume.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil) ⇒ HostFileSystemVolume
Returns a new instance of HostFileSystemVolume.
18889 18890 18891 18892 18893 18894 18895 |
# File 'lib/vmware/soap/vim25.rb', line 18889 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, name = nil, capacity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @name = name @capacity = capacity end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
18887 18888 18889 |
# File 'lib/vmware/soap/vim25.rb', line 18887 def capacity @capacity end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18884 18885 18886 |
# File 'lib/vmware/soap/vim25.rb', line 18884 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18883 18884 18885 |
# File 'lib/vmware/soap/vim25.rb', line 18883 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
18886 18887 18888 |
# File 'lib/vmware/soap/vim25.rb', line 18886 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
18885 18886 18887 |
# File 'lib/vmware/soap/vim25.rb', line 18885 def type @type end |