Skip to main content

PoolCommunicationAdapterDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a communication adapter in a pool for data transfer.

public record PoolCommunicationAdapterDto : IEquatable<PoolCommunicationAdapterDto>

Inheritance ObjectPoolCommunicationAdapterDto
Implements IEquatable<PoolCommunicationAdapterDto>

Properties

PoolName

Gets or sets the name of the pool.

public string PoolName { get; set; }

Property Value

String

AdapterRtEntityId

Gets or sets the object identifier of the communication adapter.

public RtEntityId AdapterRtEntityId { get; set; }

Property Value

RtEntityId

ImageName

Gets or sets the docker image name of the communication adapter.

public string ImageName { get; set; }

Property Value

String

Version

Gets or sets the docker image version of the communication adapter.

public string Version { get; set; }

Property Value

String

Constructors

PoolCommunicationAdapterDto()

public PoolCommunicationAdapterDto()