Back to Dagger

Port

docs/static/reference/php/Dagger/Port.html

0.20.72.5 KB
Original Source

Port

class Port extends AbstractObject implements IdAble

A port exposed by a container.

Properties

| | $lastQuery | | from AbstractObject |

Methods

__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

description()

The port description.

bool

experimentalSkipHealthcheck()

Skip the health check when run as a service.

AbstractId

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 | |

Generated by Doctum, a API Documentation generator and fork of Sami.