Class: VmSuspendingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmSuspendingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmSuspendingEvent
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) ⇒ VmSuspendingEvent
constructor
A new instance of VmSuspendingEvent.
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) ⇒ VmSuspendingEvent
Returns a new instance of VmSuspendingEvent.
8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 |
# File 'lib/vmware/soap/vim25.rb', line 8641 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.
8631 8632 8633 |
# File 'lib/vmware/soap/vim25.rb', line 8631 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8635 8636 8637 |
# File 'lib/vmware/soap/vim25.rb', line 8635 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8632 8633 8634 |
# File 'lib/vmware/soap/vim25.rb', line 8632 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8634 8635 8636 |
# File 'lib/vmware/soap/vim25.rb', line 8634 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8629 8630 8631 |
# File 'lib/vmware/soap/vim25.rb', line 8629 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8628 8629 8630 |
# File 'lib/vmware/soap/vim25.rb', line 8628 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8638 8639 8640 |
# File 'lib/vmware/soap/vim25.rb', line 8638 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8636 8637 8638 |
# File 'lib/vmware/soap/vim25.rb', line 8636 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8630 8631 8632 |
# File 'lib/vmware/soap/vim25.rb', line 8630 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8639 8640 8641 |
# File 'lib/vmware/soap/vim25.rb', line 8639 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8633 8634 8635 |
# File 'lib/vmware/soap/vim25.rb', line 8633 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8637 8638 8639 |
# File 'lib/vmware/soap/vim25.rb', line 8637 def vm @vm end |