Skip to content

RosRunCommandProps

Properties for defining a RosRunCommand.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosRunCommandProps {
    CommandContent: interface{},
    InstanceIds: interface{},
    Type: interface{},
    ContainerId: interface{},
    ContainerName: interface{},
    ContentEncoding: interface{},
    Description: interface{},
    EnableParameter: interface{},
    Frequency: interface{},
    KeepCommand: interface{},
    Name: interface{},
    Parameters: interface{},
    RepeatMode: interface{},
    ResourceGroupId: interface{},
    RunAgainOn: interface{},
    Sync: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosRunCommand.TagsProperty,
    Timeout: interface{},
    Username: interface{},
    WindowsPasswordName: interface{},
    WorkingDir: interface{},
}

Properties

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

CommandContentRequired

CommandContent interface{}
  • Type: interface{}

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

ContainerIdOptional

ContainerId interface{}
  • Type: interface{}

ContainerNameOptional

ContainerName interface{}
  • Type: interface{}

ContentEncodingOptional

ContentEncoding interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EnableParameterOptional

EnableParameter interface{}
  • Type: interface{}

FrequencyOptional

Frequency interface{}
  • Type: interface{}

KeepCommandOptional

KeepCommand interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

RepeatModeOptional

RepeatMode interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RunAgainOnOptional

RunAgainOn interface{}
  • Type: interface{}

SyncOptional

Sync interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeoutOptional

Timeout interface{}
  • Type: interface{}

UsernameOptional

Username interface{}
  • Type: interface{}

WindowsPasswordNameOptional

WindowsPasswordName interface{}
  • Type: interface{}

WorkingDirOptional

WorkingDir interface{}
  • Type: interface{}