|
@@ -1,204 +1,207 @@
|
|
|
/*
|
|
/*
|
|
|
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
|
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
|
|
- *
|
|
|
|
|
|
|
+ *
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
* you may not use this file except in compliance with the License.
|
|
|
* You may obtain a copy of the License at
|
|
* You may obtain a copy of the License at
|
|
|
- *
|
|
|
|
|
|
|
+ *
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
- *
|
|
|
|
|
|
|
+ *
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
* See the License for the specific language governing permissions and
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
* limitations under the License.
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
-#ifndef ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|
|
|
|
|
-#define ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|
|
|
|
|
-
|
|
|
|
|
-#include <string>
|
|
|
|
|
-#include <vector>
|
|
|
|
|
-#include <alibabacloud/core/RoaServiceRequest.h>
|
|
|
|
|
-#include <alibabacloud/sae/SaeExport.h>
|
|
|
|
|
-
|
|
|
|
|
-namespace AlibabaCloud
|
|
|
|
|
-{
|
|
|
|
|
- namespace Sae
|
|
|
|
|
- {
|
|
|
|
|
- namespace Model
|
|
|
|
|
- {
|
|
|
|
|
- class ALIBABACLOUD_SAE_EXPORT CreateApplicationRequest : public RoaServiceRequest
|
|
|
|
|
- {
|
|
|
|
|
-
|
|
|
|
|
- public:
|
|
|
|
|
- CreateApplicationRequest();
|
|
|
|
|
- ~CreateApplicationRequest();
|
|
|
|
|
-
|
|
|
|
|
- std::string getNasId()const;
|
|
|
|
|
- void setNasId(const std::string& nasId);
|
|
|
|
|
- std::string getJarStartArgs()const;
|
|
|
|
|
- void setJarStartArgs(const std::string& jarStartArgs);
|
|
|
|
|
- std::string getOssAkSecret()const;
|
|
|
|
|
- void setOssAkSecret(const std::string& ossAkSecret);
|
|
|
|
|
- std::string getMountHost()const;
|
|
|
|
|
- void setMountHost(const std::string& mountHost);
|
|
|
|
|
- bool getAutoConfig()const;
|
|
|
|
|
- void setAutoConfig(bool autoConfig);
|
|
|
|
|
- std::string getEnvs()const;
|
|
|
|
|
- void setEnvs(const std::string& envs);
|
|
|
|
|
- std::string getKafkaInstanceId()const;
|
|
|
|
|
- void setKafkaInstanceId(const std::string& kafkaInstanceId);
|
|
|
|
|
- std::string getPhpPECLExtensions()const;
|
|
|
|
|
- void setPhpPECLExtensions(const std::string& phpPECLExtensions);
|
|
|
|
|
- std::string getPhpArmsConfigLocation()const;
|
|
|
|
|
- void setPhpArmsConfigLocation(const std::string& phpArmsConfigLocation);
|
|
|
|
|
- std::string getCustomHostAlias()const;
|
|
|
|
|
- void setCustomHostAlias(const std::string& customHostAlias);
|
|
|
|
|
- bool getDeploy()const;
|
|
|
|
|
- void setDeploy(bool deploy);
|
|
|
|
|
- std::string getJarStartOptions()const;
|
|
|
|
|
- void setJarStartOptions(const std::string& jarStartOptions);
|
|
|
|
|
- std::string getAppName()const;
|
|
|
|
|
- void setAppName(const std::string& appName);
|
|
|
|
|
- std::string getNamespaceId()const;
|
|
|
|
|
- void setNamespaceId(const std::string& namespaceId);
|
|
|
|
|
- std::string getConfigMapMountDesc()const;
|
|
|
|
|
- void setConfigMapMountDesc(const std::string& configMapMountDesc);
|
|
|
|
|
- std::string getOssMountDescs()const;
|
|
|
|
|
- void setOssMountDescs(const std::string& ossMountDescs);
|
|
|
|
|
- std::string getKafkaEndpoint()const;
|
|
|
|
|
- void setKafkaEndpoint(const std::string& kafkaEndpoint);
|
|
|
|
|
- std::string getPreStop()const;
|
|
|
|
|
- void setPreStop(const std::string& preStop);
|
|
|
|
|
- int getCpu()const;
|
|
|
|
|
- void setCpu(int cpu);
|
|
|
|
|
- std::string getVSwitchId()const;
|
|
|
|
|
- void setVSwitchId(const std::string& vSwitchId);
|
|
|
|
|
- std::string getPackageType()const;
|
|
|
|
|
- void setPackageType(const std::string& packageType);
|
|
|
|
|
- std::string getPostStart()const;
|
|
|
|
|
- void setPostStart(const std::string& postStart);
|
|
|
|
|
- std::string getPhpExtensions()const;
|
|
|
|
|
- void setPhpExtensions(const std::string& phpExtensions);
|
|
|
|
|
- bool getAssociateEip()const;
|
|
|
|
|
- void setAssociateEip(bool associateEip);
|
|
|
|
|
- std::string getWebContainer()const;
|
|
|
|
|
- void setWebContainer(const std::string& webContainer);
|
|
|
|
|
- int getMemory()const;
|
|
|
|
|
- void setMemory(int memory);
|
|
|
|
|
- std::string getSlsConfigs()const;
|
|
|
|
|
- void setSlsConfigs(const std::string& slsConfigs);
|
|
|
|
|
- bool getOpenCollectToKafka()const;
|
|
|
|
|
- void setOpenCollectToKafka(bool openCollectToKafka);
|
|
|
|
|
- std::string getCommandArgs()const;
|
|
|
|
|
- void setCommandArgs(const std::string& commandArgs);
|
|
|
|
|
- std::string getAcrAssumeRoleArn()const;
|
|
|
|
|
- void setAcrAssumeRoleArn(const std::string& acrAssumeRoleArn);
|
|
|
|
|
- std::string getReadiness()const;
|
|
|
|
|
- void setReadiness(const std::string& readiness);
|
|
|
|
|
- std::string getTimezone()const;
|
|
|
|
|
- void setTimezone(const std::string& timezone);
|
|
|
|
|
- std::string getOssAkId()const;
|
|
|
|
|
- void setOssAkId(const std::string& ossAkId);
|
|
|
|
|
- std::string getLiveness()const;
|
|
|
|
|
- void setLiveness(const std::string& liveness);
|
|
|
|
|
- std::string getSecurityGroupId()const;
|
|
|
|
|
- void setSecurityGroupId(const std::string& securityGroupId);
|
|
|
|
|
- std::string getPackageVersion()const;
|
|
|
|
|
- void setPackageVersion(const std::string& packageVersion);
|
|
|
|
|
- std::string getTomcatConfig()const;
|
|
|
|
|
- void setTomcatConfig(const std::string& tomcatConfig);
|
|
|
|
|
- std::string getWarStartOptions()const;
|
|
|
|
|
- void setWarStartOptions(const std::string& warStartOptions);
|
|
|
|
|
- std::string getEdasContainerVersion()const;
|
|
|
|
|
- void setEdasContainerVersion(const std::string& edasContainerVersion);
|
|
|
|
|
- std::string getPackageUrl()const;
|
|
|
|
|
- void setPackageUrl(const std::string& packageUrl);
|
|
|
|
|
- int getTerminationGracePeriodSeconds()const;
|
|
|
|
|
- void setTerminationGracePeriodSeconds(int terminationGracePeriodSeconds);
|
|
|
|
|
- std::string getPhpConfig()const;
|
|
|
|
|
- void setPhpConfig(const std::string& phpConfig);
|
|
|
|
|
- int getReplicas()const;
|
|
|
|
|
- void setReplicas(int replicas);
|
|
|
|
|
- std::string getCommand()const;
|
|
|
|
|
- void setCommand(const std::string& command);
|
|
|
|
|
- std::string getMountDesc()const;
|
|
|
|
|
- void setMountDesc(const std::string& mountDesc);
|
|
|
|
|
- std::string getJdk()const;
|
|
|
|
|
- void setJdk(const std::string& jdk);
|
|
|
|
|
- std::string getAppDescription()const;
|
|
|
|
|
- void setAppDescription(const std::string& appDescription);
|
|
|
|
|
- std::string getKafkaLogfileConfig()const;
|
|
|
|
|
- void setKafkaLogfileConfig(const std::string& kafkaLogfileConfig);
|
|
|
|
|
- std::string getAcrInstanceId()const;
|
|
|
|
|
- void setAcrInstanceId(const std::string& acrInstanceId);
|
|
|
|
|
- std::string getVpcId()const;
|
|
|
|
|
- void setVpcId(const std::string& vpcId);
|
|
|
|
|
- std::string getImageUrl()const;
|
|
|
|
|
- void setImageUrl(const std::string& imageUrl);
|
|
|
|
|
- std::string getPhp()const;
|
|
|
|
|
- void setPhp(const std::string& php);
|
|
|
|
|
- std::string getPhpConfigLocation()const;
|
|
|
|
|
- void setPhpConfigLocation(const std::string& phpConfigLocation);
|
|
|
|
|
-
|
|
|
|
|
- private:
|
|
|
|
|
- std::string nasId_;
|
|
|
|
|
- std::string jarStartArgs_;
|
|
|
|
|
- std::string ossAkSecret_;
|
|
|
|
|
- std::string mountHost_;
|
|
|
|
|
- bool autoConfig_;
|
|
|
|
|
- std::string envs_;
|
|
|
|
|
- std::string kafkaInstanceId_;
|
|
|
|
|
- std::string phpPECLExtensions_;
|
|
|
|
|
- std::string phpArmsConfigLocation_;
|
|
|
|
|
- std::string customHostAlias_;
|
|
|
|
|
- bool deploy_;
|
|
|
|
|
- std::string jarStartOptions_;
|
|
|
|
|
- std::string appName_;
|
|
|
|
|
- std::string namespaceId_;
|
|
|
|
|
- std::string configMapMountDesc_;
|
|
|
|
|
- std::string ossMountDescs_;
|
|
|
|
|
- std::string kafkaEndpoint_;
|
|
|
|
|
- std::string preStop_;
|
|
|
|
|
- int cpu_;
|
|
|
|
|
- std::string vSwitchId_;
|
|
|
|
|
- std::string packageType_;
|
|
|
|
|
- std::string postStart_;
|
|
|
|
|
- std::string phpExtensions_;
|
|
|
|
|
- bool associateEip_;
|
|
|
|
|
- std::string webContainer_;
|
|
|
|
|
- int memory_;
|
|
|
|
|
- std::string slsConfigs_;
|
|
|
|
|
- bool openCollectToKafka_;
|
|
|
|
|
- std::string commandArgs_;
|
|
|
|
|
- std::string acrAssumeRoleArn_;
|
|
|
|
|
- std::string readiness_;
|
|
|
|
|
- std::string timezone_;
|
|
|
|
|
- std::string ossAkId_;
|
|
|
|
|
- std::string liveness_;
|
|
|
|
|
- std::string securityGroupId_;
|
|
|
|
|
- std::string packageVersion_;
|
|
|
|
|
- std::string tomcatConfig_;
|
|
|
|
|
- std::string warStartOptions_;
|
|
|
|
|
- std::string edasContainerVersion_;
|
|
|
|
|
- std::string packageUrl_;
|
|
|
|
|
- int terminationGracePeriodSeconds_;
|
|
|
|
|
- std::string phpConfig_;
|
|
|
|
|
- int replicas_;
|
|
|
|
|
- std::string command_;
|
|
|
|
|
- std::string mountDesc_;
|
|
|
|
|
- std::string jdk_;
|
|
|
|
|
- std::string appDescription_;
|
|
|
|
|
- std::string kafkaLogfileConfig_;
|
|
|
|
|
- std::string acrInstanceId_;
|
|
|
|
|
- std::string vpcId_;
|
|
|
|
|
- std::string imageUrl_;
|
|
|
|
|
- std::string php_;
|
|
|
|
|
- std::string phpConfigLocation_;
|
|
|
|
|
-
|
|
|
|
|
- };
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-#endif // !ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|
|
|
|
|
|
|
+ */
|
|
|
|
|
+
|
|
|
|
|
+#ifndef ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|
|
|
|
|
+#define ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|
|
|
|
|
+
|
|
|
|
|
+#include <alibabacloud/sae/SaeExport.h>
|
|
|
|
|
+#include <alibabacloud/core/RoaServiceRequest.h>
|
|
|
|
|
+#include <string>
|
|
|
|
|
+#include <vector>
|
|
|
|
|
+#include <map>
|
|
|
|
|
+
|
|
|
|
|
+namespace AlibabaCloud {
|
|
|
|
|
+namespace Sae {
|
|
|
|
|
+namespace Model {
|
|
|
|
|
+class ALIBABACLOUD_SAE_EXPORT CreateApplicationRequest : public RoaServiceRequest {
|
|
|
|
|
+public:
|
|
|
|
|
+ CreateApplicationRequest();
|
|
|
|
|
+ ~CreateApplicationRequest();
|
|
|
|
|
+ std::string getNasId() const;
|
|
|
|
|
+ void setNasId(const std::string &nasId);
|
|
|
|
|
+ std::string getJarStartArgs() const;
|
|
|
|
|
+ void setJarStartArgs(const std::string &jarStartArgs);
|
|
|
|
|
+ std::string getOssAkSecret() const;
|
|
|
|
|
+ void setOssAkSecret(const std::string &ossAkSecret);
|
|
|
|
|
+ std::string getMountHost() const;
|
|
|
|
|
+ void setMountHost(const std::string &mountHost);
|
|
|
|
|
+ bool getAutoConfig() const;
|
|
|
|
|
+ void setAutoConfig(bool autoConfig);
|
|
|
|
|
+ std::string getEnvs() const;
|
|
|
|
|
+ void setEnvs(const std::string &envs);
|
|
|
|
|
+ std::string getKafkaInstanceId() const;
|
|
|
|
|
+ void setKafkaInstanceId(const std::string &kafkaInstanceId);
|
|
|
|
|
+ std::string getPhpPECLExtensions() const;
|
|
|
|
|
+ void setPhpPECLExtensions(const std::string &phpPECLExtensions);
|
|
|
|
|
+ std::string getPhpArmsConfigLocation() const;
|
|
|
|
|
+ void setPhpArmsConfigLocation(const std::string &phpArmsConfigLocation);
|
|
|
|
|
+ std::string getProgrammingLanguage() const;
|
|
|
|
|
+ void setProgrammingLanguage(const std::string &programmingLanguage);
|
|
|
|
|
+ std::string getCustomHostAlias() const;
|
|
|
|
|
+ void setCustomHostAlias(const std::string &customHostAlias);
|
|
|
|
|
+ bool getDeploy() const;
|
|
|
|
|
+ void setDeploy(bool deploy);
|
|
|
|
|
+ std::string getJarStartOptions() const;
|
|
|
|
|
+ void setJarStartOptions(const std::string &jarStartOptions);
|
|
|
|
|
+ std::string getAppName() const;
|
|
|
|
|
+ void setAppName(const std::string &appName);
|
|
|
|
|
+ std::string getNamespaceId() const;
|
|
|
|
|
+ void setNamespaceId(const std::string &namespaceId);
|
|
|
|
|
+ bool getPurchaseEip() const;
|
|
|
|
|
+ void setPurchaseEip(bool purchaseEip);
|
|
|
|
|
+ std::string getConfigMapMountDesc() const;
|
|
|
|
|
+ void setConfigMapMountDesc(const std::string &configMapMountDesc);
|
|
|
|
|
+ std::string getOssMountDescs() const;
|
|
|
|
|
+ void setOssMountDescs(const std::string &ossMountDescs);
|
|
|
|
|
+ std::string getKafkaEndpoint() const;
|
|
|
|
|
+ void setKafkaEndpoint(const std::string &kafkaEndpoint);
|
|
|
|
|
+ std::string getPreStop() const;
|
|
|
|
|
+ void setPreStop(const std::string &preStop);
|
|
|
|
|
+ int getCpu() const;
|
|
|
|
|
+ void setCpu(int cpu);
|
|
|
|
|
+ std::string getVSwitchId() const;
|
|
|
|
|
+ void setVSwitchId(const std::string &vSwitchId);
|
|
|
|
|
+ std::string getPackageType() const;
|
|
|
|
|
+ void setPackageType(const std::string &packageType);
|
|
|
|
|
+ std::string getPostStart() const;
|
|
|
|
|
+ void setPostStart(const std::string &postStart);
|
|
|
|
|
+ std::string getPhpExtensions() const;
|
|
|
|
|
+ void setPhpExtensions(const std::string &phpExtensions);
|
|
|
|
|
+ bool getAssociateEip() const;
|
|
|
|
|
+ void setAssociateEip(bool associateEip);
|
|
|
|
|
+ std::string getWebContainer() const;
|
|
|
|
|
+ void setWebContainer(const std::string &webContainer);
|
|
|
|
|
+ int getMemory() const;
|
|
|
|
|
+ void setMemory(int memory);
|
|
|
|
|
+ std::string getSlsConfigs() const;
|
|
|
|
|
+ void setSlsConfigs(const std::string &slsConfigs);
|
|
|
|
|
+ std::string getKafkaConfigs() const;
|
|
|
|
|
+ void setKafkaConfigs(const std::string &kafkaConfigs);
|
|
|
|
|
+ bool getOpenCollectToKafka() const;
|
|
|
|
|
+ void setOpenCollectToKafka(bool openCollectToKafka);
|
|
|
|
|
+ std::string getCommandArgs() const;
|
|
|
|
|
+ void setCommandArgs(const std::string &commandArgs);
|
|
|
|
|
+ std::string getAcrAssumeRoleArn() const;
|
|
|
|
|
+ void setAcrAssumeRoleArn(const std::string &acrAssumeRoleArn);
|
|
|
|
|
+ std::string getReadiness() const;
|
|
|
|
|
+ void setReadiness(const std::string &readiness);
|
|
|
|
|
+ std::string getTimezone() const;
|
|
|
|
|
+ void setTimezone(const std::string &timezone);
|
|
|
|
|
+ std::string getOssAkId() const;
|
|
|
|
|
+ void setOssAkId(const std::string &ossAkId);
|
|
|
|
|
+ std::string getLiveness() const;
|
|
|
|
|
+ void setLiveness(const std::string &liveness);
|
|
|
|
|
+ std::string getSecurityGroupId() const;
|
|
|
|
|
+ void setSecurityGroupId(const std::string &securityGroupId);
|
|
|
|
|
+ std::string getPackageVersion() const;
|
|
|
|
|
+ void setPackageVersion(const std::string &packageVersion);
|
|
|
|
|
+ std::string getTomcatConfig() const;
|
|
|
|
|
+ void setTomcatConfig(const std::string &tomcatConfig);
|
|
|
|
|
+ std::string getWarStartOptions() const;
|
|
|
|
|
+ void setWarStartOptions(const std::string &warStartOptions);
|
|
|
|
|
+ std::string getEdasContainerVersion() const;
|
|
|
|
|
+ void setEdasContainerVersion(const std::string &edasContainerVersion);
|
|
|
|
|
+ std::string getPackageUrl() const;
|
|
|
|
|
+ void setPackageUrl(const std::string &packageUrl);
|
|
|
|
|
+ int getTerminationGracePeriodSeconds() const;
|
|
|
|
|
+ void setTerminationGracePeriodSeconds(int terminationGracePeriodSeconds);
|
|
|
|
|
+ std::string getPhpConfig() const;
|
|
|
|
|
+ void setPhpConfig(const std::string &phpConfig);
|
|
|
|
|
+ int getReplicas() const;
|
|
|
|
|
+ void setReplicas(int replicas);
|
|
|
|
|
+ std::string getCommand() const;
|
|
|
|
|
+ void setCommand(const std::string &command);
|
|
|
|
|
+ std::string getMountDesc() const;
|
|
|
|
|
+ void setMountDesc(const std::string &mountDesc);
|
|
|
|
|
+ std::string getJdk() const;
|
|
|
|
|
+ void setJdk(const std::string &jdk);
|
|
|
|
|
+ std::string getAppDescription() const;
|
|
|
|
|
+ void setAppDescription(const std::string &appDescription);
|
|
|
|
|
+ std::string getKafkaLogfileConfig() const;
|
|
|
|
|
+ void setKafkaLogfileConfig(const std::string &kafkaLogfileConfig);
|
|
|
|
|
+ std::string getAcrInstanceId() const;
|
|
|
|
|
+ void setAcrInstanceId(const std::string &acrInstanceId);
|
|
|
|
|
+ std::string getVpcId() const;
|
|
|
|
|
+ void setVpcId(const std::string &vpcId);
|
|
|
|
|
+ std::string getImageUrl() const;
|
|
|
|
|
+ void setImageUrl(const std::string &imageUrl);
|
|
|
|
|
+ std::string getPhp() const;
|
|
|
|
|
+ void setPhp(const std::string &php);
|
|
|
|
|
+ std::string getPhpConfigLocation() const;
|
|
|
|
|
+ void setPhpConfigLocation(const std::string &phpConfigLocation);
|
|
|
|
|
+
|
|
|
|
|
+private:
|
|
|
|
|
+ std::string nasId_;
|
|
|
|
|
+ std::string jarStartArgs_;
|
|
|
|
|
+ std::string ossAkSecret_;
|
|
|
|
|
+ std::string mountHost_;
|
|
|
|
|
+ bool autoConfig_;
|
|
|
|
|
+ std::string envs_;
|
|
|
|
|
+ std::string kafkaInstanceId_;
|
|
|
|
|
+ std::string phpPECLExtensions_;
|
|
|
|
|
+ std::string phpArmsConfigLocation_;
|
|
|
|
|
+ std::string programmingLanguage_;
|
|
|
|
|
+ std::string customHostAlias_;
|
|
|
|
|
+ bool deploy_;
|
|
|
|
|
+ std::string jarStartOptions_;
|
|
|
|
|
+ std::string appName_;
|
|
|
|
|
+ std::string namespaceId_;
|
|
|
|
|
+ bool purchaseEip_;
|
|
|
|
|
+ std::string configMapMountDesc_;
|
|
|
|
|
+ std::string ossMountDescs_;
|
|
|
|
|
+ std::string kafkaEndpoint_;
|
|
|
|
|
+ std::string preStop_;
|
|
|
|
|
+ int cpu_;
|
|
|
|
|
+ std::string vSwitchId_;
|
|
|
|
|
+ std::string packageType_;
|
|
|
|
|
+ std::string postStart_;
|
|
|
|
|
+ std::string phpExtensions_;
|
|
|
|
|
+ bool associateEip_;
|
|
|
|
|
+ std::string webContainer_;
|
|
|
|
|
+ int memory_;
|
|
|
|
|
+ std::string slsConfigs_;
|
|
|
|
|
+ std::string kafkaConfigs_;
|
|
|
|
|
+ bool openCollectToKafka_;
|
|
|
|
|
+ std::string commandArgs_;
|
|
|
|
|
+ std::string acrAssumeRoleArn_;
|
|
|
|
|
+ std::string readiness_;
|
|
|
|
|
+ std::string timezone_;
|
|
|
|
|
+ std::string ossAkId_;
|
|
|
|
|
+ std::string liveness_;
|
|
|
|
|
+ std::string securityGroupId_;
|
|
|
|
|
+ std::string packageVersion_;
|
|
|
|
|
+ std::string tomcatConfig_;
|
|
|
|
|
+ std::string warStartOptions_;
|
|
|
|
|
+ std::string edasContainerVersion_;
|
|
|
|
|
+ std::string packageUrl_;
|
|
|
|
|
+ int terminationGracePeriodSeconds_;
|
|
|
|
|
+ std::string phpConfig_;
|
|
|
|
|
+ int replicas_;
|
|
|
|
|
+ std::string command_;
|
|
|
|
|
+ std::string mountDesc_;
|
|
|
|
|
+ std::string jdk_;
|
|
|
|
|
+ std::string appDescription_;
|
|
|
|
|
+ std::string kafkaLogfileConfig_;
|
|
|
|
|
+ std::string acrInstanceId_;
|
|
|
|
|
+ std::string vpcId_;
|
|
|
|
|
+ std::string imageUrl_;
|
|
|
|
|
+ std::string php_;
|
|
|
|
|
+ std::string phpConfigLocation_;
|
|
|
|
|
+};
|
|
|
|
|
+} // namespace Model
|
|
|
|
|
+} // namespace Sae
|
|
|
|
|
+} // namespace AlibabaCloud
|
|
|
|
|
+#endif // !ALIBABACLOUD_SAE_MODEL_CREATEAPPLICATIONREQUEST_H_
|