Class: HostConnectionLostEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostConnectionLostEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConnectionLostEvent
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) ⇒ HostConnectionLostEvent
constructor
A new instance of HostConnectionLostEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostConnectionLostEvent
Returns a new instance of HostConnectionLostEvent.
5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/vmware/soap/vim25.rb', line 5363 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.
5354 5355 5356 |
# File 'lib/vmware/soap/vim25.rb', line 5354 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5358 5359 5360 |
# File 'lib/vmware/soap/vim25.rb', line 5358 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5355 5356 5357 |
# File 'lib/vmware/soap/vim25.rb', line 5355 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5357 5358 5359 |
# File 'lib/vmware/soap/vim25.rb', line 5357 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5352 5353 5354 |
# File 'lib/vmware/soap/vim25.rb', line 5352 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5351 5352 5353 |
# File 'lib/vmware/soap/vim25.rb', line 5351 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5361 5362 5363 |
# File 'lib/vmware/soap/vim25.rb', line 5361 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5359 5360 5361 |
# File 'lib/vmware/soap/vim25.rb', line 5359 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5353 5354 5355 |
# File 'lib/vmware/soap/vim25.rb', line 5353 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5356 5357 5358 |
# File 'lib/vmware/soap/vim25.rb', line 5356 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5360 5361 5362 |
# File 'lib/vmware/soap/vim25.rb', line 5360 def vm @vm end |