github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses2/allowed_search_engine_cluster_info.go (about) 1 /* 2 * api 3 * 4 * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v2) 5 * 6 * API version: 1.0.0 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package vses2 11 12 type AllowedSearchEngineClusterInfo struct { 13 ClusterName *string `json:"clusterName,omitempty"` 14 ClusterStatus *string `json:"clusterStatus"` 15 CreateDate *string `json:"createDate,omitempty"` 16 DataNodeAccessControlGroupName *string `json:"dataNodeAccessControlGroupName,omitempty"` 17 DataNodeAccessControlGroupSequence *int32 `json:"dataNodeAccessControlGroupSequence,omitempty"` 18 DataNodeCount *int32 `json:"dataNodeCount,omitempty"` 19 DataNodeProductName *string `json:"dataNodeProductName,omitempty"` 20 DataNodeSubnetName *string `json:"dataNodeSubnetName,omitempty"` 21 DataNodeSubnetNo *int32 `json:"dataNodeSubnetNo,omitempty"` 22 DataNodeType *string `json:"dataNodeType,omitempty"` 23 DataStorageVolumeSize *int64 `json:"dataStorageVolumeSize,omitempty"` 24 IsDualManager *bool `json:"isDualManager,omitempty"` 25 IsMasterOnlyNodeActivated *bool `json:"isMasterOnlyNodeActivated,omitempty"` 26 IsPluginInstalled *bool `json:"isPluginInstalled,omitempty"` 27 LoginKeyName *string `json:"loginKeyName,omitempty"` 28 ManagerNodeAccessControlGroupName *string `json:"managerNodeAccessControlGroupName,omitempty"` 29 ManagerNodeAccessControlGroupSequence *int `json:"managerNodeAccessControlGroupSequence,omitempty"` 30 ManagerNodeCount *int `json:"managerNodeCount,omitempty"` 31 ManagerNodeSubnetName *string `json:"managerNodeSubnetName,omitempty"` 32 ManagerNodeSubnetNo *int `json:"managerNodeSubnetNo,omitempty"` 33 ManagerNodeType *string `json:"managerNodeType,omitempty"` 34 MasterNodeAccessControlGroupName *string `json:"masterNodeAccessControlGroupName,omitempty"` 35 MasterNodeAccessControlGroupSequence *int `json:"masterNodeAccessControlGroupSequence,omitempty"` 36 MasterNodeCount *int `json:"masterNodeCount,omitempty"` 37 MasterNodeProductName *string `json:"masterNodeProductName,omitempty"` 38 MasterNodeSubnetName string `json:"masterNodeSubnetName,omitempty"` 39 MasterNodeSubnetNo *int `json:"masterNodeSubnetNo,omitempty"` 40 MasterNodeType *string `json:"masterNodeType,omitempty"` 41 MemberNo *string `json:"memberNo,omitempty"` 42 SearchEngineDashboardPort *string `json:"searchEngineDashboardPort,omitempty"` 43 SearchEnginePort *string `json:"searchEnginePort,omitempty"` 44 SearchEngineStatus *string `json:"searchEngineStatus"` 45 SearchEngineUserName *string `json:"searchEngineUserName,omitempty"` 46 SearchEngineVersion *string `json:"searchEngineVersion,omitempty"` 47 ServiceGroupInstanceNo *string `json:"serviceGroupInstanceNo,omitempty"` 48 SoftwareProductName *string `json:"softwareProductName,omitempty"` 49 VpcName *string `json:"vpcName,omitempty"` 50 VpcNo *int32 `json:"vpcNo,omitempty"` 51 }