Class: VmDiskFileQueryFilter
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmDiskFileQueryFilter
- 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
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#diskType ⇒ Object
Returns the value of attribute diskType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#matchHardwareVersion ⇒ Object
Returns the value of attribute matchHardwareVersion.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskType = [], matchHardwareVersion = [], controllerType = []) ⇒ VmDiskFileQueryFilter
constructor
A new instance of VmDiskFileQueryFilter.
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
#controllerType ⇒ Object
Returns the value of attribute controllerType.
17926 17927 17928 |
# File 'lib/vmware/soap/vim25.rb', line 17926 def controllerType @controllerType end |
#diskType ⇒ Object
Returns the value of attribute diskType.
17924 17925 17926 |
# File 'lib/vmware/soap/vim25.rb', line 17924 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17923 17924 17925 |
# File 'lib/vmware/soap/vim25.rb', line 17923 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17922 17923 17924 |
# File 'lib/vmware/soap/vim25.rb', line 17922 def dynamicType @dynamicType end |
#matchHardwareVersion ⇒ Object
Returns the value of attribute matchHardwareVersion.
17925 17926 17927 |
# File 'lib/vmware/soap/vim25.rb', line 17925 def matchHardwareVersion @matchHardwareVersion end |