Skip to content

InstanceProps

Properties for defining a Instance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-searchengine-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksearchengine"
&alicloudroscdksearchengine.InstanceProps {
    ChargeType: interface{},
    Password: interface{},
    QrsNum: interface{},
    QrsSpec: interface{},
    SearcherDocSize: interface{},
    SearcherNum: interface{},
    SearcherSpec: interface{},
    UserName: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
ChargeType interface{} Property chargeType: The billing method.
Password interface{} Property password: The password of instance.
QrsNum interface{} Property qrsNum: The number of query nodes.
QrsSpec interface{} Property qrsSpec: The specification of query nodes.
SearcherDocSize interface{} Property searcherDocSize: The storage size of single data node.
SearcherNum interface{} Property searcherNum: The number of data nodes.
SearcherSpec interface{} Property searcherSpec: The specification of data nodes.
UserName interface{} Property userName: The user name of instance.
VpcId interface{} Property vpcId: The ID of VPC.
VSwitchId interface{} Property vSwitchId: The ID of vSwitch.

ChargeTypeRequired

ChargeType interface{}
  • Type: interface{}

Property chargeType: The billing method.

Valid values: POSTPAY. POSTPAY: pay-as-you-go.


PasswordRequired

Password interface{}
  • Type: interface{}

Property password: The password of instance.

It consists of lowercase letters and numbers, and the length is 6-8 characters.


QrsNumRequired

QrsNum interface{}
  • Type: interface{}

Property qrsNum: The number of query nodes.


QrsSpecRequired

QrsSpec interface{}
  • Type: interface{}

Property qrsSpec: The specification of query nodes.


SearcherDocSizeRequired

SearcherDocSize interface{}
  • Type: interface{}

Property searcherDocSize: The storage size of single data node.


SearcherNumRequired

SearcherNum interface{}
  • Type: interface{}

Property searcherNum: The number of data nodes.


SearcherSpecRequired

SearcherSpec interface{}
  • Type: interface{}

Property searcherSpec: The specification of data nodes.


UserNameRequired

UserName interface{}
  • Type: interface{}

Property userName: The user name of instance.

Begin with a letter, support upper and lower case letters, numbers, underscores, length 1-30 characters.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The ID of VPC.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The ID of vSwitch.