Class: GeneralHostErrorEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- GeneralHostErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GeneralHostErrorEvent
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) ⇒ GeneralHostErrorEvent
constructor
A new instance of GeneralHostErrorEvent.
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) ⇒ GeneralHostErrorEvent
Returns a new instance of GeneralHostErrorEvent.
3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 |
# File 'lib/vmware/soap/vim25.rb', line 3995 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.
3985 3986 3987 |
# File 'lib/vmware/soap/vim25.rb', line 3985 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
3989 3990 3991 |
# File 'lib/vmware/soap/vim25.rb', line 3989 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
3986 3987 3988 |
# File 'lib/vmware/soap/vim25.rb', line 3986 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
3988 3989 3990 |
# File 'lib/vmware/soap/vim25.rb', line 3988 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3983 3984 3985 |
# File 'lib/vmware/soap/vim25.rb', line 3983 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3982 3983 3984 |
# File 'lib/vmware/soap/vim25.rb', line 3982 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
3992 3993 3994 |
# File 'lib/vmware/soap/vim25.rb', line 3992 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
3990 3991 3992 |
# File 'lib/vmware/soap/vim25.rb', line 3990 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
3984 3985 3986 |
# File 'lib/vmware/soap/vim25.rb', line 3984 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
3993 3994 3995 |
# File 'lib/vmware/soap/vim25.rb', line 3993 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
3987 3988 3989 |
# File 'lib/vmware/soap/vim25.rb', line 3987 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
3991 3992 3993 |
# File 'lib/vmware/soap/vim25.rb', line 3991 def vm @vm end |