TaskSpecNetworkAttachmentSpec
Table of Contents
- $containerID : string|null
- ID of the container represented by this task.
- getContainerID() : string|null
- ID of the container represented by this task.
- setContainerID() : self
- ID of the container represented by this task.
Properties
$containerID
ID of the container represented by this task.
protected
string|null
$containerID
Methods
getContainerID()
ID of the container represented by this task.
public
getContainerID() : string|null
Return values
string|null —setContainerID()
ID of the container represented by this task.
public
setContainerID(string|null $containerID) : self
Parameters
- $containerID : string|null