Class: HostCnxFailedAlreadyManagedEvent

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

Overview

urn:vim25HostCnxFailedAlreadyManagedEvent

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
serverName - 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, serverName = nil) ⇒ HostCnxFailedAlreadyManagedEvent

Returns a new instance of HostCnxFailedAlreadyManagedEvent.



5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
# File 'lib/vmware/soap/vim25.rb', line 5565

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



5555
5556
5557
# File 'lib/vmware/soap/vim25.rb', line 5555

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5559
5560
5561
# File 'lib/vmware/soap/vim25.rb', line 5559

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5556
5557
5558
# File 'lib/vmware/soap/vim25.rb', line 5556

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5558
5559
5560
# File 'lib/vmware/soap/vim25.rb', line 5558

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5553
5554
5555
# File 'lib/vmware/soap/vim25.rb', line 5553

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5552
5553
5554
# File 'lib/vmware/soap/vim25.rb', line 5552

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5562
5563
5564
# File 'lib/vmware/soap/vim25.rb', line 5562

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5560
5561
5562
# File 'lib/vmware/soap/vim25.rb', line 5560

def host
  @host
end

#keyObject

Returns the value of attribute key.



5554
5555
5556
# File 'lib/vmware/soap/vim25.rb', line 5554

def key
  @key
end

#serverNameObject

Returns the value of attribute serverName.



5563
5564
5565
# File 'lib/vmware/soap/vim25.rb', line 5563

def serverName
  @serverName
end

#userNameObject

Returns the value of attribute userName.



5557
5558
5559
# File 'lib/vmware/soap/vim25.rb', line 5557

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5561
5562
5563
# File 'lib/vmware/soap/vim25.rb', line 5561

def vm
  @vm
end