Class: VmSuspendedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmSuspendedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmSuspendedEvent
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) ⇒ VmSuspendedEvent
constructor
A new instance of VmSuspendedEvent.
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) ⇒ VmSuspendedEvent
Returns a new instance of VmSuspendedEvent.
8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 |
# File 'lib/vmware/soap/vim25.rb', line 8466 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.
8456 8457 8458 |
# File 'lib/vmware/soap/vim25.rb', line 8456 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8460 8461 8462 |
# File 'lib/vmware/soap/vim25.rb', line 8460 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8457 8458 8459 |
# File 'lib/vmware/soap/vim25.rb', line 8457 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8459 8460 8461 |
# File 'lib/vmware/soap/vim25.rb', line 8459 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8454 8455 8456 |
# File 'lib/vmware/soap/vim25.rb', line 8454 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8453 8454 8455 |
# File 'lib/vmware/soap/vim25.rb', line 8453 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8463 8464 8465 |
# File 'lib/vmware/soap/vim25.rb', line 8463 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8461 8462 8463 |
# File 'lib/vmware/soap/vim25.rb', line 8461 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8455 8456 8457 |
# File 'lib/vmware/soap/vim25.rb', line 8455 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8464 8465 8466 |
# File 'lib/vmware/soap/vim25.rb', line 8464 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8458 8459 8460 |
# File 'lib/vmware/soap/vim25.rb', line 8458 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8462 8463 8464 |
# File 'lib/vmware/soap/vim25.rb', line 8462 def vm @vm end |