Port
class Port extends AbstractObject implements IdAble
A port exposed by a container.
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
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
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
string
description()
The port description.
at line 28
bool
experimentalSkipHealthcheck()
Skip the health check when run as a service.
at line 37
AbstractId
id()
A unique identifier for this Port.
at line 46
int
port()
The port number.
at line 55
NetworkProtocol
protocol()
The transport layer protocol.