Class: DatastoreInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatastoreInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
url - SOAP::SOAPString
freeSpace - SOAP::SOAPLong
maxFileSize - SOAP::SOAPLong
Direct Known Subclasses
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil) ⇒ DatastoreInfo
constructor
A new instance of DatastoreInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil) ⇒ DatastoreInfo
Returns a new instance of DatastoreInfo.
828 829 830 831 832 833 834 835 |
# File 'lib/vmware/soap/vim25.rb', line 828 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @url = url @freeSpace = freeSpace @maxFileSize = maxFileSize end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
822 823 824 |
# File 'lib/vmware/soap/vim25.rb', line 822 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
821 822 823 |
# File 'lib/vmware/soap/vim25.rb', line 821 def dynamicType @dynamicType end |
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
825 826 827 |
# File 'lib/vmware/soap/vim25.rb', line 825 def freeSpace @freeSpace end |
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
826 827 828 |
# File 'lib/vmware/soap/vim25.rb', line 826 def maxFileSize @maxFileSize end |
#name ⇒ Object
Returns the value of attribute name.
823 824 825 |
# File 'lib/vmware/soap/vim25.rb', line 823 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
824 825 826 |
# File 'lib/vmware/soap/vim25.rb', line 824 def url @url end |