struct_cluster_info.go 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. package ehpc
  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. type ClusterInfo struct {
  17. Id string `json:"Id" xml:"Id"`
  18. RegionId string `json:"RegionId" xml:"RegionId"`
  19. Name string `json:"Name" xml:"Name"`
  20. Description string `json:"Description" xml:"Description"`
  21. Status string `json:"Status" xml:"Status"`
  22. OsTag string `json:"OsTag" xml:"OsTag"`
  23. AccountType string `json:"AccountType" xml:"AccountType"`
  24. SchedulerType string `json:"SchedulerType" xml:"SchedulerType"`
  25. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  26. SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
  27. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  28. VolumeType string `json:"VolumeType" xml:"VolumeType"`
  29. VolumeId string `json:"VolumeId" xml:"VolumeId"`
  30. VolumeProtocol string `json:"VolumeProtocol" xml:"VolumeProtocol"`
  31. VolumeMountpoint string `json:"VolumeMountpoint" xml:"VolumeMountpoint"`
  32. RemoteDirectory string `json:"RemoteDirectory" xml:"RemoteDirectory"`
  33. HaEnable bool `json:"HaEnable" xml:"HaEnable"`
  34. EcsChargeType string `json:"EcsChargeType" xml:"EcsChargeType"`
  35. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  36. SccClusterId string `json:"SccClusterId" xml:"SccClusterId"`
  37. ClientVersion string `json:"ClientVersion" xml:"ClientVersion"`
  38. ImageOwnerAlias string `json:"ImageOwnerAlias" xml:"ImageOwnerAlias"`
  39. ImageId string `json:"ImageId" xml:"ImageId"`
  40. EcsInfo EcsInfo `json:"EcsInfo" xml:"EcsInfo"`
  41. Applications ApplicationsInDescribeCluster `json:"Applications" xml:"Applications"`
  42. }