Skip to content

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.

InstanceNameOptional

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

RefreshOptionsOptional

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

StatusOptional

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