Class: ObjectUpdate
- Inherits:
-
DynamicData
- Object
- DynamicData
- ObjectUpdate
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ObjectUpdate
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
kind - ObjectUpdateKind
obj - ManagedObjectReference
changeSet - PropertyChange
missingSet - MissingProperty
Instance Attribute Summary collapse
-
#changeSet ⇒ Object
Returns the value of attribute changeSet.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#missingSet ⇒ Object
Returns the value of attribute missingSet.
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], kind = nil, obj = nil, changeSet = [], missingSet = []) ⇒ ObjectUpdate
constructor
A new instance of ObjectUpdate.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], kind = nil, obj = nil, changeSet = [], missingSet = []) ⇒ ObjectUpdate
Returns a new instance of ObjectUpdate.
214 215 216 217 218 219 220 221 |
# File 'lib/vmware/soap/vim25.rb', line 214 def initialize(dynamicType = nil, dynamicProperty = [], kind = nil, obj = nil, changeSet = [], missingSet = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @kind = kind @obj = obj @changeSet = changeSet @missingSet = missingSet end |
Instance Attribute Details
#changeSet ⇒ Object
Returns the value of attribute changeSet.
211 212 213 |
# File 'lib/vmware/soap/vim25.rb', line 211 def changeSet @changeSet end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
208 209 210 |
# File 'lib/vmware/soap/vim25.rb', line 208 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
207 208 209 |
# File 'lib/vmware/soap/vim25.rb', line 207 def dynamicType @dynamicType end |
#kind ⇒ Object
Returns the value of attribute kind.
209 210 211 |
# File 'lib/vmware/soap/vim25.rb', line 209 def kind @kind end |
#missingSet ⇒ Object
Returns the value of attribute missingSet.
212 213 214 |
# File 'lib/vmware/soap/vim25.rb', line 212 def missingSet @missingSet end |
#obj ⇒ Object
Returns the value of attribute obj.
210 211 212 |
# File 'lib/vmware/soap/vim25.rb', line 210 def obj @obj end |