Class: TimedOutHostOperationEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- TimedOutHostOperationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TimedOutHostOperationEvent
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) ⇒ TimedOutHostOperationEvent
constructor
A new instance of TimedOutHostOperationEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ TimedOutHostOperationEvent
Returns a new instance of TimedOutHostOperationEvent.
6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'lib/vmware/soap/vim25.rb', line 6249 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.
6240 6241 6242 |
# File 'lib/vmware/soap/vim25.rb', line 6240 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6244 6245 6246 |
# File 'lib/vmware/soap/vim25.rb', line 6244 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6241 6242 6243 |
# File 'lib/vmware/soap/vim25.rb', line 6241 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6243 6244 6245 |
# File 'lib/vmware/soap/vim25.rb', line 6243 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6238 6239 6240 |
# File 'lib/vmware/soap/vim25.rb', line 6238 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6237 6238 6239 |
# File 'lib/vmware/soap/vim25.rb', line 6237 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6247 6248 6249 |
# File 'lib/vmware/soap/vim25.rb', line 6247 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6245 6246 6247 |
# File 'lib/vmware/soap/vim25.rb', line 6245 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6239 6240 6241 |
# File 'lib/vmware/soap/vim25.rb', line 6239 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6242 6243 6244 |
# File 'lib/vmware/soap/vim25.rb', line 6242 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6246 6247 6248 |
# File 'lib/vmware/soap/vim25.rb', line 6246 def vm @vm end |