Class: ClusterEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- ClusterEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterEvent
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
Direct Known Subclasses
ClusterCreatedEvent, ClusterDestroyedEvent, ClusterOvercommittedEvent, ClusterReconfiguredEvent, ClusterStatusChangedEvent, DasAdmissionControlDisabledEvent, DasAdmissionControlEnabledEvent, DasAgentFoundEvent, DasAgentUnavailableEvent, DasDisabledEvent, DasEnabledEvent, DasHostFailedEvent, DasHostIsolatedEvent, DrsDisabledEvent, DrsEnabledEvent, FailoverLevelRestored, InsufficientFailoverResourcesEvent
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) ⇒ ClusterEvent
constructor
A new instance of ClusterEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ClusterEvent
Returns a new instance of ClusterEvent.
15217 15218 15219 15220 15221 15222 15223 15224 15225 15226 15227 15228 15229 |
# File 'lib/vmware/soap/vim25.rb', line 15217 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.
15208 15209 15210 |
# File 'lib/vmware/soap/vim25.rb', line 15208 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15212 15213 15214 |
# File 'lib/vmware/soap/vim25.rb', line 15212 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15209 15210 15211 |
# File 'lib/vmware/soap/vim25.rb', line 15209 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15211 15212 15213 |
# File 'lib/vmware/soap/vim25.rb', line 15211 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15206 15207 15208 |
# File 'lib/vmware/soap/vim25.rb', line 15206 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15205 15206 15207 |
# File 'lib/vmware/soap/vim25.rb', line 15205 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15215 15216 15217 |
# File 'lib/vmware/soap/vim25.rb', line 15215 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15213 15214 15215 |
# File 'lib/vmware/soap/vim25.rb', line 15213 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15207 15208 15209 |
# File 'lib/vmware/soap/vim25.rb', line 15207 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15210 15211 15212 |
# File 'lib/vmware/soap/vim25.rb', line 15210 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15214 15215 15216 |
# File 'lib/vmware/soap/vim25.rb', line 15214 def vm @vm end |