Class: HostDasErrorEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasErrorEvent
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
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil) ⇒ HostDasErrorEvent
constructor
A new instance of HostDasErrorEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ HostDasErrorEvent
Returns a new instance of HostDasErrorEvent.
6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'lib/vmware/soap/vim25.rb', line 6451 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
6441 6442 6443 |
# File 'lib/vmware/soap/vim25.rb', line 6441 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6445 6446 6447 |
# File 'lib/vmware/soap/vim25.rb', line 6445 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6442 6443 6444 |
# File 'lib/vmware/soap/vim25.rb', line 6442 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6444 6445 6446 |
# File 'lib/vmware/soap/vim25.rb', line 6444 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6439 6440 6441 |
# File 'lib/vmware/soap/vim25.rb', line 6439 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6438 6439 6440 |
# File 'lib/vmware/soap/vim25.rb', line 6438 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6448 6449 6450 |
# File 'lib/vmware/soap/vim25.rb', line 6448 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6446 6447 6448 |
# File 'lib/vmware/soap/vim25.rb', line 6446 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6440 6441 6442 |
# File 'lib/vmware/soap/vim25.rb', line 6440 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
6449 6450 6451 |
# File 'lib/vmware/soap/vim25.rb', line 6449 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
6443 6444 6445 |
# File 'lib/vmware/soap/vim25.rb', line 6443 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6447 6448 6449 |
# File 'lib/vmware/soap/vim25.rb', line 6447 def vm @vm end |