Class: PropertyFilterUpdate

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

Overview

urn:vim25PropertyFilterUpdate

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
filter - ManagedObjectReference
objectSet - ObjectUpdate
missingSet - MissingObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, objectSet = [], missingSet = []) ⇒ PropertyFilterUpdate

Returns a new instance of PropertyFilterUpdate.



190
191
192
193
194
195
196
# File 'lib/vmware/soap/vim25.rb', line 190

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



185
186
187
# File 'lib/vmware/soap/vim25.rb', line 185

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



184
185
186
# File 'lib/vmware/soap/vim25.rb', line 184

def dynamicType
  @dynamicType
end

#filterObject

Returns the value of attribute filter.



186
187
188
# File 'lib/vmware/soap/vim25.rb', line 186

def filter
  @filter
end

#missingSetObject

Returns the value of attribute missingSet.



188
189
190
# File 'lib/vmware/soap/vim25.rb', line 188

def missingSet
  @missingSet
end

#objectSetObject

Returns the value of attribute objectSet.



187
188
189
# File 'lib/vmware/soap/vim25.rb', line 187

def objectSet
  @objectSet
end