Class: HostDasEnablingEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEnablingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasEnablingEvent
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) ⇒ HostDasEnablingEvent
constructor
A new instance of HostDasEnablingEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDasEnablingEvent
Returns a new instance of HostDasEnablingEvent.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 |
# File 'lib/vmware/soap/vim25.rb', line 6369 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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
6360 6361 6362 |
# File 'lib/vmware/soap/vim25.rb', line 6360 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
6364 6365 6366 |
# File 'lib/vmware/soap/vim25.rb', line 6364 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
6361 6362 6363 |
# File 'lib/vmware/soap/vim25.rb', line 6361 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
6363 6364 6365 |
# File 'lib/vmware/soap/vim25.rb', line 6363 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6358 6359 6360 |
# File 'lib/vmware/soap/vim25.rb', line 6358 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6357 6358 6359 |
# File 'lib/vmware/soap/vim25.rb', line 6357 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6367 6368 6369 |
# File 'lib/vmware/soap/vim25.rb', line 6367 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
6365 6366 6367 |
# File 'lib/vmware/soap/vim25.rb', line 6365 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
6359 6360 6361 |
# File 'lib/vmware/soap/vim25.rb', line 6359 def key @key end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
6362 6363 6364 |
# File 'lib/vmware/soap/vim25.rb', line 6362 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
6366 6367 6368 |
# File 'lib/vmware/soap/vim25.rb', line 6366 def vm @vm end |