Skip to content

RosExecutionProps

Properties for defining a RosExecution.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-execution

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosExecutionProps {
    object Description = null,
    object LoopMode = null,
    object Mode = null,
    object Parameters = null,
    object ParentExecutionId = null,
    object ResourceGroupId = null,
    object ResourceOptions = null,
    object SafetyCheck = null,
    System.Collections.Generic.IDictionary<string, object> Tags = null,
    object TemplateContent = null,
    object TemplateName = null,
    object TemplateUrl = null,
    object TemplateVersion = null
};

Properties

Name Type Description
Description object No description.
LoopMode object No description.
Mode object No description.
Parameters object No description.
ParentExecutionId object No description.
ResourceGroupId object No description.
ResourceOptions object No description.
SafetyCheck object No description.
Tags System.Collections.Generic.IDictionary No description.
TemplateContent object No description.
TemplateName object No description.
TemplateUrl object No description.
TemplateVersion object No description.

DescriptionOptional

public object Description { get; set; }
  • Type: object

LoopModeOptional

public object LoopMode { get; set; }
  • Type: object

ModeOptional

public object Mode { get; set; }
  • Type: object

ParametersOptional

public object Parameters { get; set; }
  • Type: object

ParentExecutionIdOptional

public object ParentExecutionId { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

ResourceOptionsOptional

public object ResourceOptions { get; set; }
  • Type: object

SafetyCheckOptional

public object SafetyCheck { get; set; }
  • Type: object

TagsOptional

public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary

TemplateContentOptional

public object TemplateContent { get; set; }
  • Type: object

TemplateNameOptional

public object TemplateName { get; set; }
  • Type: object

TemplateUrlOptional

public object TemplateUrl { get; set; }
  • Type: object

TemplateVersionOptional

public object TemplateVersion { get; set; }
  • Type: object