| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- package edas
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // BuildPack is a nested struct in edas response
- type BuildPack struct {
- ConfigId int `json:"ConfigId" xml:"ConfigId"`
- PackVersion string `json:"PackVersion" xml:"PackVersion"`
- TomcatDesc string `json:"TomcatDesc" xml:"TomcatDesc"`
- TomcatVersion string `json:"TomcatVersion" xml:"TomcatVersion"`
- TomcatDownloadUrl string `json:"TomcatDownloadUrl" xml:"TomcatDownloadUrl"`
- PandoraVersion string `json:"PandoraVersion" xml:"PandoraVersion"`
- PandoraDownloadUrl string `json:"PandoraDownloadUrl" xml:"PandoraDownloadUrl"`
- PandoraDesc string `json:"PandoraDesc" xml:"PandoraDesc"`
- PluginInfo string `json:"PluginInfo" xml:"PluginInfo"`
- TomcatPath string `json:"TomcatPath" xml:"TomcatPath"`
- ImageId string `json:"ImageId" xml:"ImageId"`
- TengineImageId string `json:"TengineImageId" xml:"TengineImageId"`
- MultipleTenant bool `json:"MultipleTenant" xml:"MultipleTenant"`
- WithTengine bool `json:"WithTengine" xml:"WithTengine"`
- TengineDownloadUrl string `json:"TengineDownloadUrl" xml:"TengineDownloadUrl"`
- ScriptName string `json:"ScriptName" xml:"ScriptName"`
- ScriptVersion string `json:"ScriptVersion" xml:"ScriptVersion"`
- Feature string `json:"Feature" xml:"Feature"`
- SupportFeatures string `json:"SupportFeatures" xml:"SupportFeatures"`
- Disabled bool `json:"Disabled" xml:"Disabled"`
- }
|