struct_deploy_order_instance.go 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. // DeployOrderInstance is a nested struct in retailcloud response
  17. type DeployOrderInstance struct {
  18. AppInstanceType string `json:"AppInstanceType" xml:"AppInstanceType"`
  19. CurrentPartitionNum int `json:"CurrentPartitionNum" xml:"CurrentPartitionNum"`
  20. DeployOrderId int64 `json:"DeployOrderId" xml:"DeployOrderId"`
  21. DeployPauseType string `json:"DeployPauseType" xml:"DeployPauseType"`
  22. DeployPauseTypeName string `json:"DeployPauseTypeName" xml:"DeployPauseTypeName"`
  23. DeployType string `json:"DeployType" xml:"DeployType"`
  24. DeployTypeName string `json:"DeployTypeName" xml:"DeployTypeName"`
  25. Description string `json:"Description" xml:"Description"`
  26. ElapsedTime int `json:"ElapsedTime" xml:"ElapsedTime"`
  27. EndTime string `json:"EndTime" xml:"EndTime"`
  28. EnvId int64 `json:"EnvId" xml:"EnvId"`
  29. EnvType string `json:"EnvType" xml:"EnvType"`
  30. FailureRate string `json:"FailureRate" xml:"FailureRate"`
  31. FinishAppInstanceCt int `json:"FinishAppInstanceCt" xml:"FinishAppInstanceCt"`
  32. Name string `json:"Name" xml:"Name"`
  33. PartitionType string `json:"PartitionType" xml:"PartitionType"`
  34. PartitionTypeName string `json:"PartitionTypeName" xml:"PartitionTypeName"`
  35. Result int `json:"Result" xml:"Result"`
  36. ResultName string `json:"ResultName" xml:"ResultName"`
  37. SchemaId int64 `json:"SchemaId" xml:"SchemaId"`
  38. StartTime string `json:"StartTime" xml:"StartTime"`
  39. Status int `json:"Status" xml:"Status"`
  40. StatusName string `json:"StatusName" xml:"StatusName"`
  41. TotalAppInstanceCt int `json:"TotalAppInstanceCt" xml:"TotalAppInstanceCt"`
  42. TotalPartitions int `json:"TotalPartitions" xml:"TotalPartitions"`
  43. UserId string `json:"UserId" xml:"UserId"`
  44. UserNick string `json:"UserNick" xml:"UserNick"`
  45. }