Class: VmFailedToRebootGuestEvent

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

Overview

urn:vim25VmFailedToRebootGuestEvent

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

Returns a new instance of VmFailedToRebootGuestEvent.



10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
# File 'lib/vmware/soap/vim25.rb', line 10587

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.



10576
10577
10578
# File 'lib/vmware/soap/vim25.rb', line 10576

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10580
10581
10582
# File 'lib/vmware/soap/vim25.rb', line 10580

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10577
10578
10579
# File 'lib/vmware/soap/vim25.rb', line 10577

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10579
10580
10581
# File 'lib/vmware/soap/vim25.rb', line 10579

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10574
10575
10576
# File 'lib/vmware/soap/vim25.rb', line 10574

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10573
10574
10575
# File 'lib/vmware/soap/vim25.rb', line 10573

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10583
10584
10585
# File 'lib/vmware/soap/vim25.rb', line 10583

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10581
10582
10583
# File 'lib/vmware/soap/vim25.rb', line 10581

def host
  @host
end

#keyObject

Returns the value of attribute key.



10575
10576
10577
# File 'lib/vmware/soap/vim25.rb', line 10575

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10585
10586
10587
# File 'lib/vmware/soap/vim25.rb', line 10585

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10584
10585
10586
# File 'lib/vmware/soap/vim25.rb', line 10584

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10578
10579
10580
# File 'lib/vmware/soap/vim25.rb', line 10578

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10582
10583
10584
# File 'lib/vmware/soap/vim25.rb', line 10582

def vm
  @vm
end