Class: HostCnxFailedTimeoutEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedTimeoutEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedTimeoutEvent
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) ⇒ HostCnxFailedTimeoutEvent
constructor
A new instance of HostCnxFailedTimeoutEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedTimeoutEvent
Returns a new instance of HostCnxFailedTimeoutEvent.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/vmware/soap/vim25.rb', line 6009 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.
6000 6001 6002 |
# File 'lib/vmware/soap/vim25.rb', line 6000 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6004 6005 6006 |
# File 'lib/vmware/soap/vim25.rb', line 6004 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6001 6002 6003 |
# File 'lib/vmware/soap/vim25.rb', line 6001 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6003 6004 6005 |
# File 'lib/vmware/soap/vim25.rb', line 6003 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5998 5999 6000 |
# File 'lib/vmware/soap/vim25.rb', line 5998 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5997 5998 5999 |
# File 'lib/vmware/soap/vim25.rb', line 5997 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6007 6008 6009 |
# File 'lib/vmware/soap/vim25.rb', line 6007 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6005 6006 6007 |
# File 'lib/vmware/soap/vim25.rb', line 6005 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5999 6000 6001 |
# File 'lib/vmware/soap/vim25.rb', line 5999 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6002 6003 6004 |
# File 'lib/vmware/soap/vim25.rb', line 6002 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6006 6007 6008 |
# File 'lib/vmware/soap/vim25.rb', line 6006 def vm @vm end |