RosInstancesProps
Properties for defining a RosInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ots-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new RosInstancesProps {
object InstanceName = null,
object RefreshOptions = null,
object Status = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceName |
object |
No description. |
RefreshOptions |
object |
No description. |
Status |
object |
No description. |
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object