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
$container
The ID or name of the container to disconnect from the network.
protected
string|null
$container
$force
Force the container to disconnect from the network.
protected
bool|null
$force
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