Show / Hide Table of Contents

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 Source

ImageName

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
View Source

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
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.