Class: DrsResourceConfigureFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DrsResourceConfigureFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsResourceConfigureFailedEvent
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
reason - LocalizedMethodFault
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.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#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, reason = nil) ⇒ DrsResourceConfigureFailedEvent
constructor
A new instance of DrsResourceConfigureFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, reason = nil) ⇒ DrsResourceConfigureFailedEvent
Returns a new instance of DrsResourceConfigureFailedEvent.
7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 |
# File 'lib/vmware/soap/vim25.rb', line 7606 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @reason = reason end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7596 7597 7598 |
# File 'lib/vmware/soap/vim25.rb', line 7596 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7600 7601 7602 |
# File 'lib/vmware/soap/vim25.rb', line 7600 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7597 7598 7599 |
# File 'lib/vmware/soap/vim25.rb', line 7597 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7599 7600 7601 |
# File 'lib/vmware/soap/vim25.rb', line 7599 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7594 7595 7596 |
# File 'lib/vmware/soap/vim25.rb', line 7594 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7593 7594 7595 |
# File 'lib/vmware/soap/vim25.rb', line 7593 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7603 7604 7605 |
# File 'lib/vmware/soap/vim25.rb', line 7603 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7601 7602 7603 |
# File 'lib/vmware/soap/vim25.rb', line 7601 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7595 7596 7597 |
# File 'lib/vmware/soap/vim25.rb', line 7595 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
7604 7605 7606 |
# File 'lib/vmware/soap/vim25.rb', line 7604 def reason @reason end |
#userName ⇒ Object
Returns the value of attribute userName.
7598 7599 7600 |
# File 'lib/vmware/soap/vim25.rb', line 7598 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7602 7603 7604 |
# File 'lib/vmware/soap/vim25.rb', line 7602 def vm @vm end |