Class: DatacenterRenamedEvent
- Inherits:
-
DatacenterEvent
- Object
- DynamicData
- Event
- DatacenterEvent
- DatacenterRenamedEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#newName ⇒ Object
Returns the value of attribute newName.
-
#oldName ⇒ Object
Returns the value of attribute oldName.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of DatacenterRenamedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
4339 4340 4341 |
# File 'lib/vmware/soap/vim25.rb', line 4339 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4343 4344 4345 |
# File 'lib/vmware/soap/vim25.rb', line 4343 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4340 4341 4342 |
# File 'lib/vmware/soap/vim25.rb', line 4340 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4342 4343 4344 |
# File 'lib/vmware/soap/vim25.rb', line 4342 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4337 4338 4339 |
# File 'lib/vmware/soap/vim25.rb', line 4337 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4336 4337 4338 |
# File 'lib/vmware/soap/vim25.rb', line 4336 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4346 4347 4348 |
# File 'lib/vmware/soap/vim25.rb', line 4346 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4344 4345 4346 |
# File 'lib/vmware/soap/vim25.rb', line 4344 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4338 4339 4340 |
# File 'lib/vmware/soap/vim25.rb', line 4338 def key @key end |
#newName ⇒ Object
Returns the value of attribute newName.
4348 4349 4350 |
# File 'lib/vmware/soap/vim25.rb', line 4348 def newName @newName end |
#oldName ⇒ Object
Returns the value of attribute oldName.
4347 4348 4349 |
# File 'lib/vmware/soap/vim25.rb', line 4347 def oldName @oldName end |
#userName ⇒ Object
Returns the value of attribute userName.
4341 4342 4343 |
# File 'lib/vmware/soap/vim25.rb', line 4341 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4345 4346 4347 |
# File 'lib/vmware/soap/vim25.rb', line 4345 def vm @vm end |