Class: VmPoweredOnEvent

Inherits:
VmEvent show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



8324
8325
8326
# File 'lib/vmware/soap/vim25.rb', line 8324

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8328
8329
8330
# File 'lib/vmware/soap/vim25.rb', line 8328

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8325
8326
8327
# File 'lib/vmware/soap/vim25.rb', line 8325

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8327
8328
8329
# File 'lib/vmware/soap/vim25.rb', line 8327

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8322
8323
8324
# File 'lib/vmware/soap/vim25.rb', line 8322

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8321
8322
8323
# File 'lib/vmware/soap/vim25.rb', line 8321

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8331
8332
8333
# File 'lib/vmware/soap/vim25.rb', line 8331

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8329
8330
8331
# File 'lib/vmware/soap/vim25.rb', line 8329

def host
  @host
end

#keyObject

Returns the value of attribute key.



8323
8324
8325
# File 'lib/vmware/soap/vim25.rb', line 8323

def key
  @key
end

#templateObject

Returns the value of attribute template.



8332
8333
8334
# File 'lib/vmware/soap/vim25.rb', line 8332

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8326
8327
8328
# File 'lib/vmware/soap/vim25.rb', line 8326

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8330
8331
8332
# File 'lib/vmware/soap/vim25.rb', line 8330

def vm
  @vm
end