Class: VmPoweredOnEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmPoweredOnEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmPoweredOnEvent
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) ⇒ VmPoweredOnEvent
constructor
A new instance of VmPoweredOnEvent.
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) ⇒ VmPoweredOnEvent
Returns a new instance of VmPoweredOnEvent.
8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 |
# File 'lib/vmware/soap/vim25.rb', line 8334 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.
8324 8325 8326 |
# File 'lib/vmware/soap/vim25.rb', line 8324 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8328 8329 8330 |
# File 'lib/vmware/soap/vim25.rb', line 8328 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8325 8326 8327 |
# File 'lib/vmware/soap/vim25.rb', line 8325 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8327 8328 8329 |
# File 'lib/vmware/soap/vim25.rb', line 8327 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8322 8323 8324 |
# File 'lib/vmware/soap/vim25.rb', line 8322 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8321 8322 8323 |
# File 'lib/vmware/soap/vim25.rb', line 8321 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8331 8332 8333 |
# File 'lib/vmware/soap/vim25.rb', line 8331 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8329 8330 8331 |
# File 'lib/vmware/soap/vim25.rb', line 8329 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8323 8324 8325 |
# File 'lib/vmware/soap/vim25.rb', line 8323 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8332 8333 8334 |
# File 'lib/vmware/soap/vim25.rb', line 8332 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8326 8327 8328 |
# File 'lib/vmware/soap/vim25.rb', line 8326 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8330 8331 8332 |
# File 'lib/vmware/soap/vim25.rb', line 8330 def vm @vm end |