TaskSpecContainerSpecConfigsItem
Table of Contents
- $configID : string|null
- ConfigID represents the ID of the specific config that we're.
- $configName : string|null
- ConfigName is the name of the config that this references,.
- $file : TaskSpecContainerSpecConfigsItemFile|null
- File represents a specific target that is backed by a file.
- $runtime : mixed|null
- Runtime represents a target that is not mounted into the.
- getConfigID() : string|null
- ConfigID represents the ID of the specific config that we're.
- getConfigName() : string|null
- ConfigName is the name of the config that this references,.
- getFile() : TaskSpecContainerSpecConfigsItemFile|null
- File represents a specific target that is backed by a file.
- getRuntime() : mixed
- Runtime represents a target that is not mounted into the.
- setConfigID() : self
- ConfigID represents the ID of the specific config that we're.
- setConfigName() : self
- ConfigName is the name of the config that this references,.
- setFile() : self
- File represents a specific target that is backed by a file.
- setRuntime() : self
- Runtime represents a target that is not mounted into the.
Properties
$configID
ConfigID represents the ID of the specific config that we're.
protected
string|null
$configID
$configName
ConfigName is the name of the config that this references,.
protected
string|null
$configName
$file
File represents a specific target that is backed by a file.
protected
TaskSpecContainerSpecConfigsItemFile|null
$file
Note:
Configs.File
andConfigs.Runtime
are mutually exclusive
$runtime
Runtime represents a target that is not mounted into the.
protected
mixed|null
$runtime
Note:
Configs.File
andConfigs.Runtime
are mutually
Methods
getConfigID()
ConfigID represents the ID of the specific config that we're.
public
getConfigID() : string|null
referencing.
Return values
string|null —getConfigName()
ConfigName is the name of the config that this references,.
public
getConfigName() : string|null
config in the reference will be identified by its ID.
Return values
string|null —getFile()
File represents a specific target that is backed by a file.
public
getFile() : TaskSpecContainerSpecConfigsItemFile|null
Note:
Configs.File
andConfigs.Runtime
are mutually exclusive
Return values
TaskSpecContainerSpecConfigsItemFile|null —getRuntime()
Runtime represents a target that is not mounted into the.
public
getRuntime() : mixed
Note:
Configs.File
andConfigs.Runtime
are mutually
Return values
mixed —setConfigID()
ConfigID represents the ID of the specific config that we're.
public
setConfigID(string|null $configID) : self
referencing.
Parameters
- $configID : string|null
Return values
self —setConfigName()
ConfigName is the name of the config that this references,.
public
setConfigName(string|null $configName) : self
config in the reference will be identified by its ID.
Parameters
- $configName : string|null
Return values
self —setFile()
File represents a specific target that is backed by a file.
public
setFile(TaskSpecContainerSpecConfigsItemFile|null $file) : self
Note:
Configs.File
andConfigs.Runtime
are mutually exclusive
Parameters
- $file : TaskSpecContainerSpecConfigsItemFile|null
Return values
self —setRuntime()
Runtime represents a target that is not mounted into the.
public
setRuntime(mixed $runtime) : self
Note:
Configs.File
andConfigs.Runtime
are mutually
Parameters
- $runtime : mixed