Class: PropertyFilterSpec

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

Overview

urn:vim25PropertyFilterSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
propSet - PropertySpec
objectSet - ObjectSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], propSet = [], objectSet = []) ⇒ PropertyFilterSpec

Returns a new instance of PropertyFilterSpec.



40
41
42
43
44
45
# File 'lib/vmware/soap/vim25.rb', line 40

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



36
37
38
# File 'lib/vmware/soap/vim25.rb', line 36

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



35
36
37
# File 'lib/vmware/soap/vim25.rb', line 35

def dynamicType
  @dynamicType
end

#objectSetObject

Returns the value of attribute objectSet.



38
39
40
# File 'lib/vmware/soap/vim25.rb', line 38

def objectSet
  @objectSet
end

#propSetObject

Returns the value of attribute propSet.



37
38
39
# File 'lib/vmware/soap/vim25.rb', line 37

def propSet
  @propSet
end