Class: LocalDatastoreInfo

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



904
905
906
# File 'lib/vmware/soap/vim25.rb', line 904

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



903
904
905
# File 'lib/vmware/soap/vim25.rb', line 903

def dynamicType
  @dynamicType
end

#freeSpaceObject

Returns the value of attribute freeSpace.



907
908
909
# File 'lib/vmware/soap/vim25.rb', line 907

def freeSpace
  @freeSpace
end

#maxFileSizeObject

Returns the value of attribute maxFileSize.



908
909
910
# File 'lib/vmware/soap/vim25.rb', line 908

def maxFileSize
  @maxFileSize
end

#nameObject

Returns the value of attribute name.



905
906
907
# File 'lib/vmware/soap/vim25.rb', line 905

def name
  @name
end

#pathObject

Returns the value of attribute path.



909
910
911
# File 'lib/vmware/soap/vim25.rb', line 909

def path
  @path
end

#urlObject

Returns the value of attribute url.



906
907
908
# File 'lib/vmware/soap/vim25.rb', line 906

def url
  @url
end