docs/static/reference/php/Dagger/Port.html
class Port extends AbstractObject implements IdAble
A port exposed by a container.
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
string
The port description.
bool
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.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
string description()The port description.
| string | |
bool experimentalSkipHealthcheck()Skip the health check when run as a service.
| bool | |
AbstractId id()A unique identifier for this Port.
| AbstractId | |
int port()The port number.
| int | |
NetworkProtocol protocol()The transport layer protocol.
| NetworkProtocol | |
Generated by Doctum, a API Documentation generator and fork of Sami.