Class: VmPoweredOffEvent

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

VmPowerOffOnIsolationEvent

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) ⇒ 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

#chainIdObject

Returns the value of attribute chainId.



8235
8236
8237
# File 'lib/vmware/soap/vim25.rb', line 8235

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8239
8240
8241
# File 'lib/vmware/soap/vim25.rb', line 8239

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8236
8237
8238
# File 'lib/vmware/soap/vim25.rb', line 8236

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8238
8239
8240
# File 'lib/vmware/soap/vim25.rb', line 8238

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8233
8234
8235
# File 'lib/vmware/soap/vim25.rb', line 8233

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8232
8233
8234
# File 'lib/vmware/soap/vim25.rb', line 8232

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8242
8243
8244
# File 'lib/vmware/soap/vim25.rb', line 8242

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8240
8241
8242
# File 'lib/vmware/soap/vim25.rb', line 8240

def host
  @host
end

#keyObject

Returns the value of attribute key.



8234
8235
8236
# File 'lib/vmware/soap/vim25.rb', line 8234

def key
  @key
end

#templateObject

Returns the value of attribute template.



8243
8244
8245
# File 'lib/vmware/soap/vim25.rb', line 8243

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8237
8238
8239
# File 'lib/vmware/soap/vim25.rb', line 8237

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8241
8242
8243
# File 'lib/vmware/soap/vim25.rb', line 8241

def vm
  @vm
end