| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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.
- // Data is a nested struct in edas response
- type Data struct {
- PackageType string `json:"PackageType" xml:"PackageType"`
- ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
- WebContainer string `json:"WebContainer" xml:"WebContainer"`
- CommandArgs string `json:"CommandArgs" xml:"CommandArgs"`
- MinReadyInstances int `json:"MinReadyInstances" xml:"MinReadyInstances"`
- PackageVersion string `json:"PackageVersion" xml:"PackageVersion"`
- AppDescription string `json:"AppDescription" xml:"AppDescription"`
- Replicas int `json:"Replicas" xml:"Replicas"`
- SlbPort int `json:"SlbPort" xml:"SlbPort"`
- ImageUrl string `json:"ImageUrl" xml:"ImageUrl"`
- VpcId string `json:"VpcId" xml:"VpcId"`
- CustomHostAlias string `json:"CustomHostAlias" xml:"CustomHostAlias"`
- BatchWaitTime int `json:"BatchWaitTime" xml:"BatchWaitTime"`
- ExtSlbIp string `json:"ExtSlbIp" xml:"ExtSlbIp"`
- Memory int `json:"Memory" xml:"Memory"`
- VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
- JarStartArgs string `json:"JarStartArgs" xml:"JarStartArgs"`
- ExtSlbId string `json:"ExtSlbId" xml:"ExtSlbId"`
- Liveness string `json:"Liveness" xml:"Liveness"`
- Jdk string `json:"Jdk" xml:"Jdk"`
- ExtSlbName string `json:"ExtSlbName" xml:"ExtSlbName"`
- SlbName string `json:"SlbName" xml:"SlbName"`
- Readiness string `json:"Readiness" xml:"Readiness"`
- Command string `json:"Command" xml:"Command"`
- VServerGroupId string `json:"VServerGroupId" xml:"VServerGroupId"`
- AppId string `json:"AppId" xml:"AppId"`
- ExtVServerGroupId string `json:"ExtVServerGroupId" xml:"ExtVServerGroupId"`
- JarStartOptions string `json:"JarStartOptions" xml:"JarStartOptions"`
- NamespaceId string `json:"NamespaceId" xml:"NamespaceId"`
- Envs string `json:"Envs" xml:"Envs"`
- Cpu int `json:"Cpu" xml:"Cpu"`
- SlbId string `json:"SlbId" xml:"SlbId"`
- AppName string `json:"AppName" xml:"AppName"`
- PackageUrl string `json:"PackageUrl" xml:"PackageUrl"`
- SlbIp string `json:"SlbIp" xml:"SlbIp"`
- }
|