RosInstancesProps
Properties for defining a RosInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-lindorm-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Lindorm;
new RosInstancesProps {
object InstanceIds = null,
object QueryStr = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object ServiceType = null,
object SupportEngine = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceIds |
object |
No description. |
QueryStr |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
ServiceType |
object |
No description. |
SupportEngine |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[] |
No description. |
InstanceIdsOptional
public object InstanceIds { get; set; }
- Type: object
QueryStrOptional
public object QueryStr { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
ServiceTypeOptional
public object ServiceType { get; set; }
- Type: object
SupportEngineOptional
public object SupportEngine { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[]