Class: DatastoreRenamedOnHostEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DatastoreRenamedOnHostEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreRenamedOnHostEvent
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) ⇒ DatastoreRenamedOnHostEvent
constructor
A new instance of DatastoreRenamedOnHostEvent.
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) ⇒ DatastoreRenamedOnHostEvent
Returns a new instance of DatastoreRenamedOnHostEvent.
7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 |
# File 'lib/vmware/soap/vim25.rb', line 7473 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.
7462 7463 7464 |
# File 'lib/vmware/soap/vim25.rb', line 7462 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7466 7467 7468 |
# File 'lib/vmware/soap/vim25.rb', line 7466 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7463 7464 7465 |
# File 'lib/vmware/soap/vim25.rb', line 7463 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7465 7466 7467 |
# File 'lib/vmware/soap/vim25.rb', line 7465 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7460 7461 7462 |
# File 'lib/vmware/soap/vim25.rb', line 7460 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7459 7460 7461 |
# File 'lib/vmware/soap/vim25.rb', line 7459 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7469 7470 7471 |
# File 'lib/vmware/soap/vim25.rb', line 7469 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7467 7468 7469 |
# File 'lib/vmware/soap/vim25.rb', line 7467 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7461 7462 7463 |
# File 'lib/vmware/soap/vim25.rb', line 7461 def key @key end |
#newName ⇒ Object
Returns the value of attribute newName.
7471 7472 7473 |
# File 'lib/vmware/soap/vim25.rb', line 7471 def newName @newName end |
#oldName ⇒ Object
Returns the value of attribute oldName.
7470 7471 7472 |
# File 'lib/vmware/soap/vim25.rb', line 7470 def oldName @oldName end |
#userName ⇒ Object
Returns the value of attribute userName.
7464 7465 7466 |
# File 'lib/vmware/soap/vim25.rb', line 7464 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7468 7469 7470 |
# File 'lib/vmware/soap/vim25.rb', line 7468 def vm @vm end |