Class: LocalDatastoreInfo
- Inherits:
-
DatastoreInfo
- Object
- DynamicData
- DatastoreInfo
- LocalDatastoreInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LocalDatastoreInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
url - SOAP::SOAPString
freeSpace - SOAP::SOAPLong
maxFileSize - SOAP::SOAPLong
path - SOAP::SOAPString
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.
-
#path ⇒ Object
Returns the value of attribute path.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, path = nil) ⇒ LocalDatastoreInfo
constructor
A new instance of LocalDatastoreInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, path = nil) ⇒ LocalDatastoreInfo
Returns a new instance of LocalDatastoreInfo.
911 912 913 914 915 916 917 918 919 |
# File 'lib/vmware/soap/vim25.rb', line 911 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, path = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @url = url @freeSpace = freeSpace @maxFileSize = maxFileSize @path = path end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
904 905 906 |
# File 'lib/vmware/soap/vim25.rb', line 904 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
903 904 905 |
# File 'lib/vmware/soap/vim25.rb', line 903 def dynamicType @dynamicType end |
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
907 908 909 |
# File 'lib/vmware/soap/vim25.rb', line 907 def freeSpace @freeSpace end |
#maxFileSize ⇒ Object
Returns the value of attribute maxFileSize.
908 909 910 |
# File 'lib/vmware/soap/vim25.rb', line 908 def maxFileSize @maxFileSize end |
#name ⇒ Object
Returns the value of attribute name.
905 906 907 |
# File 'lib/vmware/soap/vim25.rb', line 905 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
909 910 911 |
# File 'lib/vmware/soap/vim25.rb', line 909 def path @path end |
#url ⇒ Object
Returns the value of attribute url.
906 907 908 |
# File 'lib/vmware/soap/vim25.rb', line 906 def url @url end |