Skip to content

RosRunCommandProps

Properties for defining a RosRunCommand.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-runcommand

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosRunCommandProps {
    object CommandContent,
    object InstanceIds,
    object Type,
    object ContainerId = null,
    object ContainerName = null,
    object ContentEncoding = null,
    object Description = null,
    object EnableParameter = null,
    object Frequency = null,
    object KeepCommand = null,
    object Name = null,
    object Parameters = null,
    object RepeatMode = null,
    object ResourceGroupId = null,
    object RunAgainOn = null,
    object Sync = null,
    TagsProperty[] Tags = null,
    object Timeout = null,
    object Username = null,
    object WindowsPasswordName = null,
    object WorkingDir = null
};

Properties

Name Type Description
CommandContent object No description.
InstanceIds object No description.
Type object No description.
ContainerId object No description.
ContainerName object No description.
ContentEncoding object No description.
Description object No description.
EnableParameter object No description.
Frequency object No description.
KeepCommand object No description.
Name object No description.
Parameters object No description.
RepeatMode object No description.
ResourceGroupId object No description.
RunAgainOn object No description.
Sync object No description.
Tags TagsProperty[] No description.
Timeout object No description.
Username object No description.
WindowsPasswordName object No description.
WorkingDir object No description.

CommandContentRequired

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

InstanceIdsRequired

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

TypeRequired

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

ContainerIdOptional

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

ContainerNameOptional

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

ContentEncodingOptional

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

DescriptionOptional

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

EnableParameterOptional

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

FrequencyOptional

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

KeepCommandOptional

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

NameOptional

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

ParametersOptional

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

RepeatModeOptional

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

ResourceGroupIdOptional

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

RunAgainOnOptional

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

SyncOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TimeoutOptional

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

UsernameOptional

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

WindowsPasswordNameOptional

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

WorkingDirOptional

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