Class: VmFailedToSuspendEvent

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

Overview

urn:vim25VmFailedToSuspendEvent

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

Returns a new instance of VmFailedToSuspendEvent.



10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
# File 'lib/vmware/soap/vim25.rb', line 10449

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.



10438
10439
10440
# File 'lib/vmware/soap/vim25.rb', line 10438

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10442
10443
10444
# File 'lib/vmware/soap/vim25.rb', line 10442

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10439
10440
10441
# File 'lib/vmware/soap/vim25.rb', line 10439

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10441
10442
10443
# File 'lib/vmware/soap/vim25.rb', line 10441

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10436
10437
10438
# File 'lib/vmware/soap/vim25.rb', line 10436

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10435
10436
10437
# File 'lib/vmware/soap/vim25.rb', line 10435

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10445
10446
10447
# File 'lib/vmware/soap/vim25.rb', line 10445

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10443
10444
10445
# File 'lib/vmware/soap/vim25.rb', line 10443

def host
  @host
end

#keyObject

Returns the value of attribute key.



10437
10438
10439
# File 'lib/vmware/soap/vim25.rb', line 10437

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10447
10448
10449
# File 'lib/vmware/soap/vim25.rb', line 10447

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10446
10447
10448
# File 'lib/vmware/soap/vim25.rb', line 10446

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10440
10441
10442
# File 'lib/vmware/soap/vim25.rb', line 10440

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10444
10445
10446
# File 'lib/vmware/soap/vim25.rb', line 10444

def vm
  @vm
end