RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosInstanceProps {
object InstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object