Skip to content

RosPipelineProps

Properties for defining a RosPipeline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mps-pipeline

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mps;
new RosPipelineProps {
    object Name,
    object NotifyConfig = null,
    object Role = null,
    object Speed = null,
    object SpeedLevel = null,
    object State = null
};

Properties

Name Type Description
Name object No description.
NotifyConfig object No description.
Role object No description.
Speed object No description.
SpeedLevel object No description.
State object No description.

NameRequired

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

NotifyConfigOptional

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

RoleOptional

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

SpeedOptional

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

SpeedLevelOptional

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

StateOptional

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