Class: VmStoppingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmStoppingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmStoppingEvent
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) ⇒ VmStoppingEvent
constructor
A new instance of VmStoppingEvent.
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) ⇒ VmStoppingEvent
Returns a new instance of VmStoppingEvent.
8598 8599 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 8611 |
# File 'lib/vmware/soap/vim25.rb', line 8598 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.
8588 8589 8590 |
# File 'lib/vmware/soap/vim25.rb', line 8588 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8592 8593 8594 |
# File 'lib/vmware/soap/vim25.rb', line 8592 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8589 8590 8591 |
# File 'lib/vmware/soap/vim25.rb', line 8589 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8591 8592 8593 |
# File 'lib/vmware/soap/vim25.rb', line 8591 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8586 8587 8588 |
# File 'lib/vmware/soap/vim25.rb', line 8586 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8585 8586 8587 |
# File 'lib/vmware/soap/vim25.rb', line 8585 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8595 8596 8597 |
# File 'lib/vmware/soap/vim25.rb', line 8595 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8593 8594 8595 |
# File 'lib/vmware/soap/vim25.rb', line 8593 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8587 8588 8589 |
# File 'lib/vmware/soap/vim25.rb', line 8587 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8596 8597 8598 |
# File 'lib/vmware/soap/vim25.rb', line 8596 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8590 8591 8592 |
# File 'lib/vmware/soap/vim25.rb', line 8590 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8594 8595 8596 |
# File 'lib/vmware/soap/vim25.rb', line 8594 def vm @vm end |