Class: VmFailedToPowerOnEvent

Inherits:
VmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmFailedToPowerOnEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ VmFailedToPowerOnEvent

Returns a new instance of VmFailedToPowerOnEvent.



10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
# File 'lib/vmware/soap/vim25.rb', line 10357

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, reason = 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
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



10346
10347
10348
# File 'lib/vmware/soap/vim25.rb', line 10346

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10350
10351
10352
# File 'lib/vmware/soap/vim25.rb', line 10350

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10347
10348
10349
# File 'lib/vmware/soap/vim25.rb', line 10347

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10349
10350
10351
# File 'lib/vmware/soap/vim25.rb', line 10349

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10344
10345
10346
# File 'lib/vmware/soap/vim25.rb', line 10344

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10343
10344
10345
# File 'lib/vmware/soap/vim25.rb', line 10343

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10353
10354
10355
# File 'lib/vmware/soap/vim25.rb', line 10353

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10351
10352
10353
# File 'lib/vmware/soap/vim25.rb', line 10351

def host
  @host
end

#keyObject

Returns the value of attribute key.



10345
10346
10347
# File 'lib/vmware/soap/vim25.rb', line 10345

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10355
10356
10357
# File 'lib/vmware/soap/vim25.rb', line 10355

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10354
10355
10356
# File 'lib/vmware/soap/vim25.rb', line 10354

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10348
10349
10350
# File 'lib/vmware/soap/vim25.rb', line 10348

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10352
10353
10354
# File 'lib/vmware/soap/vim25.rb', line 10352

def vm
  @vm
end