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. |
Name
Required
public object Name { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object
Constraints
Optional
public object Constraints { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object