From d82a0723ba106558533a2d679fca7c8d1b1e5a99 Mon Sep 17 00:00:00 2001 From: pippo Date: Tue, 9 Oct 2018 16:09:10 +0800 Subject: [PATCH] Add Qps field --- clients/cdb/data_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/cdb/data_types.go b/clients/cdb/data_types.go index 4120864..04ea568 100644 --- a/clients/cdb/data_types.go +++ b/clients/cdb/data_types.go @@ -314,6 +314,7 @@ type InstanceInfo struct { PayType int64 `json:"PayType"` ProjectId int64 `json:"ProjectId"` ProtectMode int64 `json:"ProtectMode"` + Qps int64 `json:"Qps"` Region string `json:"Region"` RoGroups []*RoGroup `json:"RoGroups"` RoVipInfo []*RoVipInfo `json:"RoVipInfo"`