struct_template_info.go 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. package emr
  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. // TemplateInfo is a nested struct in emr response
  17. type TemplateInfo struct {
  18. UserDefinedEmrEcsRole string `json:"UserDefinedEmrEcsRole" xml:"UserDefinedEmrEcsRole"`
  19. InitCustomHiveMetaDb bool `json:"InitCustomHiveMetaDb" xml:"InitCustomHiveMetaDb"`
  20. TemplateName string `json:"TemplateName" xml:"TemplateName"`
  21. SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
  22. MachineType string `json:"MachineType" xml:"MachineType"`
  23. Configurations string `json:"Configurations" xml:"Configurations"`
  24. MetaStoreConf string `json:"MetaStoreConf" xml:"MetaStoreConf"`
  25. IsOpenPublicIp bool `json:"IsOpenPublicIp" xml:"IsOpenPublicIp"`
  26. CreateSource string `json:"CreateSource" xml:"CreateSource"`
  27. UseCustomHiveMetaDb bool `json:"UseCustomHiveMetaDb" xml:"UseCustomHiveMetaDb"`
  28. EasEnable bool `json:"EasEnable" xml:"EasEnable"`
  29. IoOptimized bool `json:"IoOptimized" xml:"IoOptimized"`
  30. UserId string `json:"UserId" xml:"UserId"`
  31. Id string `json:"Id" xml:"Id"`
  32. EmrVer string `json:"EmrVer" xml:"EmrVer"`
  33. VpcId string `json:"VpcId" xml:"VpcId"`
  34. SecurityGroupName string `json:"SecurityGroupName" xml:"SecurityGroupName"`
  35. AllowNotebook bool `json:"AllowNotebook" xml:"AllowNotebook"`
  36. NetType string `json:"NetType" xml:"NetType"`
  37. ClusterType string `json:"ClusterType" xml:"ClusterType"`
  38. MasterNodeTotal int `json:"MasterNodeTotal" xml:"MasterNodeTotal"`
  39. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  40. DepositType string `json:"DepositType" xml:"DepositType"`
  41. UseLocalMetaDb bool `json:"UseLocalMetaDb" xml:"UseLocalMetaDb"`
  42. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  43. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  44. SshEnable bool `json:"SshEnable" xml:"SshEnable"`
  45. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  46. InstanceGeneration string `json:"InstanceGeneration" xml:"InstanceGeneration"`
  47. GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
  48. LogPath string `json:"LogPath" xml:"LogPath"`
  49. MetaStoreType string `json:"MetaStoreType" xml:"MetaStoreType"`
  50. HighAvailabilityEnable bool `json:"HighAvailabilityEnable" xml:"HighAvailabilityEnable"`
  51. LogEnable bool `json:"LogEnable" xml:"LogEnable"`
  52. MasterPwd string `json:"MasterPwd" xml:"MasterPwd"`
  53. SoftwareInfoList SoftwareInfoListInListClusterTemplates `json:"SoftwareInfoList" xml:"SoftwareInfoList"`
  54. HostGroupList HostGroupListInListClusterTemplates `json:"HostGroupList" xml:"HostGroupList"`
  55. BootstrapActionList BootstrapActionListInListClusterTemplates `json:"BootstrapActionList" xml:"BootstrapActionList"`
  56. ConfigList ConfigListInListClusterTemplates `json:"ConfigList" xml:"ConfigList"`
  57. }