Class: VmPoweredOffEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmPoweredOffEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmPoweredOffEvent
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) ⇒ VmPoweredOffEvent
constructor
A new instance of VmPoweredOffEvent.
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) ⇒ VmPoweredOffEvent
Returns a new instance of VmPoweredOffEvent.
8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 |
# File 'lib/vmware/soap/vim25.rb', line 8245 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.
8235 8236 8237 |
# File 'lib/vmware/soap/vim25.rb', line 8235 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8239 8240 8241 |
# File 'lib/vmware/soap/vim25.rb', line 8239 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8236 8237 8238 |
# File 'lib/vmware/soap/vim25.rb', line 8236 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8238 8239 8240 |
# File 'lib/vmware/soap/vim25.rb', line 8238 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8233 8234 8235 |
# File 'lib/vmware/soap/vim25.rb', line 8233 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8232 8233 8234 |
# File 'lib/vmware/soap/vim25.rb', line 8232 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8242 8243 8244 |
# File 'lib/vmware/soap/vim25.rb', line 8242 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8240 8241 8242 |
# File 'lib/vmware/soap/vim25.rb', line 8240 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8234 8235 8236 |
# File 'lib/vmware/soap/vim25.rb', line 8234 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8243 8244 8245 |
# File 'lib/vmware/soap/vim25.rb', line 8243 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8237 8238 8239 |
# File 'lib/vmware/soap/vim25.rb', line 8237 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8241 8242 8243 |
# File 'lib/vmware/soap/vim25.rb', line 8241 def vm @vm end |