NetworkAttachmentConfig
Table of Contents
- $aliases : array<string|int, string>|null
- Discoverable alternate names for the service on this network.
- $driverOpts : array<string|int, string>|null
- Driver attachment options for the network target.
- $target : string|null
- The target network for attachment. Must be a network name or ID.
- getAliases() : array<string|int, string>|null
- Discoverable alternate names for the service on this network.
- getDriverOpts() : array<string|int, string>|null
- Driver attachment options for the network target.
- getTarget() : string|null
- The target network for attachment. Must be a network name or ID.
- setAliases() : self
- Discoverable alternate names for the service on this network.
- setDriverOpts() : self
- Driver attachment options for the network target.
- setTarget() : self
- The target network for attachment. Must be a network name or ID.
Properties
$aliases
Discoverable alternate names for the service on this network.
protected
array<string|int, string>|null
$aliases
$driverOpts
Driver attachment options for the network target.
protected
array<string|int, string>|null
$driverOpts
$target
The target network for attachment. Must be a network name or ID.
protected
string|null
$target
Methods
getAliases()
Discoverable alternate names for the service on this network.
public
getAliases() : array<string|int, string>|null
Return values
array<string|int, string>|null —getDriverOpts()
Driver attachment options for the network target.
public
getDriverOpts() : array<string|int, string>|null
Return values
array<string|int, string>|null —getTarget()
The target network for attachment. Must be a network name or ID.
public
getTarget() : string|null
Return values
string|null —setAliases()
Discoverable alternate names for the service on this network.
public
setAliases(array<string|int, string>|null $aliases) : self
Parameters
- $aliases : array<string|int, string>|null
Return values
self —setDriverOpts()
Driver attachment options for the network target.
public
setDriverOpts(array<string|int, string>|null $driverOpts) : self
Parameters
- $driverOpts : array<string|int, string>|null
Return values
self —setTarget()
The target network for attachment. Must be a network name or ID.
public
setTarget(string|null $target) : self
Parameters
- $target : string|null