Class: VmUuidChangedEvent

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

Overview

urn:vim25VmUuidChangedEvent

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
template - SOAP::SOAPBoolean
oldUuid - SOAP::SOAPString
newUuid - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, oldUuid = nil, newUuid = nil) ⇒ VmUuidChangedEvent

Returns a new instance of VmUuidChangedEvent.



11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/vmware/soap/vim25.rb', line 11258

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, oldUuid = nil, newUuid = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
  @oldUuid = oldUuid
  @newUuid = newUuid
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11246
11247
11248
# File 'lib/vmware/soap/vim25.rb', line 11246

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11250
11251
11252
# File 'lib/vmware/soap/vim25.rb', line 11250

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11247
11248
11249
# File 'lib/vmware/soap/vim25.rb', line 11247

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11249
11250
11251
# File 'lib/vmware/soap/vim25.rb', line 11249

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11244
11245
11246
# File 'lib/vmware/soap/vim25.rb', line 11244

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11243
11244
11245
# File 'lib/vmware/soap/vim25.rb', line 11243

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11253
11254
11255
# File 'lib/vmware/soap/vim25.rb', line 11253

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11251
11252
11253
# File 'lib/vmware/soap/vim25.rb', line 11251

def host
  @host
end

#keyObject

Returns the value of attribute key.



11245
11246
11247
# File 'lib/vmware/soap/vim25.rb', line 11245

def key
  @key
end

#newUuidObject

Returns the value of attribute newUuid.



11256
11257
11258
# File 'lib/vmware/soap/vim25.rb', line 11256

def newUuid
  @newUuid
end

#oldUuidObject

Returns the value of attribute oldUuid.



11255
11256
11257
# File 'lib/vmware/soap/vim25.rb', line 11255

def oldUuid
  @oldUuid
end

#templateObject

Returns the value of attribute template.



11254
11255
11256
# File 'lib/vmware/soap/vim25.rb', line 11254

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11248
11249
11250
# File 'lib/vmware/soap/vim25.rb', line 11248

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11252
11253
11254
# File 'lib/vmware/soap/vim25.rb', line 11252

def vm
  @vm
end