Skip to content

InstancesProps

Properties for defining a Instances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-lindorm-instances

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdklindorm/datasource"
&datasource.InstancesProps {
    InstanceIds: interface{},
    QueryStr: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    ServiceType: interface{},
    SupportEngine: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdklindorm.datasource.RosInstances.TagsProperty,
}

Properties

Name Type Description
InstanceIds interface{} Property instanceIds: The list of the instance id.
QueryStr interface{} Property queryStr: Instance name keyword, which can be used for fuzzy search.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId interface{} Property resourceGroupId: The resource group id of lindorm instance.
ServiceType interface{} Property serviceType: The type of lindorm instance.
SupportEngine interface{} Property supportEngine: Database engine types supported by the queried instance.
Tags *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdklindorm.datasource.RosInstances.TagsProperty Property tags: Tags of lindorm instance.

InstanceIdsOptional

InstanceIds interface{}
  • Type: interface{}

Property instanceIds: The list of the instance id.


QueryStrOptional

QueryStr interface{}
  • Type: interface{}

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


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The resource group id of lindorm instance.


ServiceTypeOptional

ServiceType interface{}
  • Type: interface{}

Property serviceType: The type of lindorm instance.


SupportEngineOptional

SupportEngine interface{}
  • Type: interface{}

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

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdklindorm.datasource.RosInstances.TagsProperty

Property tags: Tags of lindorm instance.