Class: DatastoreSummary

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#accessibleObject

Returns the value of attribute accessible.



795
796
797
# File 'lib/vmware/soap/vim25.rb', line 795

def accessible
  @accessible
end

#capacityObject

Returns the value of attribute capacity.



793
794
795
# File 'lib/vmware/soap/vim25.rb', line 793

def capacity
  @capacity
end

#datastoreObject

Returns the value of attribute datastore.



790
791
792
# File 'lib/vmware/soap/vim25.rb', line 790

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



789
790
791
# File 'lib/vmware/soap/vim25.rb', line 789

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



788
789
790
# File 'lib/vmware/soap/vim25.rb', line 788

def dynamicType
  @dynamicType
end

#freeSpaceObject

Returns the value of attribute freeSpace.



794
795
796
# File 'lib/vmware/soap/vim25.rb', line 794

def freeSpace
  @freeSpace
end

#multipleHostAccessObject

Returns the value of attribute multipleHostAccess.



796
797
798
# File 'lib/vmware/soap/vim25.rb', line 796

def multipleHostAccess
  @multipleHostAccess
end

#nameObject

Returns the value of attribute name.



791
792
793
# File 'lib/vmware/soap/vim25.rb', line 791

def name
  @name
end

#typeObject

Returns the value of attribute type.



797
798
799
# File 'lib/vmware/soap/vim25.rb', line 797

def type
  @type
end

#urlObject

Returns the value of attribute url.



792
793
794
# File 'lib/vmware/soap/vim25.rb', line 792

def url
  @url
end