Class: CanceledHostOperationEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- CanceledHostOperationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CanceledHostOperationEvent
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) ⇒ CanceledHostOperationEvent
constructor
A new instance of CanceledHostOperationEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ CanceledHostOperationEvent
Returns a new instance of CanceledHostOperationEvent.
6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 |
# File 'lib/vmware/soap/vim25.rb', line 6209 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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
6200 6201 6202 |
# File 'lib/vmware/soap/vim25.rb', line 6200 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
6204 6205 6206 |
# File 'lib/vmware/soap/vim25.rb', line 6204 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
6201 6202 6203 |
# File 'lib/vmware/soap/vim25.rb', line 6201 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
6203 6204 6205 |
# File 'lib/vmware/soap/vim25.rb', line 6203 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6198 6199 6200 |
# File 'lib/vmware/soap/vim25.rb', line 6198 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6197 6198 6199 |
# File 'lib/vmware/soap/vim25.rb', line 6197 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6207 6208 6209 |
# File 'lib/vmware/soap/vim25.rb', line 6207 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
6205 6206 6207 |
# File 'lib/vmware/soap/vim25.rb', line 6205 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
6199 6200 6201 |
# File 'lib/vmware/soap/vim25.rb', line 6199 def key @key end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
6202 6203 6204 |
# File 'lib/vmware/soap/vim25.rb', line 6202 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
6206 6207 6208 |
# File 'lib/vmware/soap/vim25.rb', line 6206 def vm @vm end |