Class: HostCnxFailedCcagentUpgradeEvent

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

Overview

urn:vim25HostCnxFailedCcagentUpgradeEvent

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

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

Returns a new instance of HostCnxFailedCcagentUpgradeEvent.



5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
# File 'lib/vmware/soap/vim25.rb', line 5726

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



5717
5718
5719
# File 'lib/vmware/soap/vim25.rb', line 5717

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5721
5722
5723
# File 'lib/vmware/soap/vim25.rb', line 5721

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5718
5719
5720
# File 'lib/vmware/soap/vim25.rb', line 5718

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5720
5721
5722
# File 'lib/vmware/soap/vim25.rb', line 5720

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5715
5716
5717
# File 'lib/vmware/soap/vim25.rb', line 5715

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5714
5715
5716
# File 'lib/vmware/soap/vim25.rb', line 5714

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5724
5725
5726
# File 'lib/vmware/soap/vim25.rb', line 5724

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5722
5723
5724
# File 'lib/vmware/soap/vim25.rb', line 5722

def host
  @host
end

#keyObject

Returns the value of attribute key.



5716
5717
5718
# File 'lib/vmware/soap/vim25.rb', line 5716

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



5719
5720
5721
# File 'lib/vmware/soap/vim25.rb', line 5719

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5723
5724
5725
# File 'lib/vmware/soap/vim25.rb', line 5723

def vm
  @vm
end