Class: VmfsDatastoreInfo
- Inherits:
-
DatastoreInfo
- Object
- DynamicData
- DatastoreInfo
- VmfsDatastoreInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
url - SOAP::SOAPString
freeSpace - SOAP::SOAPLong
maxFileSize - SOAP::SOAPLong
vmfs - HostVmfsVolume
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
-
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
-
#vmfs ⇒ Object
Returns the value of attribute vmfs.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, vmfs = nil) ⇒ VmfsDatastoreInfo
constructor
A new instance of VmfsDatastoreInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, vmfs = nil) ⇒ VmfsDatastoreInfo
Returns a new instance of VmfsDatastoreInfo.
855 856 857 858 859 860 861 862 863 |
# File 'lib/vmware/soap/vim25.rb', line 855 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, vmfs = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @url = url @freeSpace = freeSpace @maxFileSize = maxFileSize @vmfs = vmfs end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
848 849 850 |
# File 'lib/vmware/soap/vim25.rb', line 848 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
847 848 849 |
# File 'lib/vmware/soap/vim25.rb', line 847 def dynamicType @dynamicType end |
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
851 852 853 |
# File 'lib/vmware/soap/vim25.rb', line 851 def freeSpace @freeSpace end |
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
852 853 854 |
# File 'lib/vmware/soap/vim25.rb', line 852 def maxFileSize @maxFileSize end |
#name ⇒ Object
Returns the value of attribute name.
849 850 851 |
# File 'lib/vmware/soap/vim25.rb', line 849 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
850 851 852 |
# File 'lib/vmware/soap/vim25.rb', line 850 def url @url end |
#vmfs ⇒ Object
Returns the value of attribute vmfs.
853 854 855 |
# File 'lib/vmware/soap/vim25.rb', line 853 def vmfs @vmfs end |