Class: VmConfigFileQuery

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

Overview

urn:vim25VmConfigFileQuery

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
filter - VmConfigFileQueryFilter
details - VmConfigFileQueryFlags

Direct Known Subclasses

TemplateConfigFileQuery

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, details = nil) ⇒ VmConfigFileQuery

Returns a new instance of VmConfigFileQuery.



17759
17760
17761
17762
17763
17764
# File 'lib/vmware/soap/vim25.rb', line 17759

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

Instance Attribute Details

#detailsObject

Returns the value of attribute details.



17757
17758
17759
# File 'lib/vmware/soap/vim25.rb', line 17757

def details
  @details
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17755
17756
17757
# File 'lib/vmware/soap/vim25.rb', line 17755

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17754
17755
17756
# File 'lib/vmware/soap/vim25.rb', line 17754

def dynamicType
  @dynamicType
end

#filterObject

Returns the value of attribute filter.



17756
17757
17758
# File 'lib/vmware/soap/vim25.rb', line 17756

def filter
  @filter
end