struct_result.go 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. package retailcloud
  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. // Result is a nested struct in retailcloud response
  17. type Result struct {
  18. Nonsense int `json:"Nonsense" xml:"Nonsense"`
  19. BusinessCode string `json:"BusinessCode" xml:"BusinessCode"`
  20. Headless bool `json:"Headless" xml:"Headless"`
  21. AppEnvId int64 `json:"AppEnvId" xml:"AppEnvId"`
  22. StickySession int `json:"StickySession" xml:"StickySession"`
  23. SlbAPId int64 `json:"SlbAPId" xml:"SlbAPId"`
  24. LabelValue string `json:"LabelValue" xml:"LabelValue"`
  25. EnvType int `json:"EnvType" xml:"EnvType"`
  26. ListenerPort int `json:"ListenerPort" xml:"ListenerPort"`
  27. ServiceType string `json:"ServiceType" xml:"ServiceType"`
  28. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  29. SchemaId int64 `json:"SchemaId" xml:"SchemaId"`
  30. RealServerPort int `json:"RealServerPort" xml:"RealServerPort"`
  31. Id int64 `json:"Id" xml:"Id"`
  32. DeployOrderId int64 `json:"DeployOrderId" xml:"DeployOrderId"`
  33. TotalBackupSize int64 `json:"TotalBackupSize" xml:"TotalBackupSize"`
  34. Success bool `json:"Success" xml:"Success"`
  35. Admitted bool `json:"Admitted" xml:"Admitted"`
  36. ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
  37. EnvTypeName string `json:"EnvTypeName" xml:"EnvTypeName"`
  38. SlbId string `json:"SlbId" xml:"SlbId"`
  39. Name string `json:"Name" xml:"Name"`
  40. Region string `json:"Region" xml:"Region"`
  41. BizTitle string `json:"BizTitle" xml:"BizTitle"`
  42. ResourceDef string `json:"ResourceDef" xml:"ResourceDef"`
  43. Title string `json:"Title" xml:"Title"`
  44. EnvId int64 `json:"EnvId" xml:"EnvId"`
  45. BizName string `json:"BizName" xml:"BizName"`
  46. Language string `json:"Language" xml:"Language"`
  47. LabelKey string `json:"LabelKey" xml:"LabelKey"`
  48. DeployType string `json:"DeployType" xml:"DeployType"`
  49. AppId int64 `json:"AppId" xml:"AppId"`
  50. CookieTimeout int `json:"CookieTimeout" xml:"CookieTimeout"`
  51. Replicas int `json:"Replicas" xml:"Replicas"`
  52. SslCertId string `json:"SslCertId" xml:"SslCertId"`
  53. K8sServiceId string `json:"K8sServiceId" xml:"K8sServiceId"`
  54. PersistentVolumeId int64 `json:"PersistentVolumeId" xml:"PersistentVolumeId"`
  55. TotalRecordCount string `json:"TotalRecordCount" xml:"TotalRecordCount"`
  56. Description string `json:"Description" xml:"Description"`
  57. DeployOrderName string `json:"DeployOrderName" xml:"DeployOrderName"`
  58. PageNumber string `json:"PageNumber" xml:"PageNumber"`
  59. EstablishedTimeout int `json:"EstablishedTimeout" xml:"EstablishedTimeout"`
  60. Protocol string `json:"Protocol" xml:"Protocol"`
  61. EnvName string `json:"EnvName" xml:"EnvName"`
  62. AppSchemaId int64 `json:"AppSchemaId" xml:"AppSchemaId"`
  63. NetworkMode string `json:"NetworkMode" xml:"NetworkMode"`
  64. RequestId string `json:"RequestId" xml:"RequestId"`
  65. OperatingSystem string `json:"OperatingSystem" xml:"OperatingSystem"`
  66. ClusterInstanceId string `json:"ClusterInstanceId" xml:"ClusterInstanceId"`
  67. SlbIp string `json:"SlbIp" xml:"SlbIp"`
  68. PageRecordCount string `json:"PageRecordCount" xml:"PageRecordCount"`
  69. NodeWorkLoadList []string `json:"NodeWorkLoadList" xml:"NodeWorkLoadList"`
  70. InstanceInfo InstanceInfo `json:"InstanceInfo" xml:"InstanceInfo"`
  71. WorkLoad WorkLoad `json:"WorkLoad" xml:"WorkLoad"`
  72. BasicInfo BasicInfo `json:"BasicInfo" xml:"BasicInfo"`
  73. NetInfo NetInfo `json:"NetInfo" xml:"NetInfo"`
  74. PodEvents []PodEvent `json:"PodEvents" xml:"PodEvents"`
  75. PortMappings []ServicePortMapping `json:"PortMappings" xml:"PortMappings"`
  76. Accounts []AccountsItem `json:"Accounts" xml:"Accounts"`
  77. DeployStepList []DeployLogStepRC `json:"DeployStepList" xml:"DeployStepList"`
  78. Items []Backup `json:"Items" xml:"Items"`
  79. Databases []DatabasesItem `json:"Databases" xml:"Databases"`
  80. }