Class: VcAgentUpgradedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- VcAgentUpgradedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VcAgentUpgradedEvent
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
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.
-
#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) ⇒ VcAgentUpgradedEvent
constructor
A new instance of VcAgentUpgradedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ VcAgentUpgradedEvent
Returns a new instance of VcAgentUpgradedEvent.
6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 |
# File 'lib/vmware/soap/vim25.rb', line 6532 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
6523 6524 6525 |
# File 'lib/vmware/soap/vim25.rb', line 6523 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6527 6528 6529 |
# File 'lib/vmware/soap/vim25.rb', line 6527 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6524 6525 6526 |
# File 'lib/vmware/soap/vim25.rb', line 6524 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6526 6527 6528 |
# File 'lib/vmware/soap/vim25.rb', line 6526 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6521 6522 6523 |
# File 'lib/vmware/soap/vim25.rb', line 6521 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6520 6521 6522 |
# File 'lib/vmware/soap/vim25.rb', line 6520 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6530 6531 6532 |
# File 'lib/vmware/soap/vim25.rb', line 6530 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6528 6529 6530 |
# File 'lib/vmware/soap/vim25.rb', line 6528 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6522 6523 6524 |
# File 'lib/vmware/soap/vim25.rb', line 6522 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6525 6526 6527 |
# File 'lib/vmware/soap/vim25.rb', line 6525 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6529 6530 6531 |
# File 'lib/vmware/soap/vim25.rb', line 6529 def vm @vm end |