Class: VmDiskFileQueryFilter

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

Overview

urn:vim25VmDiskFileQueryFilter

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPString
matchHardwareVersion - SOAP::SOAPInt
controllerType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskType = [], matchHardwareVersion = [], controllerType = []) ⇒ VmDiskFileQueryFilter

Returns a new instance of VmDiskFileQueryFilter.



17928
17929
17930
17931
17932
17933
17934
# File 'lib/vmware/soap/vim25.rb', line 17928

def initialize(dynamicType = nil, dynamicProperty = [], diskType = [], matchHardwareVersion = [], controllerType = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskType = diskType
  @matchHardwareVersion = matchHardwareVersion
  @controllerType = controllerType
end

Instance Attribute Details

#controllerTypeObject

Returns the value of attribute controllerType.



17926
17927
17928
# File 'lib/vmware/soap/vim25.rb', line 17926

def controllerType
  @controllerType
end

#diskTypeObject

Returns the value of attribute diskType.



17924
17925
17926
# File 'lib/vmware/soap/vim25.rb', line 17924

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17923
17924
17925
# File 'lib/vmware/soap/vim25.rb', line 17923

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17922
17923
17924
# File 'lib/vmware/soap/vim25.rb', line 17922

def dynamicType
  @dynamicType
end

#matchHardwareVersionObject

Returns the value of attribute matchHardwareVersion.



17925
17926
17927
# File 'lib/vmware/soap/vim25.rb', line 17925

def matchHardwareVersion
  @matchHardwareVersion
end