Class: VmfsDatastoreInfo

Inherits:
DatastoreInfo show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmfsDatastoreInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
url - SOAP::SOAPString
freeSpace - SOAP::SOAPLong
maxFileSize - SOAP::SOAPLong
vmfs - HostVmfsVolume

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, vmfs = nil) ⇒ VmfsDatastoreInfo

Returns a new instance of VmfsDatastoreInfo.



855
856
857
858
859
860
861
862
863
# File 'lib/vmware/soap/vim25.rb', line 855

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, url = nil, freeSpace = nil, maxFileSize = nil, vmfs = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @url = url
  @freeSpace = freeSpace
  @maxFileSize = maxFileSize
  @vmfs = vmfs
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



848
849
850
# File 'lib/vmware/soap/vim25.rb', line 848

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



847
848
849
# File 'lib/vmware/soap/vim25.rb', line 847

def dynamicType
  @dynamicType
end

#freeSpaceObject

Returns the value of attribute freeSpace.



851
852
853
# File 'lib/vmware/soap/vim25.rb', line 851

def freeSpace
  @freeSpace
end

#maxFileSizeObject

Returns the value of attribute maxFileSize.



852
853
854
# File 'lib/vmware/soap/vim25.rb', line 852

def maxFileSize
  @maxFileSize
end

#nameObject

Returns the value of attribute name.



849
850
851
# File 'lib/vmware/soap/vim25.rb', line 849

def name
  @name
end

#urlObject

Returns the value of attribute url.



850
851
852
# File 'lib/vmware/soap/vim25.rb', line 850

def url
  @url
end

#vmfsObject

Returns the value of attribute vmfs.



853
854
855
# File 'lib/vmware/soap/vim25.rb', line 853

def vmfs
  @vmfs
end