Class: DrsVmPoweredOnEvent
- Inherits:
-
VmPoweredOnEvent
- Object
- DynamicData
- Event
- VmEvent
- VmPoweredOnEvent
- DrsVmPoweredOnEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsVmPoweredOnEvent
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) ⇒ DrsVmPoweredOnEvent
constructor
A new instance of DrsVmPoweredOnEvent.
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) ⇒ DrsVmPoweredOnEvent
Returns a new instance of DrsVmPoweredOnEvent.
8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 |
# File 'lib/vmware/soap/vim25.rb', line 8377 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.
8367 8368 8369 |
# File 'lib/vmware/soap/vim25.rb', line 8367 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8371 8372 8373 |
# File 'lib/vmware/soap/vim25.rb', line 8371 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8368 8369 8370 |
# File 'lib/vmware/soap/vim25.rb', line 8368 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8370 8371 8372 |
# File 'lib/vmware/soap/vim25.rb', line 8370 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8365 8366 8367 |
# File 'lib/vmware/soap/vim25.rb', line 8365 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8364 8365 8366 |
# File 'lib/vmware/soap/vim25.rb', line 8364 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8374 8375 8376 |
# File 'lib/vmware/soap/vim25.rb', line 8374 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8372 8373 8374 |
# File 'lib/vmware/soap/vim25.rb', line 8372 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8366 8367 8368 |
# File 'lib/vmware/soap/vim25.rb', line 8366 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8375 8376 8377 |
# File 'lib/vmware/soap/vim25.rb', line 8375 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8369 8370 8371 |
# File 'lib/vmware/soap/vim25.rb', line 8369 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8373 8374 8375 |
# File 'lib/vmware/soap/vim25.rb', line 8373 def vm @vm end |