class Port extends AbstractObject implements IdAble

A port exposed by a container.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

string
description()

The port description.

bool
experimentalSkipHealthcheck()

Skip the health check when run as a service.

id()

A unique identifier for this Port.

int
port()

The port number.

NetworkProtocol
protocol()

The transport layer protocol.

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
string description()

The port description.

Return Value

string

at line 28
bool experimentalSkipHealthcheck()

Skip the health check when run as a service.

Return Value

bool

at line 37
AbstractId id()

A unique identifier for this Port.

Return Value

AbstractId

at line 46
int port()

The port number.

Return Value

int

at line 55
NetworkProtocol protocol()

The transport layer protocol.

Return Value

NetworkProtocol