Class: FailoverLevelRestored
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- FailoverLevelRestored
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FailoverLevelRestored
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) ⇒ FailoverLevelRestored
constructor
A new instance of FailoverLevelRestored.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ FailoverLevelRestored
Returns a new instance of FailoverLevelRestored.
15623 15624 15625 15626 15627 15628 15629 15630 15631 15632 15633 15634 15635 |
# File 'lib/vmware/soap/vim25.rb', line 15623 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.
15614 15615 15616 |
# File 'lib/vmware/soap/vim25.rb', line 15614 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15618 15619 15620 |
# File 'lib/vmware/soap/vim25.rb', line 15618 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15615 15616 15617 |
# File 'lib/vmware/soap/vim25.rb', line 15615 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15617 15618 15619 |
# File 'lib/vmware/soap/vim25.rb', line 15617 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15612 15613 15614 |
# File 'lib/vmware/soap/vim25.rb', line 15612 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15611 15612 15613 |
# File 'lib/vmware/soap/vim25.rb', line 15611 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15621 15622 15623 |
# File 'lib/vmware/soap/vim25.rb', line 15621 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15619 15620 15621 |
# File 'lib/vmware/soap/vim25.rb', line 15619 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15613 15614 15615 |
# File 'lib/vmware/soap/vim25.rb', line 15613 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15616 15617 15618 |
# File 'lib/vmware/soap/vim25.rb', line 15616 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15620 15621 15622 |
# File 'lib/vmware/soap/vim25.rb', line 15620 def vm @vm end |