InstancesProps
Properties for defining a Instances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-lindorm-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Lindorm;
new InstancesProps {
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 |
Property instanceIds: The list of the instance id. |
QueryStr |
object |
Property queryStr: Instance name keyword, which can be used for fuzzy search. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The resource group id of lindorm instance. |
ServiceType |
object |
Property serviceType: The type of lindorm instance. |
SupportEngine |
object |
Property supportEngine: Database engine types supported by the queried instance. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[] |
Property tags: Tags of lindorm instance. |
InstanceIds
Optional
public object InstanceIds { get; set; }
- Type: object
Property instanceIds: The list of the instance id.
QueryStr
Optional
public object QueryStr { get; set; }
- Type: object
Property queryStr: Instance name keyword, which can be used for fuzzy search.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The resource group id of lindorm instance.
ServiceType
Optional
public object ServiceType { get; set; }
- Type: object
Property serviceType: The type of lindorm instance.
SupportEngine
Optional
public object SupportEngine { get; set; }
- Type: object
Property supportEngine: Database engine types supported by the queried instance.
1: Support search engines. 2: Support timing engine. 4: Support wide table engine. 8: Support file engine. Note For example: the value of SupportEngine is 15, 15=8+4+2+1, which means that the instance supports search engine, timing engine, wide table engine and file engine. The value of SupportEngine is 6, 6=4+2, indicating that the instance supports timing engine and wide table engine.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[]
Property tags: Tags of lindorm instance.