Class: VmFailedToPowerOffEvent

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

Overview

urn:vim25VmFailedToPowerOffEvent

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

Returns a new instance of VmFailedToPowerOffEvent.



10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
# File 'lib/vmware/soap/vim25.rb', line 10403

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.



10392
10393
10394
# File 'lib/vmware/soap/vim25.rb', line 10392

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10396
10397
10398
# File 'lib/vmware/soap/vim25.rb', line 10396

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10393
10394
10395
# File 'lib/vmware/soap/vim25.rb', line 10393

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10395
10396
10397
# File 'lib/vmware/soap/vim25.rb', line 10395

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10390
10391
10392
# File 'lib/vmware/soap/vim25.rb', line 10390

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10389
10390
10391
# File 'lib/vmware/soap/vim25.rb', line 10389

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10399
10400
10401
# File 'lib/vmware/soap/vim25.rb', line 10399

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10397
10398
10399
# File 'lib/vmware/soap/vim25.rb', line 10397

def host
  @host
end

#keyObject

Returns the value of attribute key.



10391
10392
10393
# File 'lib/vmware/soap/vim25.rb', line 10391

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10401
10402
10403
# File 'lib/vmware/soap/vim25.rb', line 10401

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10400
10401
10402
# File 'lib/vmware/soap/vim25.rb', line 10400

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10394
10395
10396
# File 'lib/vmware/soap/vim25.rb', line 10394

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10398
10399
10400
# File 'lib/vmware/soap/vim25.rb', line 10398

def vm
  @vm
end