Class: DatacenterRenamedEvent

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

Overview

urn:vim25DatacenterRenamedEvent

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
oldName - SOAP::SOAPString
newName - 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, oldName = nil, newName = nil) ⇒ DatacenterRenamedEvent

Returns a new instance of DatacenterRenamedEvent.



4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
# File 'lib/vmware/soap/vim25.rb', line 4350

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4339
4340
4341
# File 'lib/vmware/soap/vim25.rb', line 4339

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4343
4344
4345
# File 'lib/vmware/soap/vim25.rb', line 4343

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4340
4341
4342
# File 'lib/vmware/soap/vim25.rb', line 4340

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4342
4343
4344
# File 'lib/vmware/soap/vim25.rb', line 4342

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4337
4338
4339
# File 'lib/vmware/soap/vim25.rb', line 4337

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4336
4337
4338
# File 'lib/vmware/soap/vim25.rb', line 4336

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4346
4347
4348
# File 'lib/vmware/soap/vim25.rb', line 4346

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4344
4345
4346
# File 'lib/vmware/soap/vim25.rb', line 4344

def host
  @host
end

#keyObject

Returns the value of attribute key.



4338
4339
4340
# File 'lib/vmware/soap/vim25.rb', line 4338

def key
  @key
end

#newNameObject

Returns the value of attribute newName.



4348
4349
4350
# File 'lib/vmware/soap/vim25.rb', line 4348

def newName
  @newName
end

#oldNameObject

Returns the value of attribute oldName.



4347
4348
4349
# File 'lib/vmware/soap/vim25.rb', line 4347

def oldName
  @oldName
end

#userNameObject

Returns the value of attribute userName.



4341
4342
4343
# File 'lib/vmware/soap/vim25.rb', line 4341

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4345
4346
4347
# File 'lib/vmware/soap/vim25.rb', line 4345

def vm
  @vm
end