Class: HostDasOkEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasOkEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasOkEvent
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) ⇒ HostDasOkEvent
constructor
A new instance of HostDasOkEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDasOkEvent
Returns a new instance of HostDasOkEvent.
6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 |
# File 'lib/vmware/soap/vim25.rb', line 6492 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.
6483 6484 6485 |
# File 'lib/vmware/soap/vim25.rb', line 6483 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6487 6488 6489 |
# File 'lib/vmware/soap/vim25.rb', line 6487 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6484 6485 6486 |
# File 'lib/vmware/soap/vim25.rb', line 6484 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6486 6487 6488 |
# File 'lib/vmware/soap/vim25.rb', line 6486 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6481 6482 6483 |
# File 'lib/vmware/soap/vim25.rb', line 6481 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6480 6481 6482 |
# File 'lib/vmware/soap/vim25.rb', line 6480 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6490 6491 6492 |
# File 'lib/vmware/soap/vim25.rb', line 6490 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6488 6489 6490 |
# File 'lib/vmware/soap/vim25.rb', line 6488 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6482 6483 6484 |
# File 'lib/vmware/soap/vim25.rb', line 6482 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6485 6486 6487 |
# File 'lib/vmware/soap/vim25.rb', line 6485 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6489 6490 6491 |
# File 'lib/vmware/soap/vim25.rb', line 6489 def vm @vm end |