struct_result.go 6.0 KB

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