Skip to content

RosParameterProps

Properties for defining a RosParameter.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-parameter

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosParameterProps {
    object Name,
    object Type,
    object Value,
    object Constraints = null,
    object Description = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
Name object No description.
Type object No description.
Value object No description.
Constraints object No description.
Description object No description.
ResourceGroupId object No description.

NameRequired

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

TypeRequired

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

ValueRequired

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

ConstraintsOptional

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

DescriptionOptional

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

ResourceGroupIdOptional

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