Class: DasAgentUnavailableEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasAgentUnavailableEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasAgentUnavailableEvent
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) ⇒ DasAgentUnavailableEvent
constructor
A new instance of DasAgentUnavailableEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DasAgentUnavailableEvent
Returns a new instance of DasAgentUnavailableEvent.
15503 15504 15505 15506 15507 15508 15509 15510 15511 15512 15513 15514 15515 |
# File 'lib/vmware/soap/vim25.rb', line 15503 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.
15494 15495 15496 |
# File 'lib/vmware/soap/vim25.rb', line 15494 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15498 15499 15500 |
# File 'lib/vmware/soap/vim25.rb', line 15498 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15495 15496 15497 |
# File 'lib/vmware/soap/vim25.rb', line 15495 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15497 15498 15499 |
# File 'lib/vmware/soap/vim25.rb', line 15497 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15492 15493 15494 |
# File 'lib/vmware/soap/vim25.rb', line 15492 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15491 15492 15493 |
# File 'lib/vmware/soap/vim25.rb', line 15491 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15501 15502 15503 |
# File 'lib/vmware/soap/vim25.rb', line 15501 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15499 15500 15501 |
# File 'lib/vmware/soap/vim25.rb', line 15499 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15493 15494 15495 |
# File 'lib/vmware/soap/vim25.rb', line 15493 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15496 15497 15498 |
# File 'lib/vmware/soap/vim25.rb', line 15496 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15500 15501 15502 |
# File 'lib/vmware/soap/vim25.rb', line 15500 def vm @vm end |