Class: HostCnxFailedNetworkErrorEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedNetworkErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedNetworkErrorEvent
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) ⇒ HostCnxFailedNetworkErrorEvent
constructor
A new instance of HostCnxFailedNetworkErrorEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedNetworkErrorEvent
Returns a new instance of HostCnxFailedNetworkErrorEvent.
5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 |
# File 'lib/vmware/soap/vim25.rb', line 5646 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.
5637 5638 5639 |
# File 'lib/vmware/soap/vim25.rb', line 5637 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5641 5642 5643 |
# File 'lib/vmware/soap/vim25.rb', line 5641 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5638 5639 5640 |
# File 'lib/vmware/soap/vim25.rb', line 5638 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5640 5641 5642 |
# File 'lib/vmware/soap/vim25.rb', line 5640 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5635 5636 5637 |
# File 'lib/vmware/soap/vim25.rb', line 5635 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5634 5635 5636 |
# File 'lib/vmware/soap/vim25.rb', line 5634 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5644 5645 5646 |
# File 'lib/vmware/soap/vim25.rb', line 5644 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5642 5643 5644 |
# File 'lib/vmware/soap/vim25.rb', line 5642 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5636 5637 5638 |
# File 'lib/vmware/soap/vim25.rb', line 5636 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5639 5640 5641 |
# File 'lib/vmware/soap/vim25.rb', line 5639 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5643 5644 5645 |
# File 'lib/vmware/soap/vim25.rb', line 5643 def vm @vm end |