Class: DatastoreRenamedEvent
- Inherits:
-
DatastoreEvent
- Object
- DynamicData
- Event
- DatastoreEvent
- DatastoreRenamedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreRenamedEvent
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
datastore - DatastoreEventArgument
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.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#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, datastore = nil, oldName = nil, newName = nil) ⇒ DatastoreRenamedEvent
constructor
A new instance of DatastoreRenamedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil, oldName = nil, newName = nil) ⇒ DatastoreRenamedEvent
Returns a new instance of DatastoreRenamedEvent.
14415 14416 14417 14418 14419 14420 14421 14422 14423 14424 14425 14426 14427 14428 14429 14430 |
# File 'lib/vmware/soap/vim25.rb', line 14415 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = 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 @datastore = datastore @oldName = oldName @newName = newName end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14403 14404 14405 |
# File 'lib/vmware/soap/vim25.rb', line 14403 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14407 14408 14409 |
# File 'lib/vmware/soap/vim25.rb', line 14407 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14404 14405 14406 |
# File 'lib/vmware/soap/vim25.rb', line 14404 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14406 14407 14408 |
# File 'lib/vmware/soap/vim25.rb', line 14406 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
14411 14412 14413 |
# File 'lib/vmware/soap/vim25.rb', line 14411 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14401 14402 14403 |
# File 'lib/vmware/soap/vim25.rb', line 14401 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14400 14401 14402 |
# File 'lib/vmware/soap/vim25.rb', line 14400 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14410 14411 14412 |
# File 'lib/vmware/soap/vim25.rb', line 14410 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14408 14409 14410 |
# File 'lib/vmware/soap/vim25.rb', line 14408 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14402 14403 14404 |
# File 'lib/vmware/soap/vim25.rb', line 14402 def key @key end |
#newName ⇒ Object
Returns the value of attribute newName.
14413 14414 14415 |
# File 'lib/vmware/soap/vim25.rb', line 14413 def newName @newName end |
#oldName ⇒ Object
Returns the value of attribute oldName.
14412 14413 14414 |
# File 'lib/vmware/soap/vim25.rb', line 14412 def oldName @oldName end |
#userName ⇒ Object
Returns the value of attribute userName.
14405 14406 14407 |
# File 'lib/vmware/soap/vim25.rb', line 14405 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14409 14410 14411 |
# File 'lib/vmware/soap/vim25.rb', line 14409 def vm @vm end |