struct_cluster_node_info.go 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. // ClusterNodeInfo is a nested struct in retailcloud response
  17. type ClusterNodeInfo struct {
  18. BusinessCode string `json:"BusinessCode" xml:"BusinessCode"`
  19. EcsLocalStorageCapacity string `json:"EcsLocalStorageCapacity" xml:"EcsLocalStorageCapacity"`
  20. EcsOsType string `json:"EcsOsType" xml:"EcsOsType"`
  21. InternetMaxBandwidthIn string `json:"InternetMaxBandwidthIn" xml:"InternetMaxBandwidthIn"`
  22. EcsConfiguration string `json:"EcsConfiguration" xml:"EcsConfiguration"`
  23. OSName string `json:"OSName" xml:"OSName"`
  24. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  25. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  26. EcsCpu string `json:"EcsCpu" xml:"EcsCpu"`
  27. RegionId string `json:"RegionId" xml:"RegionId"`
  28. InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
  29. EcsExpiredTime string `json:"EcsExpiredTime" xml:"EcsExpiredTime"`
  30. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  31. EcsZone string `json:"EcsZone" xml:"EcsZone"`
  32. EcsMemory string `json:"EcsMemory" xml:"EcsMemory"`
  33. InternetMaxBandwidthOut string `json:"InternetMaxBandwidthOut" xml:"InternetMaxBandwidthOut"`
  34. EcsEip string `json:"EcsEip" xml:"EcsEip"`
  35. VpcId string `json:"VpcId" xml:"VpcId"`
  36. EcsPublicIp string `json:"EcsPublicIp" xml:"EcsPublicIp"`
  37. EcsPrivateIp string `json:"EcsPrivateIp" xml:"EcsPrivateIp"`
  38. }