Class: HostConnectedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostConnectedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConnectedEvent
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) ⇒ HostConnectedEvent
constructor
A new instance of HostConnectedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostConnectedEvent
Returns a new instance of HostConnectedEvent.
5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 |
# File 'lib/vmware/soap/vim25.rb', line 5283 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.
5274 5275 5276 |
# File 'lib/vmware/soap/vim25.rb', line 5274 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5278 5279 5280 |
# File 'lib/vmware/soap/vim25.rb', line 5278 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5275 5276 5277 |
# File 'lib/vmware/soap/vim25.rb', line 5275 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5277 5278 5279 |
# File 'lib/vmware/soap/vim25.rb', line 5277 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5272 5273 5274 |
# File 'lib/vmware/soap/vim25.rb', line 5272 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5271 5272 5273 |
# File 'lib/vmware/soap/vim25.rb', line 5271 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5281 5282 5283 |
# File 'lib/vmware/soap/vim25.rb', line 5281 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5279 5280 5281 |
# File 'lib/vmware/soap/vim25.rb', line 5279 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5273 5274 5275 |
# File 'lib/vmware/soap/vim25.rb', line 5273 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5276 5277 5278 |
# File 'lib/vmware/soap/vim25.rb', line 5276 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5280 5281 5282 |
# File 'lib/vmware/soap/vim25.rb', line 5280 def vm @vm end |