Class: DasHostFailedEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasHostFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasHostFailedEvent
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
failedHost - HostEventArgument
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.
-
#failedHost ⇒ Object
Returns the value of attribute failedHost.
-
#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, failedHost = nil) ⇒ DasHostFailedEvent
constructor
A new instance of DasHostFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, failedHost = nil) ⇒ DasHostFailedEvent
Returns a new instance of DasHostFailedEvent.
15419 15420 15421 15422 15423 15424 15425 15426 15427 15428 15429 15430 15431 15432 |
# File 'lib/vmware/soap/vim25.rb', line 15419 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, failedHost = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @failedHost = failedHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
15409 15410 15411 |
# File 'lib/vmware/soap/vim25.rb', line 15409 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15413 15414 15415 |
# File 'lib/vmware/soap/vim25.rb', line 15413 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15410 15411 15412 |
# File 'lib/vmware/soap/vim25.rb', line 15410 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15412 15413 15414 |
# File 'lib/vmware/soap/vim25.rb', line 15412 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15407 15408 15409 |
# File 'lib/vmware/soap/vim25.rb', line 15407 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15406 15407 15408 |
# File 'lib/vmware/soap/vim25.rb', line 15406 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
15417 15418 15419 |
# File 'lib/vmware/soap/vim25.rb', line 15417 def failedHost @failedHost end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15416 15417 15418 |
# File 'lib/vmware/soap/vim25.rb', line 15416 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15414 15415 15416 |
# File 'lib/vmware/soap/vim25.rb', line 15414 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15408 15409 15410 |
# File 'lib/vmware/soap/vim25.rb', line 15408 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15411 15412 15413 |
# File 'lib/vmware/soap/vim25.rb', line 15411 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15415 15416 15417 |
# File 'lib/vmware/soap/vim25.rb', line 15415 def vm @vm end |