Class: HostCnxFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedEvent
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) ⇒ HostCnxFailedEvent
constructor
A new instance of HostCnxFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedEvent
Returns a new instance of HostCnxFailedEvent.
5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 |
# File 'lib/vmware/soap/vim25.rb', line 5806 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.
5797 5798 5799 |
# File 'lib/vmware/soap/vim25.rb', line 5797 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5801 5802 5803 |
# File 'lib/vmware/soap/vim25.rb', line 5801 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5798 5799 5800 |
# File 'lib/vmware/soap/vim25.rb', line 5798 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5800 5801 5802 |
# File 'lib/vmware/soap/vim25.rb', line 5800 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5795 5796 5797 |
# File 'lib/vmware/soap/vim25.rb', line 5795 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5794 5795 5796 |
# File 'lib/vmware/soap/vim25.rb', line 5794 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5804 5805 5806 |
# File 'lib/vmware/soap/vim25.rb', line 5804 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5802 5803 5804 |
# File 'lib/vmware/soap/vim25.rb', line 5802 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5796 5797 5798 |
# File 'lib/vmware/soap/vim25.rb', line 5796 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5799 5800 5801 |
# File 'lib/vmware/soap/vim25.rb', line 5799 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5803 5804 5805 |
# File 'lib/vmware/soap/vim25.rb', line 5803 def vm @vm end |