Class: InsufficientFailoverResourcesEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- InsufficientFailoverResourcesEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InsufficientFailoverResourcesEvent
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) ⇒ InsufficientFailoverResourcesEvent
constructor
A new instance of InsufficientFailoverResourcesEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ InsufficientFailoverResourcesEvent
Returns a new instance of InsufficientFailoverResourcesEvent.
15583 15584 15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 |
# File 'lib/vmware/soap/vim25.rb', line 15583 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.
15574 15575 15576 |
# File 'lib/vmware/soap/vim25.rb', line 15574 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15578 15579 15580 |
# File 'lib/vmware/soap/vim25.rb', line 15578 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15575 15576 15577 |
# File 'lib/vmware/soap/vim25.rb', line 15575 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15577 15578 15579 |
# File 'lib/vmware/soap/vim25.rb', line 15577 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15572 15573 15574 |
# File 'lib/vmware/soap/vim25.rb', line 15572 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15571 15572 15573 |
# File 'lib/vmware/soap/vim25.rb', line 15571 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15581 15582 15583 |
# File 'lib/vmware/soap/vim25.rb', line 15581 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15579 15580 15581 |
# File 'lib/vmware/soap/vim25.rb', line 15579 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15573 15574 15575 |
# File 'lib/vmware/soap/vim25.rb', line 15573 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15576 15577 15578 |
# File 'lib/vmware/soap/vim25.rb', line 15576 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15580 15581 15582 |
# File 'lib/vmware/soap/vim25.rb', line 15580 def vm @vm end |