Documentation

NetworksIdConnectPostBody

Table of Contents

$container  : string|null
The ID or name of the container to connect to the network.
$endpointConfig  : EndpointSettings|null
Configuration for a network endpoint.
getContainer()  : string|null
The ID or name of the container to connect to the network.
getEndpointConfig()  : EndpointSettings|null
Configuration for a network endpoint.
setContainer()  : self
The ID or name of the container to connect to the network.
setEndpointConfig()  : self
Configuration for a network endpoint.

Properties

Methods

getContainer()

The ID or name of the container to connect to the network.

public getContainer() : string|null
Return values
string|null

setContainer()

The ID or name of the container to connect to the network.

public setContainer(string|null $container) : self
Parameters
$container : string|null
Return values
self

Search results