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. |
InstanceIds
Optional
public object InstanceIds { get; set; }
- Type: object
QueryStr
Optional
public object QueryStr { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
ServiceType
Optional
public object ServiceType { get; set; }
- Type: object
SupportEngine
Optional
public object SupportEngine { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[]