Class: DatastoreSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatastoreSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
name - SOAP::SOAPString
url - SOAP::SOAPString
capacity - SOAP::SOAPLong
freeSpace - SOAP::SOAPLong
accessible - SOAP::SOAPBoolean
multipleHostAccess - SOAP::SOAPBoolean
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accessible ⇒ Object
Returns the value of attribute accessible.
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
-
#multipleHostAccess ⇒ Object
Returns the value of attribute multipleHostAccess.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, url = nil, capacity = nil, freeSpace = nil, accessible = nil, multipleHostAccess = nil, type = nil) ⇒ DatastoreSummary
constructor
A new instance of DatastoreSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, url = nil, capacity = nil, freeSpace = nil, accessible = nil, multipleHostAccess = nil, type = nil) ⇒ DatastoreSummary
Returns a new instance of DatastoreSummary.
799 800 801 802 803 804 805 806 807 808 809 810 |
# File 'lib/vmware/soap/vim25.rb', line 799 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, url = nil, capacity = nil, freeSpace = nil, accessible = nil, multipleHostAccess = nil, type = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore @name = name @url = url @capacity = capacity @freeSpace = freeSpace @accessible = accessible @multipleHostAccess = multipleHostAccess @type = type end |
Instance Attribute Details
#accessible ⇒ Object
Returns the value of attribute accessible.
795 796 797 |
# File 'lib/vmware/soap/vim25.rb', line 795 def accessible @accessible end |
#capacity ⇒ Object
Returns the value of attribute capacity.
793 794 795 |
# File 'lib/vmware/soap/vim25.rb', line 793 def capacity @capacity end |
#datastore ⇒ Object
Returns the value of attribute datastore.
790 791 792 |
# File 'lib/vmware/soap/vim25.rb', line 790 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
789 790 791 |
# File 'lib/vmware/soap/vim25.rb', line 789 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
788 789 790 |
# File 'lib/vmware/soap/vim25.rb', line 788 def dynamicType @dynamicType end |
#freeSpace ⇒ Object
Returns the value of attribute freeSpace.
794 795 796 |
# File 'lib/vmware/soap/vim25.rb', line 794 def freeSpace @freeSpace end |
#multipleHostAccess ⇒ Object
Returns the value of attribute multipleHostAccess.
796 797 798 |
# File 'lib/vmware/soap/vim25.rb', line 796 def multipleHostAccess @multipleHostAccess end |
#name ⇒ Object
Returns the value of attribute name.
791 792 793 |
# File 'lib/vmware/soap/vim25.rb', line 791 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
797 798 799 |
# File 'lib/vmware/soap/vim25.rb', line 797 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
792 793 794 |
# File 'lib/vmware/soap/vim25.rb', line 792 def url @url end |