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. |
Type
Required
public object Type { get; set; }
- Type: object
CommandContent
Optional
public object CommandContent { get; set; }
- Type: object
ContentEncoding
Optional
public object ContentEncoding { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EnableParameter
Optional
public object EnableParameter { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Timeout
Optional
public object Timeout { get; set; }
- Type: object
WorkingDir
Optional
public object WorkingDir { get; set; }
- Type: object