struct_instance_info.go 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. package yundun_bastionhost
  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. // InstanceInfo is a nested struct in yundun_bastionhost response
  17. type InstanceInfo struct {
  18. EcsNetworkType string `json:"EcsNetworkType" xml:"EcsNetworkType"`
  19. RegionName string `json:"RegionName" xml:"RegionName"`
  20. PlanName string `json:"PlanName" xml:"PlanName"`
  21. PlanUpgradeable string `json:"PlanUpgradeable" xml:"PlanUpgradeable"`
  22. ProductName string `json:"ProductName" xml:"ProductName"`
  23. RegionNo string `json:"RegionNo" xml:"RegionNo"`
  24. VendorCode string `json:"VendorCode" xml:"VendorCode"`
  25. AccessType int `json:"AccessType" xml:"AccessType"`
  26. UpgradeStatus int `json:"UpgradeStatus" xml:"UpgradeStatus"`
  27. VswitchId string `json:"VswitchId" xml:"VswitchId"`
  28. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  29. EcsStatus string `json:"EcsStatus" xml:"EcsStatus"`
  30. StartTime int64 `json:"StartTime" xml:"StartTime"`
  31. Aliuid int64 `json:"Aliuid" xml:"Aliuid"`
  32. EcsInternetIp string `json:"EcsInternetIp" xml:"EcsInternetIp"`
  33. CustomName string `json:"CustomName" xml:"CustomName"`
  34. PlanUpgradeStatus int `json:"PlanUpgradeStatus" xml:"PlanUpgradeStatus"`
  35. PlanCode string `json:"PlanCode" xml:"PlanCode"`
  36. EcsUuid string `json:"EcsUuid" xml:"EcsUuid"`
  37. PublicAccessControl int `json:"PublicAccessControl" xml:"PublicAccessControl"`
  38. EcsInstanceId string `json:"EcsInstanceId" xml:"EcsInstanceId"`
  39. ExpireTime int64 `json:"ExpireTime" xml:"ExpireTime"`
  40. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  41. ZoneNo string `json:"ZoneNo" xml:"ZoneNo"`
  42. EcsEip string `json:"EcsEip" xml:"EcsEip"`
  43. Renewable bool `json:"Renewable" xml:"Renewable"`
  44. EcsIntranetIp string `json:"EcsIntranetIp" xml:"EcsIntranetIp"`
  45. ImageVersionName string `json:"ImageVersionName" xml:"ImageVersionName"`
  46. Status int `json:"Status" xml:"Status"`
  47. }