Class: VmConfigFileQueryFilter

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

Overview

urn:vim25VmConfigFileQueryFilter

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
matchConfigVersion - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], matchConfigVersion = []) ⇒ VmConfigFileQueryFilter

Returns a new instance of VmConfigFileQueryFilter.



17892
17893
17894
17895
17896
# File 'lib/vmware/soap/vim25.rb', line 17892

def initialize(dynamicType = nil, dynamicProperty = [], matchConfigVersion = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @matchConfigVersion = matchConfigVersion
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17889
17890
17891
# File 'lib/vmware/soap/vim25.rb', line 17889

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17888
17889
17890
# File 'lib/vmware/soap/vim25.rb', line 17888

def dynamicType
  @dynamicType
end

#matchConfigVersionObject

Returns the value of attribute matchConfigVersion.



17890
17891
17892
# File 'lib/vmware/soap/vim25.rb', line 17890

def matchConfigVersion
  @matchConfigVersion
end