-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_instance.go
55 lines (53 loc) · 3 KB
/
struct_instance.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
package csb
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Instance is a nested struct in csb response
type Instance struct {
ApprLevel int `json:"ApprLevel" xml:"ApprLevel"`
ApprUser1 string `json:"ApprUser1" xml:"ApprUser1"`
ApprUser2 string `json:"ApprUser2" xml:"ApprUser2"`
BrokerVpcId string `json:"BrokerVpcId" xml:"BrokerVpcId"`
BrokerVpcName string `json:"BrokerVpcName" xml:"BrokerVpcName"`
ClientVpcId string `json:"ClientVpcId" xml:"ClientVpcId"`
ClientVpcName string `json:"ClientVpcName" xml:"ClientVpcName"`
ClusterMembers int `json:"ClusterMembers" xml:"ClusterMembers"`
CredentialGroup int64 `json:"CredentialGroup" xml:"CredentialGroup"`
CsbAccountId string `json:"CsbAccountId" xml:"CsbAccountId"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
DbStatus int `json:"DbStatus" xml:"DbStatus"`
Description string `json:"Description" xml:"Description"`
FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
InstanceCategory int `json:"InstanceCategory" xml:"InstanceCategory"`
InstanceType int `json:"InstanceType" xml:"InstanceType"`
IpList string `json:"IpList" xml:"IpList"`
IsImported bool `json:"IsImported" xml:"IsImported"`
IsPublic bool `json:"IsPublic" xml:"IsPublic"`
Name string `json:"Name" xml:"Name"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
SentinelCtlStr string `json:"SentinelCtlStr" xml:"SentinelCtlStr"`
SentinelCtrl int64 `json:"SentinelCtrl" xml:"SentinelCtrl"`
SentinelGridInterval int `json:"SentinelGridInterval" xml:"SentinelGridInterval"`
SentinelQps int64 `json:"SentinelQps" xml:"SentinelQps"`
Status string `json:"Status" xml:"Status"`
StatusCode int `json:"StatusCode" xml:"StatusCode"`
TenantId string `json:"TenantId" xml:"TenantId"`
Testable bool `json:"Testable" xml:"Testable"`
UserId string `json:"UserId" xml:"UserId"`
Visible bool `json:"Visible" xml:"Visible"`
VpcName string `json:"VpcName" xml:"VpcName"`
}