Documentation ¶
Index ¶
Constants ¶
View Source
const ( IdcId = "bcs_idc_id" IdcName = "bcs_idc_name" IdcUnitId = "bcs_idc_unit_id" IdcUnitName = "bcs_idc_unit_name" Rack = "bcs_rack" SvrTypeName = "bcs_svr_type_name" CvmRegion = "bcs_cvm_region" CvmZone = "bcs_cvm_zone" LabelOfIdcId = "bkbcs.tencent.com/idc-id" LabelOfIdcName = "bkbcs.tencent.com/idc-name" LabelOfIdcUnitId = "bkbcs.tencent.com/idc-unit-id" LabelOfIdcUnitName = "bkbcs.tencent.com/idc-unit-name" LabelOfRack = "bkbcs.tencent.com/rack" LabelOfSvrTypeName = "bkbcs.tencent.com/svr-type-name" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIResponse ¶
type NodeInfo ¶
type NodeInfo struct { *Properties CvmRegion string CvmZone string }
type Properties ¶
type PropertyFilter ¶
type RespData ¶
type RespData struct { Count int `json:"count"` Info []Properties `json:"info"` }
Click to show internal directories.
Click to hide internal directories.