Class: VmConfigFileQueryFlags

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

Overview

urn:vim25VmConfigFileQueryFlags

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
configVersion - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) ⇒ VmConfigFileQueryFlags

Returns a new instance of VmConfigFileQueryFlags.



17908
17909
17910
17911
17912
# File 'lib/vmware/soap/vim25.rb', line 17908

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

Instance Attribute Details

#configVersionObject

Returns the value of attribute configVersion.



17906
17907
17908
# File 'lib/vmware/soap/vim25.rb', line 17906

def configVersion
  @configVersion
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17905
17906
17907
# File 'lib/vmware/soap/vim25.rb', line 17905

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17904
17905
17906
# File 'lib/vmware/soap/vim25.rb', line 17904

def dynamicType
  @dynamicType
end