struct_data.go 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. package edas
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Data is a nested struct in edas response
  17. type Data struct {
  18. PackageType string `json:"PackageType" xml:"PackageType"`
  19. ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
  20. WebContainer string `json:"WebContainer" xml:"WebContainer"`
  21. CommandArgs string `json:"CommandArgs" xml:"CommandArgs"`
  22. MinReadyInstances int `json:"MinReadyInstances" xml:"MinReadyInstances"`
  23. PackageVersion string `json:"PackageVersion" xml:"PackageVersion"`
  24. AppDescription string `json:"AppDescription" xml:"AppDescription"`
  25. Replicas int `json:"Replicas" xml:"Replicas"`
  26. SlbPort int `json:"SlbPort" xml:"SlbPort"`
  27. ImageUrl string `json:"ImageUrl" xml:"ImageUrl"`
  28. VpcId string `json:"VpcId" xml:"VpcId"`
  29. CustomHostAlias string `json:"CustomHostAlias" xml:"CustomHostAlias"`
  30. BatchWaitTime int `json:"BatchWaitTime" xml:"BatchWaitTime"`
  31. ExtSlbIp string `json:"ExtSlbIp" xml:"ExtSlbIp"`
  32. Memory int `json:"Memory" xml:"Memory"`
  33. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  34. JarStartArgs string `json:"JarStartArgs" xml:"JarStartArgs"`
  35. ExtSlbId string `json:"ExtSlbId" xml:"ExtSlbId"`
  36. Liveness string `json:"Liveness" xml:"Liveness"`
  37. Jdk string `json:"Jdk" xml:"Jdk"`
  38. ExtSlbName string `json:"ExtSlbName" xml:"ExtSlbName"`
  39. SlbName string `json:"SlbName" xml:"SlbName"`
  40. Readiness string `json:"Readiness" xml:"Readiness"`
  41. Command string `json:"Command" xml:"Command"`
  42. VServerGroupId string `json:"VServerGroupId" xml:"VServerGroupId"`
  43. AppId string `json:"AppId" xml:"AppId"`
  44. ExtVServerGroupId string `json:"ExtVServerGroupId" xml:"ExtVServerGroupId"`
  45. JarStartOptions string `json:"JarStartOptions" xml:"JarStartOptions"`
  46. NamespaceId string `json:"NamespaceId" xml:"NamespaceId"`
  47. Envs string `json:"Envs" xml:"Envs"`
  48. Cpu int `json:"Cpu" xml:"Cpu"`
  49. SlbId string `json:"SlbId" xml:"SlbId"`
  50. AppName string `json:"AppName" xml:"AppName"`
  51. PackageUrl string `json:"PackageUrl" xml:"PackageUrl"`
  52. SlbIp string `json:"SlbIp" xml:"SlbIp"`
  53. }