Class: HostCnxFailedBadCcagentEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedBadCcagentEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedBadCcagentEvent
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) ⇒ HostCnxFailedBadCcagentEvent
constructor
A new instance of HostCnxFailedBadCcagentEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedBadCcagentEvent
Returns a new instance of HostCnxFailedBadCcagentEvent.
5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 |
# File 'lib/vmware/soap/vim25.rb', line 5766 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.
5757 5758 5759 |
# File 'lib/vmware/soap/vim25.rb', line 5757 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5761 5762 5763 |
# File 'lib/vmware/soap/vim25.rb', line 5761 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5758 5759 5760 |
# File 'lib/vmware/soap/vim25.rb', line 5758 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5760 5761 5762 |
# File 'lib/vmware/soap/vim25.rb', line 5760 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5755 5756 5757 |
# File 'lib/vmware/soap/vim25.rb', line 5755 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5754 5755 5756 |
# File 'lib/vmware/soap/vim25.rb', line 5754 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5764 5765 5766 |
# File 'lib/vmware/soap/vim25.rb', line 5764 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5762 5763 5764 |
# File 'lib/vmware/soap/vim25.rb', line 5762 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5756 5757 5758 |
# File 'lib/vmware/soap/vim25.rb', line 5756 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5759 5760 5761 |
# File 'lib/vmware/soap/vim25.rb', line 5759 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5763 5764 5765 |
# File 'lib/vmware/soap/vim25.rb', line 5763 def vm @vm end |