Documentation

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

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
Return values
self

Search results