Class: DatastoreInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



822
823
824
# File 'lib/vmware/soap/vim25.rb', line 822

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



821
822
823
# File 'lib/vmware/soap/vim25.rb', line 821

def dynamicType
  @dynamicType
end

#freeSpaceObject

Returns the value of attribute freeSpace.



825
826
827
# File 'lib/vmware/soap/vim25.rb', line 825

def freeSpace
  @freeSpace
end

#maxFileSizeObject

Returns the value of attribute maxFileSize.



826
827
828
# File 'lib/vmware/soap/vim25.rb', line 826

def maxFileSize
  @maxFileSize
end

#nameObject

Returns the value of attribute name.



823
824
825
# File 'lib/vmware/soap/vim25.rb', line 823

def name
  @name
end

#urlObject

Returns the value of attribute url.



824
825
826
# File 'lib/vmware/soap/vim25.rb', line 824

def url
  @url
end