Class: VmGuestShutdownEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmGuestShutdownEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmGuestShutdownEvent
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) ⇒ VmGuestShutdownEvent
constructor
A new instance of VmGuestShutdownEvent.
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) ⇒ VmGuestShutdownEvent
Returns a new instance of VmGuestShutdownEvent.
10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 |
# File 'lib/vmware/soap/vim25.rb', line 10720 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.
10710 10711 10712 |
# File 'lib/vmware/soap/vim25.rb', line 10710 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10714 10715 10716 |
# File 'lib/vmware/soap/vim25.rb', line 10714 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10711 10712 10713 |
# File 'lib/vmware/soap/vim25.rb', line 10711 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10713 10714 10715 |
# File 'lib/vmware/soap/vim25.rb', line 10713 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10708 10709 10710 |
# File 'lib/vmware/soap/vim25.rb', line 10708 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10707 10708 10709 |
# File 'lib/vmware/soap/vim25.rb', line 10707 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10717 10718 10719 |
# File 'lib/vmware/soap/vim25.rb', line 10717 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10715 10716 10717 |
# File 'lib/vmware/soap/vim25.rb', line 10715 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10709 10710 10711 |
# File 'lib/vmware/soap/vim25.rb', line 10709 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10718 10719 10720 |
# File 'lib/vmware/soap/vim25.rb', line 10718 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10712 10713 10714 |
# File 'lib/vmware/soap/vim25.rb', line 10712 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10716 10717 10718 |
# File 'lib/vmware/soap/vim25.rb', line 10716 def vm @vm end |