Class: TemplateConfigFileQuery

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

Overview

urn:vim25TemplateConfigFileQuery

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TemplateConfigFileQuery.



17778
17779
17780
17781
17782
17783
# File 'lib/vmware/soap/vim25.rb', line 17778

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.



17776
17777
17778
# File 'lib/vmware/soap/vim25.rb', line 17776

def details
  @details
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17774
17775
17776
# File 'lib/vmware/soap/vim25.rb', line 17774

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17773
17774
17775
# File 'lib/vmware/soap/vim25.rb', line 17773

def dynamicType
  @dynamicType
end

#filterObject

Returns the value of attribute filter.



17775
17776
17777
# File 'lib/vmware/soap/vim25.rb', line 17775

def filter
  @filter
end