1package emr
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// TemplateInfo is a nested struct in emr response
19type TemplateInfo struct {
20	UserDefinedEmrEcsRole  string                                    `json:"UserDefinedEmrEcsRole" xml:"UserDefinedEmrEcsRole"`
21	InitCustomHiveMetaDb   bool                                      `json:"InitCustomHiveMetaDb" xml:"InitCustomHiveMetaDb"`
22	TemplateName           string                                    `json:"TemplateName" xml:"TemplateName"`
23	SecurityGroupId        string                                    `json:"SecurityGroupId" xml:"SecurityGroupId"`
24	MachineType            string                                    `json:"MachineType" xml:"MachineType"`
25	Configurations         string                                    `json:"Configurations" xml:"Configurations"`
26	IsOpenPublicIp         bool                                      `json:"IsOpenPublicIp" xml:"IsOpenPublicIp"`
27	CreateSource           string                                    `json:"CreateSource" xml:"CreateSource"`
28	UseCustomHiveMetaDb    bool                                      `json:"UseCustomHiveMetaDb" xml:"UseCustomHiveMetaDb"`
29	EasEnable              bool                                      `json:"EasEnable" xml:"EasEnable"`
30	IoOptimized            bool                                      `json:"IoOptimized" xml:"IoOptimized"`
31	UserId                 string                                    `json:"UserId" xml:"UserId"`
32	Id                     string                                    `json:"Id" xml:"Id"`
33	EmrVer                 string                                    `json:"EmrVer" xml:"EmrVer"`
34	VpcId                  string                                    `json:"VpcId" xml:"VpcId"`
35	SecurityGroupName      string                                    `json:"SecurityGroupName" xml:"SecurityGroupName"`
36	AllowNotebook          bool                                      `json:"AllowNotebook" xml:"AllowNotebook"`
37	NetType                string                                    `json:"NetType" xml:"NetType"`
38	ClusterType            string                                    `json:"ClusterType" xml:"ClusterType"`
39	MasterNodeTotal        int                                       `json:"MasterNodeTotal" xml:"MasterNodeTotal"`
40	VSwitchId              string                                    `json:"VSwitchId" xml:"VSwitchId"`
41	DepositType            string                                    `json:"DepositType" xml:"DepositType"`
42	UseLocalMetaDb         bool                                      `json:"UseLocalMetaDb" xml:"UseLocalMetaDb"`
43	GmtCreate              int                                       `json:"GmtCreate" xml:"GmtCreate"`
44	ZoneId                 string                                    `json:"ZoneId" xml:"ZoneId"`
45	SshEnable              bool                                      `json:"SshEnable" xml:"SshEnable"`
46	InstanceGeneration     string                                    `json:"InstanceGeneration" xml:"InstanceGeneration"`
47	GmtModified            int                                       `json:"GmtModified" xml:"GmtModified"`
48	LogPath                string                                    `json:"LogPath" xml:"LogPath"`
49	HighAvailabilityEnable bool                                      `json:"HighAvailabilityEnable" xml:"HighAvailabilityEnable"`
50	LogEnable              bool                                      `json:"LogEnable" xml:"LogEnable"`
51	SoftwareInfoList       SoftwareInfoListInListClusterTemplates    `json:"SoftwareInfoList" xml:"SoftwareInfoList"`
52	HostGroupList          HostGroupListInListClusterTemplates       `json:"HostGroupList" xml:"HostGroupList"`
53	BootstrapActionList    BootstrapActionListInListClusterTemplates `json:"BootstrapActionList" xml:"BootstrapActionList"`
54	ConfigList             ConfigListInListClusterTemplates          `json:"ConfigList" xml:"ConfigList"`
55}
56