Class ContainerSettingsNames
Defines names of custom properties used to indicate a WorkItem should be run as containerized application.
Inheritance
System.Object
ContainerSettingsNames
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ContainerSettingsNames : object
Fields
View SourceImageName
Name of property used to indicate the image that will be used to execute a WorkUnit.
Declaration
public const string ImageName = null
Field Value
Type | Description |
---|---|
System.String |
RunOptions
Name of property used to indicate the run options for launching a container to execute a WorkUnit.
Declaration
public const string RunOptions = null
Field Value
Type | Description |
---|---|
System.String |