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. |
ChargeType
Required
ChargeType interface{}
- Type: interface{}
Property chargeType: The billing method.
Valid values: POSTPAY. POSTPAY: pay-as-you-go.
Password
Required
Password interface{}
- Type: interface{}
Property password: The password of instance.
It consists of lowercase letters and numbers, and the length is 6-8 characters.
QrsNum
Required
QrsNum interface{}
- Type: interface{}
Property qrsNum: The number of query nodes.
QrsSpec
Required
QrsSpec interface{}
- Type: interface{}
Property qrsSpec: The specification of query nodes.
SearcherDocSize
Required
SearcherDocSize interface{}
- Type: interface{}
Property searcherDocSize: The storage size of single data node.
SearcherNum
Required
SearcherNum interface{}
- Type: interface{}
Property searcherNum: The number of data nodes.
SearcherSpec
Required
SearcherSpec interface{}
- Type: interface{}
Property searcherSpec: The specification of data nodes.
UserName
Required
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.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of VPC.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of vSwitch.