RosInvocationProps
Properties for defining a RosInvocation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-invocation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosInvocationProps {
object InstanceIds,
object CommandId = null,
object CommandName = null,
object ContainerId = null,
object ContainerName = null,
object Frequency = null,
object Parameters = null,
object RepeatMode = null,
object ResourceGroupId = null,
object Sync = null,
TagsProperty[] Tags = null,
object Timeout = null,
object Username = null,
object WindowsPasswordName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceIds |
object |
No description. |
CommandId |
object |
No description. |
CommandName |
object |
No description. |
ContainerId |
object |
No description. |
ContainerName |
object |
No description. |
Frequency |
object |
No description. |
Parameters |
object |
No description. |
RepeatMode |
object |
No description. |
ResourceGroupId |
object |
No description. |
Sync |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Timeout |
object |
No description. |
Username |
object |
No description. |
WindowsPasswordName |
object |
No description. |
InstanceIds
Required
public object InstanceIds { get; set; }
- Type: object
CommandId
Optional
public object CommandId { get; set; }
- Type: object
CommandName
Optional
public object CommandName { get; set; }
- Type: object
ContainerId
Optional
public object ContainerId { get; set; }
- Type: object
ContainerName
Optional
public object ContainerName { get; set; }
- Type: object
Frequency
Optional
public object Frequency { get; set; }
- Type: object
Parameters
Optional
public object Parameters { get; set; }
- Type: object
RepeatMode
Optional
public object RepeatMode { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Sync
Optional
public object Sync { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Timeout
Optional
public object Timeout { get; set; }
- Type: object
Username
Optional
public object Username { get; set; }
- Type: object
WindowsPasswordName
Optional
public object WindowsPasswordName { get; set; }
- Type: object