Skip to content

RosCommandProps

Properties for defining a RosCommand.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosCommandProps {
    object Type,
    object CommandContent = null,
    object ContentEncoding = null,
    object Description = null,
    object EnableParameter = null,
    object Name = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object Timeout = null,
    object WorkingDir = null
};

Properties

Name Type Description
Type object No description.
CommandContent object No description.
ContentEncoding object No description.
Description object No description.
EnableParameter object No description.
Name object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.
Timeout object No description.
WorkingDir object No description.

TypeRequired

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

CommandContentOptional

public object CommandContent { 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

NameOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TimeoutOptional

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

WorkingDirOptional

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