Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksearchengine"
&alicloudroscdksearchengine.RosInstanceProps {
    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{} No description.
Password interface{} No description.
QrsNum interface{} No description.
QrsSpec interface{} No description.
SearcherDocSize interface{} No description.
SearcherNum interface{} No description.
SearcherSpec interface{} No description.
UserName interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.

ChargeTypeRequired

ChargeType interface{}
  • Type: interface{}

PasswordRequired

Password interface{}
  • Type: interface{}

QrsNumRequired

QrsNum interface{}
  • Type: interface{}

QrsSpecRequired

QrsSpec interface{}
  • Type: interface{}

SearcherDocSizeRequired

SearcherDocSize interface{}
  • Type: interface{}

SearcherNumRequired

SearcherNum interface{}
  • Type: interface{}

SearcherSpecRequired

SearcherSpec interface{}
  • Type: interface{}

UserNameRequired

UserName interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}