| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- package cms
- //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.
- // Resource is a nested struct in cms response
- type Resource struct {
- Name string `json:"Name" xml:"Name"`
- Category string `json:"Category" xml:"Category"`
- Unit string `json:"Unit" xml:"Unit"`
- Desc string `json:"Desc" xml:"Desc"`
- Metric string `json:"Metric" xml:"Metric"`
- BindUrl string `json:"BindUrl" xml:"BindUrl"`
- Dimensions string `json:"Dimensions" xml:"Dimensions"`
- GroupName string `json:"GroupName" xml:"GroupName"`
- BindUrls string `json:"BindUrls" xml:"BindUrls"`
- ServiceId string `json:"ServiceId" xml:"ServiceId"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- AlertTemplatesJson string `json:"AlertTemplatesJson" xml:"AlertTemplatesJson"`
- Project string `json:"Project" xml:"Project"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- AliUid int `json:"AliUid" xml:"AliUid"`
- EventRuleTemplatesJson string `json:"EventRuleTemplatesJson" xml:"EventRuleTemplatesJson"`
- NetworkType string `json:"NetworkType" xml:"NetworkType"`
- Description string `json:"Description" xml:"Description"`
- Periods string `json:"Periods" xml:"Periods"`
- Type string `json:"Type" xml:"Type"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- Dimension string `json:"Dimension" xml:"Dimension"`
- Id int `json:"Id" xml:"Id"`
- GmtCreate int `json:"GmtCreate" xml:"GmtCreate"`
- Namespace string `json:"Namespace" xml:"Namespace"`
- GroupId int `json:"GroupId" xml:"GroupId"`
- GmtModified int `json:"GmtModified" xml:"GmtModified"`
- Labels string `json:"Labels" xml:"Labels"`
- Statistics string `json:"Statistics" xml:"Statistics"`
- RestVersion int `json:"RestVersion" xml:"RestVersion"`
- Vpc Vpc `json:"Vpc" xml:"Vpc"`
- Region Region `json:"Region" xml:"Region"`
- CreateAlertResults CreateAlertResults `json:"CreateAlertResults" xml:"CreateAlertResults"`
- Tags Tags `json:"Tags" xml:"Tags"`
- ContactGroups ContactGroupsInListMyGroups `json:"ContactGroups" xml:"ContactGroups"`
- EventResults []Result `json:"EventResults" xml:"EventResults"`
- AlertResults []ResultInApplyMonitoringTemplate `json:"AlertResults" xml:"AlertResults"`
- ApplyHistories ApplyHistories `json:"ApplyHistories" xml:"ApplyHistories"`
- }
|