struct_instance_attribute.go 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. // InstanceAttribute is a nested struct in yundun_bastionhost response
  17. type InstanceAttribute struct {
  18. RegionId string `json:"RegionId" xml:"RegionId"`
  19. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  20. InstanceStatus string `json:"InstanceStatus" xml:"InstanceStatus"`
  21. VpcId string `json:"VpcId" xml:"VpcId"`
  22. VswitchId string `json:"VswitchId" xml:"VswitchId"`
  23. IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
  24. InternetIp string `json:"InternetIp" xml:"InternetIp"`
  25. IntranetEndpoint string `json:"IntranetEndpoint" xml:"IntranetEndpoint"`
  26. InternetEndpoint string `json:"InternetEndpoint" xml:"InternetEndpoint"`
  27. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  28. EcsStatus string `json:"EcsStatus" xml:"EcsStatus"`
  29. ImageVersionName string `json:"ImageVersionName" xml:"ImageVersionName"`
  30. Renewable bool `json:"Renewable" xml:"Renewable"`
  31. PlanUpgradeable bool `json:"PlanUpgradeable" xml:"PlanUpgradeable"`
  32. PlanUpgradeStatus int `json:"PlanUpgradeStatus" xml:"PlanUpgradeStatus"`
  33. Upgradeable bool `json:"Upgradeable" xml:"Upgradeable"`
  34. UpgradeStatus int `json:"UpgradeStatus" xml:"UpgradeStatus"`
  35. AccessType int `json:"AccessType" xml:"AccessType"`
  36. PublicAccessControl int `json:"PublicAccessControl" xml:"PublicAccessControl"`
  37. PublicNetworkAccess bool `json:"PublicNetworkAccess" xml:"PublicNetworkAccess"`
  38. EniInstanceId string `json:"EniInstanceId" xml:"EniInstanceId"`
  39. StartTime int64 `json:"StartTime" xml:"StartTime"`
  40. ExpireTime int64 `json:"ExpireTime" xml:"ExpireTime"`
  41. Description string `json:"Description" xml:"Description"`
  42. LicenseCode string `json:"LicenseCode" xml:"LicenseCode"`
  43. SeriesCode string `json:"SeriesCode" xml:"SeriesCode"`
  44. PublicWhiteList []string `json:"PublicWhiteList" xml:"PublicWhiteList"`
  45. PrivateWhiteList []string `json:"PrivateWhiteList" xml:"PrivateWhiteList"`
  46. SecurityGroupIds []string `json:"SecurityGroupIds" xml:"SecurityGroupIds"`
  47. ReferredSecurityGroups []string `json:"ReferredSecurityGroups" xml:"ReferredSecurityGroups"`
  48. PublicExportIps []string `json:"PublicExportIps" xml:"PublicExportIps"`
  49. PrivateExportIps []string `json:"PrivateExportIps" xml:"PrivateExportIps"`
  50. Ports []Port `json:"Ports" xml:"Ports"`
  51. }