Class: VmFailoverFailed
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailoverFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailoverFailed
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
template - SOAP::SOAPBoolean
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.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil) ⇒ VmFailoverFailed
constructor
A new instance of VmFailoverFailed.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ VmFailoverFailed
Returns a new instance of VmFailoverFailed.
11122 11123 11124 11125 11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'lib/vmware/soap/vim25.rb', line 11122 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11112 11113 11114 |
# File 'lib/vmware/soap/vim25.rb', line 11112 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11116 11117 11118 |
# File 'lib/vmware/soap/vim25.rb', line 11116 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11113 11114 11115 |
# File 'lib/vmware/soap/vim25.rb', line 11113 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11115 11116 11117 |
# File 'lib/vmware/soap/vim25.rb', line 11115 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11110 11111 11112 |
# File 'lib/vmware/soap/vim25.rb', line 11110 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11109 11110 11111 |
# File 'lib/vmware/soap/vim25.rb', line 11109 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11119 11120 11121 |
# File 'lib/vmware/soap/vim25.rb', line 11119 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11117 11118 11119 |
# File 'lib/vmware/soap/vim25.rb', line 11117 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11111 11112 11113 |
# File 'lib/vmware/soap/vim25.rb', line 11111 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11120 11121 11122 |
# File 'lib/vmware/soap/vim25.rb', line 11120 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11114 11115 11116 |
# File 'lib/vmware/soap/vim25.rb', line 11114 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11118 11119 11120 |
# File 'lib/vmware/soap/vim25.rb', line 11118 def vm @vm end |