| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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 int `json:"CredentialGroup" xml:"CredentialGroup"`
- CsbAccountId string `json:"CsbAccountId" xml:"CsbAccountId"`
- CsbId int `json:"CsbId" xml:"CsbId"`
- DbStatus int `json:"DbStatus" xml:"DbStatus"`
- Description string `json:"Description" xml:"Description"`
- FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
- GmtCreate int `json:"GmtCreate" xml:"GmtCreate"`
- GmtModified int `json:"GmtModified" xml:"GmtModified"`
- Id int `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 int `json:"SentinelCtrl" xml:"SentinelCtrl"`
- SentinelGridInterval int `json:"SentinelGridInterval" xml:"SentinelGridInterval"`
- SentinelQps int `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"`
- }
|