Skip to content

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.

TypeRequired

Type interface{}
  • Type: interface{}

CommandContentOptional

CommandContent interface{}
  • Type: interface{}

ContentEncodingOptional

ContentEncoding interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EnableParameterOptional

EnableParameter interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeoutOptional

Timeout interface{}
  • Type: interface{}

WorkingDirOptional

WorkingDir interface{}
  • Type: interface{}