Class: DasAgentFoundEvent

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

Overview

urn:vim25DasAgentFoundEvent

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

Returns a new instance of DasAgentFoundEvent.


15543
15544
15545
15546
15547
15548
15549
15550
15551
15552
15553
15554
15555
# File 'lib/vmware/soap/vim25.rb', line 15543

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.


15534
15535
15536
# File 'lib/vmware/soap/vim25.rb', line 15534

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


15538
15539
15540
# File 'lib/vmware/soap/vim25.rb', line 15538

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


15535
15536
15537
# File 'lib/vmware/soap/vim25.rb', line 15535

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


15537
15538
15539
# File 'lib/vmware/soap/vim25.rb', line 15537

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


15532
15533
15534
# File 'lib/vmware/soap/vim25.rb', line 15532

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


15531
15532
15533
# File 'lib/vmware/soap/vim25.rb', line 15531

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


15541
15542
15543
# File 'lib/vmware/soap/vim25.rb', line 15541

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


15539
15540
15541
# File 'lib/vmware/soap/vim25.rb', line 15539

def host
  @host
end

#keyObject

Returns the value of attribute key.


15533
15534
15535
# File 'lib/vmware/soap/vim25.rb', line 15533

def key
  @key
end

#userNameObject

Returns the value of attribute userName.


15536
15537
15538
# File 'lib/vmware/soap/vim25.rb', line 15536

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


15540
15541
15542
# File 'lib/vmware/soap/vim25.rb', line 15540

def vm
  @vm
end