Skip to content

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.

InstanceIdsOptional

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

Property instanceIds: The list of the instance id.


QueryStrOptional

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

Property queryStr: Instance name keyword, which can be used for fuzzy search.


RefreshOptionsOptional

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.

ResourceGroupIdOptional

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

Property resourceGroupId: The resource group id of lindorm instance.


ServiceTypeOptional

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

Property serviceType: The type of lindorm instance.


SupportEngineOptional

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.


TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Lindorm.datasource.RosInstances.TagsProperty[]

Property tags: Tags of lindorm instance.