Show / Hide Table of Contents

Class ContainerSettingsNames

Defines names of custom properties used to indicate a WorkItem should be run as containerized application.

Inheritance
object
ContainerSettingsNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ContainerSettingsNames

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 = "ImageName"
Field Value
Type Description
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 = "RunOptions"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.