Skip to content

RosInvocationProps

Properties for defining a RosInvocation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosInvocationProps {
    InstanceIds: interface{},
    CommandId: interface{},
    CommandName: interface{},
    ContainerId: interface{},
    ContainerName: interface{},
    Frequency: interface{},
    Parameters: interface{},
    RepeatMode: interface{},
    ResourceGroupId: interface{},
    Sync: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosInvocation.TagsProperty,
    Timeout: interface{},
    Username: interface{},
    WindowsPasswordName: interface{},
}

Properties

Name Type Description
InstanceIds interface{} No description.
CommandId interface{} No description.
CommandName interface{} No description.
ContainerId interface{} No description.
ContainerName interface{} No description.
Frequency interface{} No description.
Parameters interface{} No description.
RepeatMode interface{} No description.
ResourceGroupId interface{} No description.
Sync interface{} No description.
Tags *[]TagsProperty No description.
Timeout interface{} No description.
Username interface{} No description.
WindowsPasswordName interface{} No description.

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

CommandIdOptional

CommandId interface{}
  • Type: interface{}

CommandNameOptional

CommandName interface{}
  • Type: interface{}

ContainerIdOptional

ContainerId interface{}
  • Type: interface{}

ContainerNameOptional

ContainerName interface{}
  • Type: interface{}

FrequencyOptional

Frequency interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

RepeatModeOptional

RepeatMode interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId 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{}