Class: VmFailedToResetEvent

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

Overview

urn:vim25VmFailedToResetEvent

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

Returns a new instance of VmFailedToResetEvent.



10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/vmware/soap/vim25.rb', line 10495

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.



10484
10485
10486
# File 'lib/vmware/soap/vim25.rb', line 10484

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10488
10489
10490
# File 'lib/vmware/soap/vim25.rb', line 10488

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10485
10486
10487
# File 'lib/vmware/soap/vim25.rb', line 10485

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10487
10488
10489
# File 'lib/vmware/soap/vim25.rb', line 10487

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10482
10483
10484
# File 'lib/vmware/soap/vim25.rb', line 10482

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10481
10482
10483
# File 'lib/vmware/soap/vim25.rb', line 10481

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10491
10492
10493
# File 'lib/vmware/soap/vim25.rb', line 10491

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10489
10490
10491
# File 'lib/vmware/soap/vim25.rb', line 10489

def host
  @host
end

#keyObject

Returns the value of attribute key.



10483
10484
10485
# File 'lib/vmware/soap/vim25.rb', line 10483

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10493
10494
10495
# File 'lib/vmware/soap/vim25.rb', line 10493

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10492
10493
10494
# File 'lib/vmware/soap/vim25.rb', line 10492

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10486
10487
10488
# File 'lib/vmware/soap/vim25.rb', line 10486

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10490
10491
10492
# File 'lib/vmware/soap/vim25.rb', line 10490

def vm
  @vm
end