Skip to content

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.

InstanceIdsRequired

public object InstanceIds { get; set; }
  • Type: object

CommandIdOptional

public object CommandId { get; set; }
  • Type: object

CommandNameOptional

public object CommandName { get; set; }
  • Type: object

ContainerIdOptional

public object ContainerId { get; set; }
  • Type: object

ContainerNameOptional

public object ContainerName { get; set; }
  • Type: object

FrequencyOptional

public object Frequency { get; set; }
  • Type: object

ParametersOptional

public object Parameters { get; set; }
  • Type: object

RepeatModeOptional

public object RepeatMode { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SyncOptional

public object Sync { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

TimeoutOptional

public object Timeout { get; set; }
  • Type: object

UsernameOptional

public object Username { get; set; }
  • Type: object

WindowsPasswordNameOptional

public object WindowsPasswordName { get; set; }
  • Type: object