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. |
InstanceIds
Required
InstanceIds interface{}
- Type: interface{}
CommandId
Optional
CommandId interface{}
- Type: interface{}
CommandName
Optional
CommandName interface{}
- Type: interface{}
ContainerId
Optional
ContainerId interface{}
- Type: interface{}
ContainerName
Optional
ContainerName interface{}
- Type: interface{}
Frequency
Optional
Frequency interface{}
- Type: interface{}
Parameters
Optional
Parameters interface{}
- Type: interface{}
RepeatMode
Optional
RepeatMode interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Sync
Optional
Sync interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Timeout
Optional
Timeout interface{}
- Type: interface{}
Username
Optional
Username interface{}
- Type: interface{}
WindowsPasswordName
Optional
WindowsPasswordName interface{}
- Type: interface{}