Class: VcAgentUpgradeFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- VcAgentUpgradeFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VcAgentUpgradeFailedEvent
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) ⇒ VcAgentUpgradeFailedEvent
constructor
A new instance of VcAgentUpgradeFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ VcAgentUpgradeFailedEvent
Returns a new instance of VcAgentUpgradeFailedEvent.
6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/vmware/soap/vim25.rb', line 6572 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.
6563 6564 6565 |
# File 'lib/vmware/soap/vim25.rb', line 6563 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6567 6568 6569 |
# File 'lib/vmware/soap/vim25.rb', line 6567 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6564 6565 6566 |
# File 'lib/vmware/soap/vim25.rb', line 6564 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6566 6567 6568 |
# File 'lib/vmware/soap/vim25.rb', line 6566 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6561 6562 6563 |
# File 'lib/vmware/soap/vim25.rb', line 6561 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6560 6561 6562 |
# File 'lib/vmware/soap/vim25.rb', line 6560 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6570 6571 6572 |
# File 'lib/vmware/soap/vim25.rb', line 6570 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6568 6569 6570 |
# File 'lib/vmware/soap/vim25.rb', line 6568 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6562 6563 6564 |
# File 'lib/vmware/soap/vim25.rb', line 6562 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6565 6566 6567 |
# File 'lib/vmware/soap/vim25.rb', line 6565 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6569 6570 6571 |
# File 'lib/vmware/soap/vim25.rb', line 6569 def vm @vm end |