Class: VmStartingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmStartingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmStartingEvent
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
Direct Known Subclasses
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) ⇒ VmStartingEvent
constructor
A new instance of VmStartingEvent.
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) ⇒ VmStartingEvent
Returns a new instance of VmStartingEvent.
8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 |
# File 'lib/vmware/soap/vim25.rb', line 8509 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.
8499 8500 8501 |
# File 'lib/vmware/soap/vim25.rb', line 8499 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8503 8504 8505 |
# File 'lib/vmware/soap/vim25.rb', line 8503 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8500 8501 8502 |
# File 'lib/vmware/soap/vim25.rb', line 8500 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8502 8503 8504 |
# File 'lib/vmware/soap/vim25.rb', line 8502 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8497 8498 8499 |
# File 'lib/vmware/soap/vim25.rb', line 8497 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8496 8497 8498 |
# File 'lib/vmware/soap/vim25.rb', line 8496 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8506 8507 8508 |
# File 'lib/vmware/soap/vim25.rb', line 8506 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8504 8505 8506 |
# File 'lib/vmware/soap/vim25.rb', line 8504 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8498 8499 8500 |
# File 'lib/vmware/soap/vim25.rb', line 8498 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8507 8508 8509 |
# File 'lib/vmware/soap/vim25.rb', line 8507 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8501 8502 8503 |
# File 'lib/vmware/soap/vim25.rb', line 8501 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8505 8506 8507 |
# File 'lib/vmware/soap/vim25.rb', line 8505 def vm @vm end |