Class: VmUnsupportedStartingEvent
- Inherits:
-
VmStartingEvent
- Object
- DynamicData
- Event
- VmEvent
- VmStartingEvent
- VmUnsupportedStartingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUnsupportedStartingEvent
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
guestId - 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.
-
#guestId ⇒ Object
Returns the value of attribute guestId.
-
#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, guestId = nil) ⇒ VmUnsupportedStartingEvent
constructor
A new instance of VmUnsupportedStartingEvent.
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, guestId = nil) ⇒ VmUnsupportedStartingEvent
Returns a new instance of VmUnsupportedStartingEvent.
8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 |
# File 'lib/vmware/soap/vim25.rb', line 8554 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, guestId = 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 @guestId = guestId end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8543 8544 8545 |
# File 'lib/vmware/soap/vim25.rb', line 8543 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8547 8548 8549 |
# File 'lib/vmware/soap/vim25.rb', line 8547 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8544 8545 8546 |
# File 'lib/vmware/soap/vim25.rb', line 8544 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8546 8547 8548 |
# File 'lib/vmware/soap/vim25.rb', line 8546 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8541 8542 8543 |
# File 'lib/vmware/soap/vim25.rb', line 8541 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8540 8541 8542 |
# File 'lib/vmware/soap/vim25.rb', line 8540 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8550 8551 8552 |
# File 'lib/vmware/soap/vim25.rb', line 8550 def fullFormattedMessage @fullFormattedMessage end |
#guestId ⇒ Object
Returns the value of attribute guestId.
8552 8553 8554 |
# File 'lib/vmware/soap/vim25.rb', line 8552 def guestId @guestId end |
#host ⇒ Object
Returns the value of attribute host.
8548 8549 8550 |
# File 'lib/vmware/soap/vim25.rb', line 8548 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8542 8543 8544 |
# File 'lib/vmware/soap/vim25.rb', line 8542 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8551 8552 8553 |
# File 'lib/vmware/soap/vim25.rb', line 8551 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8545 8546 8547 |
# File 'lib/vmware/soap/vim25.rb', line 8545 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8549 8550 8551 |
# File 'lib/vmware/soap/vim25.rb', line 8549 def vm @vm end |