Search Results for

    Show / Hide Table of Contents

    Class CmsJobDefinition

    The Object Type 120. This object type defines a task that can be assigned to objects. The 'Job Definition' defines suitable parameters for the execution of a job, such as container parameters, resource parameters, etc. Jobs run in the background in a 'docker' container.

    Inheritance
    object
    CmsObject
    CmsJobDefinition
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsJobDefinition : CmsObject

    Properties

    AttributeIcon

    Get or set value of attribute 1016

    Declaration
    public int? AttributeIcon { get; set; }
    Property Value
    Type Description
    int?

    JobDefinitionAllowMultiple

    Get or set value of attribute 12004

    Declaration
    public bool? JobDefinitionAllowMultiple { get; set; }
    Property Value
    Type Description
    bool?

    JobDefinitionAllowZeroObjects

    Get or set value of attribute 12015

    Declaration
    public bool? JobDefinitionAllowZeroObjects { get; set; }
    Property Value
    Type Description
    bool?

    JobDefinitionContainerArguments

    Get or set values of attribute 12017

    Declaration
    public IEnumerable<string> JobDefinitionContainerArguments { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    JobDefinitionContainerRegistry

    Get or set value of attribute 12001

    Declaration
    public string JobDefinitionContainerRegistry { get; set; }
    Property Value
    Type Description
    string

    JobDefinitionContainerRepository

    Get or set value of attribute 12002

    Declaration
    public string JobDefinitionContainerRepository { get; set; }
    Property Value
    Type Description
    string

    JobDefinitionContainerTag

    Get or set value of attribute 12003

    Declaration
    public string JobDefinitionContainerTag { get; set; }
    Property Value
    Type Description
    string

    JobDefinitionCpuLimit

    Get or set value of attribute 12011

    Declaration
    public decimal? JobDefinitionCpuLimit { get; set; }
    Property Value
    Type Description
    decimal?

    JobDefinitionCpuRequest

    Get or set value of attribute 12010

    Declaration
    public decimal? JobDefinitionCpuRequest { get; set; }
    Property Value
    Type Description
    decimal?

    JobDefinitionInputMediaTypes

    Get or set values of attribute 12016

    Declaration
    public IEnumerable<int> JobDefinitionInputMediaTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<int>

    JobDefinitionMaxInstances

    Get or set value of attribute 12009

    Declaration
    public long? JobDefinitionMaxInstances { get; set; }
    Property Value
    Type Description
    long?

    JobDefinitionMemoryLimit

    Get or set value of attribute 12013

    Declaration
    public decimal? JobDefinitionMemoryLimit { get; set; }
    Property Value
    Type Description
    decimal?

    JobDefinitionMemoryRequest

    Get or set value of attribute 12012

    Declaration
    public decimal? JobDefinitionMemoryRequest { get; set; }
    Property Value
    Type Description
    decimal?

    JobDefinitionNodeSelector

    Get or set value of attribute 12020

    Declaration
    public string JobDefinitionNodeSelector { get; set; }
    Property Value
    Type Description
    string

    JobDefinitionParameterRefs

    Get or set values of attribute 12018

    Declaration
    public IEnumerable<int> JobDefinitionParameterRefs { get; set; }
    Property Value
    Type Description
    IEnumerable<int>

    JobDefinitionPersistArtifacts

    Get or set value of attribute 12005

    Declaration
    public bool? JobDefinitionPersistArtifacts { get; set; }
    Property Value
    Type Description
    bool?

    JobDefinitionRequiresFileInput

    Get or set value of attribute 12014

    Declaration
    public bool? JobDefinitionRequiresFileInput { get; set; }
    Property Value
    Type Description
    bool?

    JobDefinitionRetention

    Get or set value of attribute 12008

    Declaration
    public long? JobDefinitionRetention { get; set; }
    Property Value
    Type Description
    long?

    JobDefinitionRunAsReadOnly

    Get or set value of attribute 12019

    Declaration
    public bool? JobDefinitionRunAsReadOnly { get; set; }
    Property Value
    Type Description
    bool?

    JobDefinitionStartWithin

    Get or set value of attribute 12007

    Declaration
    public long? JobDefinitionStartWithin { get; set; }
    Property Value
    Type Description
    long?

    JobDefinitionTimeout

    Get or set value of attribute 12006

    Declaration
    public long? JobDefinitionTimeout { get; set; }
    Property Value
    Type Description
    long?

    PackageMembership

    Get or set value of attribute 13000

    Declaration
    public int? PackageMembership { get; set; }
    Property Value
    Type Description
    int?

    Methods

    GetAttributeDescription(int)

    Get value of attribute 1012

    Declaration
    public string GetAttributeDescription(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    GetAttributeName(int)

    Get value of attribute 1000

    Declaration
    public string GetAttributeName(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    SetAttributeDescription(int, string)

    Set value of attribute 1012

    Declaration
    public void SetAttributeDescription(int language, string value)
    Parameters
    Type Name Description
    int language
    string value

    SetAttributeName(int, string)

    Set value of attribute 1000

    Declaration
    public void SetAttributeName(int language, string value)
    Parameters
    Type Name Description
    int language
    string value
    In this article
    Back to top Version 6.1.0.31rc