22.175. Class AgentIdentifier

Namespace: ArmoniK.Core.Common.Pollster
Assembly: ArmoniK.Core.Common.dll

Represents an identifier for an agent, including the owner’s pod ID and pod name.

public class AgentIdentifier

22.175.1. Inheritance

objectAgentIdentifier

22.175.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

22.175.3. Fields

22.175.3.1. OwnerPodId

Gets the owner’s pod ID, which is the local IPv4 address.

public readonly string OwnerPodId

22.175.3.1.1. Field Value

string

22.175.3.2. OwnerPodName

Gets the owner’s pod name, which is the host name.

public readonly string OwnerPodName

22.175.3.2.1. Field Value

string