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
$container
The ID or name of the container to connect to the network.
protected
string|null
$container
$endpointConfig
Configuration for a network endpoint.
protected
EndpointSettings|null
$endpointConfig
Methods
getContainer()
The ID or name of the container to connect to the network.
public
getContainer() : string|null
Return values
string|null —getEndpointConfig()
Configuration for a network endpoint.
public
getEndpointConfig() : EndpointSettings|null
Return values
EndpointSettings|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 —setEndpointConfig()
Configuration for a network endpoint.
public
setEndpointConfig(EndpointSettings|null $endpointConfig) : self
Parameters
- $endpointConfig : EndpointSettings|null