RosCommandProps
Properties for defining a RosCommand
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-command
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosCommandProps {
Type: interface{},
CommandContent: interface{},
ContentEncoding: interface{},
Description: interface{},
EnableParameter: interface{},
Name: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosCommand.TagsProperty,
Timeout: interface{},
WorkingDir: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Type |
interface{} |
No description. |
CommandContent |
interface{} |
No description. |
ContentEncoding |
interface{} |
No description. |
Description |
interface{} |
No description. |
EnableParameter |
interface{} |
No description. |
Name |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
Timeout |
interface{} |
No description. |
WorkingDir |
interface{} |
No description. |
Type
Required
Type interface{}
- Type: interface{}
CommandContent
Optional
CommandContent interface{}
- Type: interface{}
ContentEncoding
Optional
ContentEncoding interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
EnableParameter
Optional
EnableParameter interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Timeout
Optional
Timeout interface{}
- Type: interface{}
WorkingDir
Optional
WorkingDir interface{}
- Type: interface{}