Class: ObjectUpdate

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#changeSetObject

Returns the value of attribute changeSet.



211
212
213
# File 'lib/vmware/soap/vim25.rb', line 211

def changeSet
  @changeSet
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



208
209
210
# File 'lib/vmware/soap/vim25.rb', line 208

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



207
208
209
# File 'lib/vmware/soap/vim25.rb', line 207

def dynamicType
  @dynamicType
end

#kindObject

Returns the value of attribute kind.



209
210
211
# File 'lib/vmware/soap/vim25.rb', line 209

def kind
  @kind
end

#missingSetObject

Returns the value of attribute missingSet.



212
213
214
# File 'lib/vmware/soap/vim25.rb', line 212

def missingSet
  @missingSet
end

#objObject

Returns the value of attribute obj.



210
211
212
# File 'lib/vmware/soap/vim25.rb', line 210

def obj
  @obj
end