Documentation

NetworksIdDisconnectPostBody

Table of Contents

$container  : string|null
The ID or name of the container to disconnect from the network.
$force  : bool|null
Force the container to disconnect from the network.
getContainer()  : string|null
The ID or name of the container to disconnect from the network.
getForce()  : bool|null
Force the container to disconnect from the network.
setContainer()  : self
The ID or name of the container to disconnect from the network.
setForce()  : self
Force the container to disconnect from the network.

Properties

Methods

getContainer()

The ID or name of the container to disconnect from the network.

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

getForce()

Force the container to disconnect from the network.

public getForce() : bool|null
Return values
bool|null

setContainer()

The ID or name of the container to disconnect from the network.

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

setForce()

Force the container to disconnect from the network.

public setForce(bool|null $force) : self
Parameters
$force : bool|null
Return values
self

Search results