Class: HostDisconnectedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDisconnectedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDisconnectedEvent
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) ⇒ HostDisconnectedEvent
constructor
A new instance of HostDisconnectedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDisconnectedEvent
Returns a new instance of HostDisconnectedEvent.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 |
# File 'lib/vmware/soap/vim25.rb', line 5323 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.
5314 5315 5316 |
# File 'lib/vmware/soap/vim25.rb', line 5314 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5318 5319 5320 |
# File 'lib/vmware/soap/vim25.rb', line 5318 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5315 5316 5317 |
# File 'lib/vmware/soap/vim25.rb', line 5315 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5317 5318 5319 |
# File 'lib/vmware/soap/vim25.rb', line 5317 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5312 5313 5314 |
# File 'lib/vmware/soap/vim25.rb', line 5312 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5311 5312 5313 |
# File 'lib/vmware/soap/vim25.rb', line 5311 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5321 5322 5323 |
# File 'lib/vmware/soap/vim25.rb', line 5321 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5319 5320 5321 |
# File 'lib/vmware/soap/vim25.rb', line 5319 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5313 5314 5315 |
# File 'lib/vmware/soap/vim25.rb', line 5313 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5316 5317 5318 |
# File 'lib/vmware/soap/vim25.rb', line 5316 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5320 5321 5322 |
# File 'lib/vmware/soap/vim25.rb', line 5320 def vm @vm end |