Class: DasHostIsolatedEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasHostIsolatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasHostIsolatedEvent
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
isolatedHost - HostEventArgument
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.
-
#isolatedHost ⇒ Object
Returns the value of attribute isolatedHost.
-
#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, isolatedHost = nil) ⇒ DasHostIsolatedEvent
constructor
A new instance of DasHostIsolatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, isolatedHost = nil) ⇒ DasHostIsolatedEvent
Returns a new instance of DasHostIsolatedEvent.
15462 15463 15464 15465 15466 15467 15468 15469 15470 15471 15472 15473 15474 15475 |
# File 'lib/vmware/soap/vim25.rb', line 15462 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, isolatedHost = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @isolatedHost = isolatedHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
15452 15453 15454 |
# File 'lib/vmware/soap/vim25.rb', line 15452 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15456 15457 15458 |
# File 'lib/vmware/soap/vim25.rb', line 15456 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15453 15454 15455 |
# File 'lib/vmware/soap/vim25.rb', line 15453 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15455 15456 15457 |
# File 'lib/vmware/soap/vim25.rb', line 15455 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15450 15451 15452 |
# File 'lib/vmware/soap/vim25.rb', line 15450 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15449 15450 15451 |
# File 'lib/vmware/soap/vim25.rb', line 15449 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15459 15460 15461 |
# File 'lib/vmware/soap/vim25.rb', line 15459 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15457 15458 15459 |
# File 'lib/vmware/soap/vim25.rb', line 15457 def host @host end |
#isolatedHost ⇒ Object
Returns the value of attribute isolatedHost.
15460 15461 15462 |
# File 'lib/vmware/soap/vim25.rb', line 15460 def isolatedHost @isolatedHost end |
#key ⇒ Object
Returns the value of attribute key.
15451 15452 15453 |
# File 'lib/vmware/soap/vim25.rb', line 15451 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15454 15455 15456 |
# File 'lib/vmware/soap/vim25.rb', line 15454 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15458 15459 15460 |
# File 'lib/vmware/soap/vim25.rb', line 15458 def vm @vm end |