Class: PropertyFilterUpdate
- Inherits:
-
DynamicData
- Object
- DynamicData
- PropertyFilterUpdate
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#missingSet ⇒ Object
Returns the value of attribute missingSet.
-
#objectSet ⇒ Object
Returns the value of attribute objectSet.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], filter = nil, objectSet = [], missingSet = []) ⇒ PropertyFilterUpdate
constructor
A new instance of PropertyFilterUpdate.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
185 186 187 |
# File 'lib/vmware/soap/vim25.rb', line 185 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
184 185 186 |
# File 'lib/vmware/soap/vim25.rb', line 184 def dynamicType @dynamicType end |
#filter ⇒ Object
Returns the value of attribute filter.
186 187 188 |
# File 'lib/vmware/soap/vim25.rb', line 186 def filter @filter end |
#missingSet ⇒ Object
Returns the value of attribute missingSet.
188 189 190 |
# File 'lib/vmware/soap/vim25.rb', line 188 def missingSet @missingSet end |
#objectSet ⇒ Object
Returns the value of attribute objectSet.
187 188 189 |
# File 'lib/vmware/soap/vim25.rb', line 187 def objectSet @objectSet end |