struct_cluster_info.go 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. // ClusterInfo is a nested struct in ehpc response
  17. type ClusterInfo struct {
  18. Id string `json:"Id" xml:"Id"`
  19. RegionId string `json:"RegionId" xml:"RegionId"`
  20. Name string `json:"Name" xml:"Name"`
  21. Description string `json:"Description" xml:"Description"`
  22. Status string `json:"Status" xml:"Status"`
  23. OsTag string `json:"OsTag" xml:"OsTag"`
  24. AccountType string `json:"AccountType" xml:"AccountType"`
  25. SchedulerType string `json:"SchedulerType" xml:"SchedulerType"`
  26. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  27. SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
  28. VpcId string `json:"VpcId" xml:"VpcId"`
  29. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  30. VolumeType string `json:"VolumeType" xml:"VolumeType"`
  31. VolumeId string `json:"VolumeId" xml:"VolumeId"`
  32. VolumeProtocol string `json:"VolumeProtocol" xml:"VolumeProtocol"`
  33. VolumeMountpoint string `json:"VolumeMountpoint" xml:"VolumeMountpoint"`
  34. RemoteDirectory string `json:"RemoteDirectory" xml:"RemoteDirectory"`
  35. DeployMode string `json:"DeployMode" xml:"DeployMode"`
  36. HaEnable bool `json:"HaEnable" xml:"HaEnable"`
  37. EcsChargeType string `json:"EcsChargeType" xml:"EcsChargeType"`
  38. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  39. SccClusterId string `json:"SccClusterId" xml:"SccClusterId"`
  40. ClientVersion string `json:"ClientVersion" xml:"ClientVersion"`
  41. ImageOwnerAlias string `json:"ImageOwnerAlias" xml:"ImageOwnerAlias"`
  42. ImageId string `json:"ImageId" xml:"ImageId"`
  43. Location string `json:"Location" xml:"Location"`
  44. EcsInfo EcsInfo `json:"EcsInfo" xml:"EcsInfo"`
  45. Applications ApplicationsInDescribeCluster `json:"Applications" xml:"Applications"`
  46. PostInstallScripts PostInstallScripts `json:"PostInstallScripts" xml:"PostInstallScripts"`
  47. }