@alicloud/sae20190506 2.12.2 → 2.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +190 -198
- package/dist/client.js +222 -198
- package/dist/client.js.map +1 -1
- package/dist/models/AbortChangeOrderRequest.d.ts +7 -0
- package/dist/models/AbortChangeOrderRequest.js.map +1 -1
- package/dist/models/AbortChangeOrderResponseBody.d.ts +19 -14
- package/dist/models/AbortChangeOrderResponseBody.js.map +1 -1
- package/dist/models/BatchRestartApplicationsResponseBody.d.ts +0 -3
- package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStartApplicationsRequest.d.ts +1 -1
- package/dist/models/BatchStartApplicationsResponseBody.d.ts +15 -9
- package/dist/models/BatchStartApplicationsResponseBody.js.map +1 -1
- package/dist/models/BatchStopApplicationsResponseBody.d.ts +11 -7
- package/dist/models/BatchStopApplicationsResponseBody.js.map +1 -1
- package/dist/models/BindNlbRequest.d.ts +17 -12
- package/dist/models/BindNlbRequest.js.map +1 -1
- package/dist/models/BindNlbResponseBody.d.ts +24 -18
- package/dist/models/BindNlbResponseBody.js.map +1 -1
- package/dist/models/BindSlbResponseBody.d.ts +3 -0
- package/dist/models/BindSlbResponseBody.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchRequest.d.ts +6 -2
- package/dist/models/ConfirmPipelineBatchRequest.js.map +1 -1
- package/dist/models/ConfirmPipelineBatchResponseBody.d.ts +19 -14
- package/dist/models/ConfirmPipelineBatchResponseBody.js.map +1 -1
- package/dist/models/Container.d.ts +14 -14
- package/dist/models/ContainerResources.d.ts +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +365 -259
- package/dist/models/CreateApplicationRequest.js +29 -1
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationResponseBody.d.ts +19 -17
- package/dist/models/CreateApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleRequest.d.ts +108 -79
- package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +113 -76
- package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +350 -259
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateConfigMapResponseBody.d.ts +7 -10
- package/dist/models/CreateConfigMapResponseBody.js.map +1 -1
- package/dist/models/CreateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/CreateGreyTagRouteResponseBody.d.ts +20 -15
- package/dist/models/CreateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/CreateIngressRequest.d.ts +71 -50
- package/dist/models/CreateIngressRequest.js.map +1 -1
- package/dist/models/CreateIngressResponseBody.d.ts +20 -17
- package/dist/models/CreateIngressResponseBody.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +214 -128
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/CreateJobResponseBody.d.ts +24 -21
- package/dist/models/CreateJobResponseBody.js.map +1 -1
- package/dist/models/CreateNamespaceRequest.d.ts +9 -8
- package/dist/models/CreateNamespaceRequest.js.map +1 -1
- package/dist/models/CreateNamespaceResponseBody.d.ts +31 -28
- package/dist/models/CreateNamespaceResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +14 -12
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +77 -59
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +24 -18
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +18 -16
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
- package/dist/models/CreateSecretRequest.d.ts +6 -4
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretResponseBody.d.ts +12 -10
- package/dist/models/CreateSecretResponseBody.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +6 -4
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DataInstancesValue.d.ts +6 -5
- package/dist/models/DataInstancesValue.js.map +1 -1
- package/dist/models/DataInstancesValueListenersValue.d.ts +13 -9
- package/dist/models/DataInstancesValueListenersValue.js.map +1 -1
- package/dist/models/DeleteApplicationResponseBody.d.ts +23 -17
- package/dist/models/DeleteApplicationResponseBody.js.map +1 -1
- package/dist/models/DeleteApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +26 -14
- package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DeleteConfigMapRequest.d.ts +1 -1
- package/dist/models/DeleteConfigMapResponseBody.d.ts +23 -17
- package/dist/models/DeleteConfigMapResponseBody.js.map +1 -1
- package/dist/models/DeleteGreyTagRouteResponseBody.d.ts +22 -16
- package/dist/models/DeleteGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DeleteHistoryJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteHistoryJobResponseBody.js.map +1 -1
- package/dist/models/DeleteIngressRequest.d.ts +1 -1
- package/dist/models/DeleteIngressResponseBody.d.ts +17 -12
- package/dist/models/DeleteIngressResponseBody.js.map +1 -1
- package/dist/models/DeleteInstancesRequest.d.ts +2 -2
- package/dist/models/DeleteInstancesResponseBody.d.ts +23 -17
- package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
- package/dist/models/DeleteJobResponseBody.d.ts +16 -13
- package/dist/models/DeleteJobResponseBody.js.map +1 -1
- package/dist/models/DeleteNamespaceRequest.d.ts +4 -1
- package/dist/models/DeleteNamespaceRequest.js.map +1 -1
- package/dist/models/DeleteNamespaceResponseBody.d.ts +16 -11
- package/dist/models/DeleteNamespaceResponseBody.js.map +1 -1
- package/dist/models/DeleteSecretRequest.d.ts +2 -2
- package/dist/models/DeleteSecretResponseBody.d.ts +22 -19
- package/dist/models/DeleteSecretResponseBody.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +2 -2
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +22 -16
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +354 -303
- package/dist/models/DeployApplicationRequest.js +29 -1
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationResponseBody.d.ts +22 -22
- package/dist/models/DeployApplicationShrinkRequest.d.ts +339 -303
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailRequest.d.ts +10 -6
- package/dist/models/DescribeAppServiceDetailRequest.js.map +1 -1
- package/dist/models/DescribeAppServiceDetailResponseBody.d.ts +41 -40
- package/dist/models/DescribeAppServiceDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationConfigRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +486 -346
- package/dist/models/DescribeApplicationConfigResponseBody.js +29 -1
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationGroupsRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +62 -39
- package/dist/models/DescribeApplicationGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationImageRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationImageResponseBody.d.ts +26 -20
- package/dist/models/DescribeApplicationImageResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesRequest.d.ts +37 -6
- package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +99 -54
- package/dist/models/DescribeApplicationInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +17 -13
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationNlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationNlbsResponseBody.d.ts +19 -14
- package/dist/models/DescribeApplicationNlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DescribeApplicationScalingRuleResponseBody.d.ts +204 -88
- package/dist/models/DescribeApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationScalingRulesRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationScalingRulesResponseBody.d.ts +244 -90
- package/dist/models/DescribeApplicationScalingRulesResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSlbsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationSlbsResponseBody.d.ts +120 -33
- package/dist/models/DescribeApplicationSlbsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationStatusResponseBody.d.ts +65 -44
- package/dist/models/DescribeApplicationStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeChangeOrderRequest.d.ts +1 -1
- package/dist/models/DescribeChangeOrderResponseBody.d.ts +135 -78
- package/dist/models/DescribeChangeOrderResponseBody.js.map +1 -1
- package/dist/models/DescribeComponentsRequest.d.ts +4 -3
- package/dist/models/DescribeComponentsRequest.js.map +1 -1
- package/dist/models/DescribeComponentsResponseBody.d.ts +25 -19
- package/dist/models/DescribeComponentsResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigMapRequest.d.ts +1 -1
- package/dist/models/DescribeConfigMapResponseBody.d.ts +32 -26
- package/dist/models/DescribeConfigMapResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +74 -24
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceResponseBody.d.ts +74 -49
- package/dist/models/DescribeConfigurationPriceResponseBody.js.map +1 -1
- package/dist/models/DescribeEdasContainersResponseBody.d.ts +22 -16
- package/dist/models/DescribeEdasContainersResponseBody.js.map +1 -1
- package/dist/models/DescribeGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/DescribeGreyTagRouteResponseBody.d.ts +107 -77
- package/dist/models/DescribeGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/DescribeIngressRequest.d.ts +2 -2
- package/dist/models/DescribeIngressResponseBody.d.ts +233 -54
- package/dist/models/DescribeIngressResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceLogRequest.d.ts +8 -1
- package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
- package/dist/models/DescribeInstanceLogResponseBody.d.ts +21 -20
- package/dist/models/DescribeInstanceLogResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceSpecificationsResponseBody.d.ts +33 -23
- package/dist/models/DescribeInstanceSpecificationsResponseBody.js.map +1 -1
- package/dist/models/DescribeJobHistoryRequest.d.ts +7 -4
- package/dist/models/DescribeJobHistoryRequest.js.map +1 -1
- package/dist/models/DescribeJobHistoryResponseBody.d.ts +22 -19
- package/dist/models/DescribeJobHistoryResponseBody.js.map +1 -1
- package/dist/models/DescribeJobRequest.d.ts +1 -1
- package/dist/models/DescribeJobResponseBody.d.ts +222 -159
- package/dist/models/DescribeJobResponseBody.js.map +1 -1
- package/dist/models/DescribeJobStatusResponseBody.d.ts +25 -18
- package/dist/models/DescribeJobStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceListRequest.d.ts +6 -4
- package/dist/models/DescribeNamespaceListRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceListResponseBody.d.ts +21 -16
- package/dist/models/DescribeNamespaceListResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesRequest.d.ts +4 -1
- package/dist/models/DescribeNamespaceResourcesRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +91 -45
- package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResponseBody.d.ts +18 -14
- package/dist/models/DescribeNamespaceResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespacesRequest.d.ts +1 -1
- package/dist/models/DescribeNamespacesResponseBody.d.ts +30 -24
- package/dist/models/DescribeNamespacesResponseBody.js.map +1 -1
- package/dist/models/DescribePipelineResponseBody.d.ts +59 -39
- package/dist/models/DescribePipelineResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +8 -5
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeSecretResponseBody.d.ts +15 -12
- package/dist/models/DescribeSecretResponseBody.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +3 -3
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +62 -53
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/DescribeVswitchesRequest.d.ts +0 -11
- package/dist/models/DescribeVswitchesRequest.js.map +1 -1
- package/dist/models/DescribeVswitchesResponseBody.d.ts +0 -47
- package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
- package/dist/models/DisableApplicationScalingRuleRequest.d.ts +2 -2
- package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +24 -15
- package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/DisableArmsResponseBody.d.ts +17 -22
- package/dist/models/DisableArmsResponseBody.js.map +1 -1
- package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +13 -11
- package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
- package/dist/models/EnableApplicationScalingRuleResponseBody.d.ts +15 -12
- package/dist/models/EnableApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/ExecJobRequest.d.ts +31 -23
- package/dist/models/ExecJobRequest.js.map +1 -1
- package/dist/models/ExecJobResponseBody.d.ts +37 -26
- package/dist/models/ExecJobResponseBody.js.map +1 -1
- package/dist/models/GetApplicationRequest.d.ts +2 -2
- package/dist/models/GetApplicationResponseBody.d.ts +74 -44
- package/dist/models/GetApplicationResponseBody.js.map +1 -1
- package/dist/models/GetAvailabilityMetricResponseBody.d.ts +1 -1
- package/dist/models/GetChangeOrderMetricRequest.d.ts +20 -9
- package/dist/models/GetChangeOrderMetricRequest.js.map +1 -1
- package/dist/models/GetChangeOrderMetricResponseBody.d.ts +36 -15
- package/dist/models/GetChangeOrderMetricResponseBody.js.map +1 -1
- package/dist/models/GetScaleAppMetricResponseBody.d.ts +1 -1
- package/dist/models/GetWebshellTokenRequest.d.ts +7 -6
- package/dist/models/GetWebshellTokenRequest.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +12 -10
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/ImageRegistryConfig.d.ts +8 -0
- package/dist/models/ImageRegistryConfig.js.map +1 -1
- package/dist/models/InitContainerConfig.d.ts +49 -0
- package/dist/models/InitContainerConfig.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +51 -42
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +2 -2
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +67 -58
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
- package/dist/models/ListAppEventsRequest.d.ts +19 -14
- package/dist/models/ListAppEventsRequest.js.map +1 -1
- package/dist/models/ListAppEventsResponseBody.d.ts +32 -23
- package/dist/models/ListAppEventsResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesPageRequest.d.ts +5 -4
- package/dist/models/ListAppServicesPageRequest.js.map +1 -1
- package/dist/models/ListAppServicesPageResponseBody.d.ts +29 -24
- package/dist/models/ListAppServicesPageResponseBody.js.map +1 -1
- package/dist/models/ListAppServicesRequest.d.ts +21 -15
- package/dist/models/ListAppServicesRequest.js.map +1 -1
- package/dist/models/ListAppServicesResponseBody.d.ts +52 -37
- package/dist/models/ListAppServicesResponseBody.js.map +1 -1
- package/dist/models/ListAppVersionsRequest.d.ts +1 -1
- package/dist/models/ListAppVersionsResponseBody.d.ts +33 -23
- package/dist/models/ListAppVersionsResponseBody.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesRequest.d.ts +0 -8
- package/dist/models/ListApplicationCenterServiceInstancesRequest.js.map +1 -1
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.d.ts +0 -43
- package/dist/models/ListApplicationCenterServiceInstancesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +2 -2
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +27 -21
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +50 -24
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +103 -79
- package/dist/models/ListApplicationsResponseBody.js +2 -0
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListChangeOrdersRequest.d.ts +76 -25
- package/dist/models/ListChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListChangeOrdersResponseBody.d.ts +111 -78
- package/dist/models/ListChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListConsumedServicesRequest.d.ts +1 -1
- package/dist/models/ListConsumedServicesResponseBody.d.ts +26 -20
- package/dist/models/ListConsumedServicesResponseBody.js.map +1 -1
- package/dist/models/ListGreyTagRouteRequest.d.ts +1 -1
- package/dist/models/ListGreyTagRouteResponseBody.d.ts +131 -66
- package/dist/models/ListGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/ListIngressesRequest.d.ts +10 -2
- package/dist/models/ListIngressesRequest.js.map +1 -1
- package/dist/models/ListIngressesResponseBody.d.ts +170 -40
- package/dist/models/ListIngressesResponseBody.js.map +1 -1
- package/dist/models/ListJobsRequest.d.ts +20 -16
- package/dist/models/ListJobsRequest.js.map +1 -1
- package/dist/models/ListJobsResponseBody.d.ts +81 -56
- package/dist/models/ListJobsResponseBody.js.map +1 -1
- package/dist/models/ListLogConfigsRequest.d.ts +3 -3
- package/dist/models/ListLogConfigsResponseBody.d.ts +39 -30
- package/dist/models/ListLogConfigsResponseBody.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersRequest.d.ts +22 -6
- package/dist/models/ListNamespaceChangeOrdersRequest.js.map +1 -1
- package/dist/models/ListNamespaceChangeOrdersResponseBody.d.ts +52 -38
- package/dist/models/ListNamespaceChangeOrdersResponseBody.js.map +1 -1
- package/dist/models/ListNamespacedConfigMapsRequest.d.ts +1 -1
- package/dist/models/ListNamespacedConfigMapsResponseBody.d.ts +32 -28
- package/dist/models/ListNamespacedConfigMapsResponseBody.js.map +1 -1
- package/dist/models/ListPublishedServicesRequest.d.ts +1 -1
- package/dist/models/ListPublishedServicesResponseBody.d.ts +28 -22
- package/dist/models/ListPublishedServicesResponseBody.js.map +1 -1
- package/dist/models/ListSecretsRequest.d.ts +1 -1
- package/dist/models/ListSecretsResponseBody.d.ts +27 -24
- package/dist/models/ListSecretsResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +27 -21
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +2 -2
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +26 -20
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +9 -8
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +25 -19
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesRequest.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesShrinkRequest.d.ts +3 -0
- package/dist/models/ListWebApplicationInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListWebApplicationRevisionsOutput.d.ts +1 -1
- package/dist/models/ListWebApplicationRevisionsRequest.d.ts +1 -1
- package/dist/models/ListWebInstancesOutput.d.ts +3 -0
- package/dist/models/ListWebInstancesOutput.js.map +1 -1
- package/dist/models/PathConfig.d.ts +2 -2
- package/dist/models/QueryArmsEnableResponseBody.d.ts +8 -8
- package/dist/models/QueryResourceStaticsRequest.d.ts +1 -1
- package/dist/models/QueryResourceStaticsResponseBody.d.ts +36 -29
- package/dist/models/QueryResourceStaticsResponseBody.js.map +1 -1
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.d.ts +15 -12
- package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.js.map +1 -1
- package/dist/models/RegistryAuthenticationConfig.d.ts +6 -0
- package/dist/models/RegistryAuthenticationConfig.js.map +1 -1
- package/dist/models/RegistryCertificateConfig.d.ts +6 -0
- package/dist/models/RegistryCertificateConfig.js.map +1 -1
- package/dist/models/RescaleApplicationRequest.d.ts +10 -7
- package/dist/models/RescaleApplicationRequest.js.map +1 -1
- package/dist/models/RescaleApplicationResponseBody.d.ts +12 -10
- package/dist/models/RescaleApplicationResponseBody.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +7 -7
- package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +22 -17
- package/dist/models/RescaleApplicationVerticallyResponseBody.js.map +1 -1
- package/dist/models/RestartApplicationRequest.d.ts +10 -7
- package/dist/models/RestartApplicationRequest.js.map +1 -1
- package/dist/models/RestartApplicationResponseBody.d.ts +15 -12
- package/dist/models/RestartApplicationResponseBody.js.map +1 -1
- package/dist/models/RestartInstancesResponseBody.d.ts +15 -12
- package/dist/models/RestartInstancesResponseBody.js.map +1 -1
- package/dist/models/ResumeTrafficRequest.d.ts +1 -1
- package/dist/models/ResumeTrafficResponseBody.d.ts +26 -19
- package/dist/models/ResumeTrafficResponseBody.js.map +1 -1
- package/dist/models/Revision.d.ts +2 -2
- package/dist/models/RollbackApplicationRequest.d.ts +24 -19
- package/dist/models/RollbackApplicationRequest.js.map +1 -1
- package/dist/models/RollbackApplicationResponseBody.d.ts +15 -12
- package/dist/models/RollbackApplicationResponseBody.js.map +1 -1
- package/dist/models/RouteConfig.d.ts +1 -1
- package/dist/models/SidecarContainerConfig.d.ts +30 -10
- package/dist/models/SidecarContainerConfig.js.map +1 -1
- package/dist/models/SlscollectConfig.d.ts +3 -3
- package/dist/models/StartApplicationResponseBody.d.ts +15 -12
- package/dist/models/StartApplicationResponseBody.js.map +1 -1
- package/dist/models/StopApplicationRequest.d.ts +1 -4
- package/dist/models/StopApplicationRequest.js.map +1 -1
- package/dist/models/StopApplicationResponseBody.d.ts +31 -16
- package/dist/models/StopApplicationResponseBody.js.map +1 -1
- package/dist/models/SuspendJobRequest.d.ts +3 -2
- package/dist/models/SuspendJobRequest.js.map +1 -1
- package/dist/models/SuspendJobResponseBody.d.ts +15 -12
- package/dist/models/SuspendJobResponseBody.js.map +1 -1
- package/dist/models/SuspendTrafficRequest.d.ts +1 -1
- package/dist/models/SuspendTrafficResponseBody.d.ts +19 -22
- package/dist/models/SuspendTrafficResponseBody.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +8 -7
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +21 -15
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UnbindNlbRequest.d.ts +9 -7
- package/dist/models/UnbindNlbRequest.js.map +1 -1
- package/dist/models/UnbindNlbResponseBody.d.ts +23 -17
- package/dist/models/UnbindNlbResponseBody.js.map +1 -1
- package/dist/models/UnbindSlbRequest.d.ts +8 -6
- package/dist/models/UnbindSlbRequest.js.map +1 -1
- package/dist/models/UnbindSlbResponseBody.d.ts +21 -15
- package/dist/models/UnbindSlbResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +7 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +21 -15
- package/dist/models/UntagResourcesResponseBody.js.map +1 -1
- package/dist/models/UpdateAppModeRequest.d.ts +10 -7
- package/dist/models/UpdateAppModeRequest.js.map +1 -1
- package/dist/models/UpdateAppModeResponseBody.d.ts +19 -14
- package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
- package/dist/models/UpdateAppSecurityGroupRequest.d.ts +2 -2
- package/dist/models/UpdateAppSecurityGroupResponseBody.d.ts +21 -15
- package/dist/models/UpdateAppSecurityGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +15 -12
- package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleRequest.d.ts +101 -59
- package/dist/models/UpdateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/UpdateApplicationScalingRuleResponseBody.d.ts +124 -64
- package/dist/models/UpdateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesRequest.d.ts +20 -1
- package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesResponseBody.d.ts +21 -15
- package/dist/models/UpdateApplicationVswitchesResponseBody.js.map +1 -1
- package/dist/models/UpdateConfigMapRequest.d.ts +10 -1
- package/dist/models/UpdateConfigMapRequest.js.map +1 -1
- package/dist/models/UpdateConfigMapResponseBody.d.ts +24 -16
- package/dist/models/UpdateConfigMapResponseBody.js.map +1 -1
- package/dist/models/UpdateGreyTagRouteRequest.d.ts +6 -6
- package/dist/models/UpdateGreyTagRouteResponseBody.d.ts +19 -14
- package/dist/models/UpdateGreyTagRouteResponseBody.js.map +1 -1
- package/dist/models/UpdateIngressRequest.d.ts +81 -26
- package/dist/models/UpdateIngressRequest.js.map +1 -1
- package/dist/models/UpdateIngressResponseBody.d.ts +24 -18
- package/dist/models/UpdateIngressResponseBody.js.map +1 -1
- package/dist/models/UpdateJobRequest.d.ts +133 -95
- package/dist/models/UpdateJobRequest.js.map +1 -1
- package/dist/models/UpdateJobResponseBody.d.ts +23 -22
- package/dist/models/UpdateJobResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceRequest.d.ts +3 -2
- package/dist/models/UpdateNamespaceRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceResponseBody.d.ts +15 -12
- package/dist/models/UpdateNamespaceResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +22 -13
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +7 -9
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcRequest.d.ts +5 -2
- package/dist/models/UpdateNamespaceVpcRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceVpcResponseBody.d.ts +26 -17
- package/dist/models/UpdateNamespaceVpcResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretRequest.d.ts +6 -4
- package/dist/models/UpdateSecretRequest.js.map +1 -1
- package/dist/models/UpdateSecretResponseBody.d.ts +42 -0
- package/dist/models/UpdateSecretResponseBody.js.map +1 -1
- package/dist/models/UpdateSecretShrinkRequest.d.ts +3 -1
- package/dist/models/UpdateSecretShrinkRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +7 -6
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +22 -16
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
- package/dist/models/WebAclEntryConfig.d.ts +1 -1
- package/dist/models/WebApplication.d.ts +2 -2
- package/dist/models/WebVersionStatus.d.ts +3 -0
- package/dist/models/WebVersionStatus.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +37 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +227 -198
- package/src/models/AbortChangeOrderRequest.ts +7 -0
- package/src/models/AbortChangeOrderResponseBody.ts +19 -14
- package/src/models/BatchRestartApplicationsResponseBody.ts +0 -3
- package/src/models/BatchStartApplicationsRequest.ts +1 -1
- package/src/models/BatchStartApplicationsResponseBody.ts +15 -9
- package/src/models/BatchStopApplicationsResponseBody.ts +11 -7
- package/src/models/BindNlbRequest.ts +17 -12
- package/src/models/BindNlbResponseBody.ts +24 -18
- package/src/models/BindSlbResponseBody.ts +3 -0
- package/src/models/ConfirmPipelineBatchRequest.ts +6 -2
- package/src/models/ConfirmPipelineBatchResponseBody.ts +19 -14
- package/src/models/Container.ts +14 -14
- package/src/models/ContainerResources.ts +1 -1
- package/src/models/CreateApplicationRequest.ts +384 -259
- package/src/models/CreateApplicationResponseBody.ts +19 -17
- package/src/models/CreateApplicationScalingRuleRequest.ts +108 -79
- package/src/models/CreateApplicationScalingRuleResponseBody.ts +113 -76
- package/src/models/CreateApplicationShrinkRequest.ts +352 -259
- package/src/models/CreateConfigMapResponseBody.ts +7 -10
- package/src/models/CreateGreyTagRouteRequest.ts +6 -6
- package/src/models/CreateGreyTagRouteResponseBody.ts +20 -15
- package/src/models/CreateIngressRequest.ts +71 -50
- package/src/models/CreateIngressResponseBody.ts +20 -17
- package/src/models/CreateJobRequest.ts +214 -128
- package/src/models/CreateJobResponseBody.ts +24 -21
- package/src/models/CreateNamespaceRequest.ts +9 -8
- package/src/models/CreateNamespaceResponseBody.ts +31 -28
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +14 -12
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +77 -59
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +24 -18
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +18 -16
- package/src/models/CreateSecretRequest.ts +6 -4
- package/src/models/CreateSecretResponseBody.ts +12 -10
- package/src/models/CreateSecretShrinkRequest.ts +6 -4
- package/src/models/DataInstancesValue.ts +6 -5
- package/src/models/DataInstancesValueListenersValue.ts +13 -9
- package/src/models/DeleteApplicationResponseBody.ts +23 -17
- package/src/models/DeleteApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DeleteApplicationScalingRuleResponseBody.ts +26 -14
- package/src/models/DeleteConfigMapRequest.ts +1 -1
- package/src/models/DeleteConfigMapResponseBody.ts +23 -17
- package/src/models/DeleteGreyTagRouteResponseBody.ts +22 -16
- package/src/models/DeleteHistoryJobResponseBody.ts +16 -13
- package/src/models/DeleteIngressRequest.ts +1 -1
- package/src/models/DeleteIngressResponseBody.ts +17 -12
- package/src/models/DeleteInstancesRequest.ts +2 -2
- package/src/models/DeleteInstancesResponseBody.ts +23 -17
- package/src/models/DeleteJobResponseBody.ts +16 -13
- package/src/models/DeleteNamespaceRequest.ts +4 -1
- package/src/models/DeleteNamespaceResponseBody.ts +16 -11
- package/src/models/DeleteSecretRequest.ts +2 -2
- package/src/models/DeleteSecretResponseBody.ts +22 -19
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +2 -2
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +22 -16
- package/src/models/DeployApplicationRequest.ts +374 -304
- package/src/models/DeployApplicationResponseBody.ts +22 -22
- package/src/models/DeployApplicationShrinkRequest.ts +342 -304
- package/src/models/DescribeAppServiceDetailRequest.ts +10 -6
- package/src/models/DescribeAppServiceDetailResponseBody.ts +41 -40
- package/src/models/DescribeApplicationConfigRequest.ts +2 -2
- package/src/models/DescribeApplicationConfigResponseBody.ts +506 -347
- package/src/models/DescribeApplicationGroupsRequest.ts +2 -2
- package/src/models/DescribeApplicationGroupsResponseBody.ts +64 -41
- package/src/models/DescribeApplicationImageRequest.ts +2 -2
- package/src/models/DescribeApplicationImageResponseBody.ts +26 -20
- package/src/models/DescribeApplicationInstancesRequest.ts +37 -6
- package/src/models/DescribeApplicationInstancesResponseBody.ts +99 -54
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +17 -13
- package/src/models/DescribeApplicationNlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationNlbsResponseBody.ts +19 -14
- package/src/models/DescribeApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DescribeApplicationScalingRuleResponseBody.ts +204 -88
- package/src/models/DescribeApplicationScalingRulesRequest.ts +1 -1
- package/src/models/DescribeApplicationScalingRulesResponseBody.ts +244 -90
- package/src/models/DescribeApplicationSlbsRequest.ts +1 -1
- package/src/models/DescribeApplicationSlbsResponseBody.ts +120 -33
- package/src/models/DescribeApplicationStatusResponseBody.ts +66 -45
- package/src/models/DescribeChangeOrderRequest.ts +1 -1
- package/src/models/DescribeChangeOrderResponseBody.ts +135 -78
- package/src/models/DescribeComponentsRequest.ts +4 -3
- package/src/models/DescribeComponentsResponseBody.ts +25 -19
- package/src/models/DescribeConfigMapRequest.ts +1 -1
- package/src/models/DescribeConfigMapResponseBody.ts +32 -26
- package/src/models/DescribeConfigurationPriceRequest.ts +74 -24
- package/src/models/DescribeConfigurationPriceResponseBody.ts +74 -49
- package/src/models/DescribeEdasContainersResponseBody.ts +22 -16
- package/src/models/DescribeGreyTagRouteRequest.ts +1 -1
- package/src/models/DescribeGreyTagRouteResponseBody.ts +107 -77
- package/src/models/DescribeIngressRequest.ts +2 -2
- package/src/models/DescribeIngressResponseBody.ts +233 -54
- package/src/models/DescribeInstanceLogRequest.ts +8 -1
- package/src/models/DescribeInstanceLogResponseBody.ts +21 -20
- package/src/models/DescribeInstanceSpecificationsResponseBody.ts +33 -23
- package/src/models/DescribeJobHistoryRequest.ts +7 -4
- package/src/models/DescribeJobHistoryResponseBody.ts +22 -19
- package/src/models/DescribeJobRequest.ts +1 -1
- package/src/models/DescribeJobResponseBody.ts +222 -159
- package/src/models/DescribeJobStatusResponseBody.ts +25 -18
- package/src/models/DescribeNamespaceListRequest.ts +6 -4
- package/src/models/DescribeNamespaceListResponseBody.ts +21 -16
- package/src/models/DescribeNamespaceResourcesRequest.ts +4 -1
- package/src/models/DescribeNamespaceResourcesResponseBody.ts +91 -45
- package/src/models/DescribeNamespaceResponseBody.ts +18 -14
- package/src/models/DescribeNamespacesRequest.ts +1 -1
- package/src/models/DescribeNamespacesResponseBody.ts +30 -24
- package/src/models/DescribePipelineResponseBody.ts +59 -39
- package/src/models/DescribeRegionsResponseBody.ts +8 -5
- package/src/models/DescribeSecretResponseBody.ts +15 -12
- package/src/models/DescribeSwimmingLaneRequest.ts +3 -3
- package/src/models/DescribeSwimmingLaneResponseBody.ts +62 -53
- package/src/models/DescribeVswitchesRequest.ts +0 -11
- package/src/models/DescribeVswitchesResponseBody.ts +0 -47
- package/src/models/DisableApplicationScalingRuleRequest.ts +2 -2
- package/src/models/DisableApplicationScalingRuleResponseBody.ts +24 -15
- package/src/models/DisableArmsResponseBody.ts +17 -22
- package/src/models/DowngradeApplicationApmServiceResponseBody.ts +13 -11
- package/src/models/EnableApplicationScalingRuleResponseBody.ts +15 -12
- package/src/models/ExecJobRequest.ts +31 -23
- package/src/models/ExecJobResponseBody.ts +37 -26
- package/src/models/GetApplicationRequest.ts +2 -2
- package/src/models/GetApplicationResponseBody.ts +75 -45
- package/src/models/GetAvailabilityMetricResponseBody.ts +1 -1
- package/src/models/GetChangeOrderMetricRequest.ts +20 -9
- package/src/models/GetChangeOrderMetricResponseBody.ts +36 -15
- package/src/models/GetScaleAppMetricResponseBody.ts +1 -1
- package/src/models/GetWebshellTokenRequest.ts +7 -6
- package/src/models/GetWebshellTokenResponseBody.ts +12 -10
- package/src/models/ImageRegistryConfig.ts +8 -0
- package/src/models/InitContainerConfig.ts +49 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +1 -1
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +51 -42
- package/src/models/ListAllSwimmingLanesRequest.ts +2 -2
- package/src/models/ListAllSwimmingLanesResponseBody.ts +67 -58
- package/src/models/ListAppEventsRequest.ts +19 -14
- package/src/models/ListAppEventsResponseBody.ts +32 -23
- package/src/models/ListAppServicesPageRequest.ts +5 -4
- package/src/models/ListAppServicesPageResponseBody.ts +29 -24
- package/src/models/ListAppServicesRequest.ts +21 -15
- package/src/models/ListAppServicesResponseBody.ts +52 -37
- package/src/models/ListAppVersionsRequest.ts +1 -1
- package/src/models/ListAppVersionsResponseBody.ts +33 -23
- package/src/models/ListApplicationCenterServiceInstancesRequest.ts +0 -8
- package/src/models/ListApplicationCenterServiceInstancesResponseBody.ts +0 -43
- package/src/models/ListApplicationsForSwimmingLaneRequest.ts +2 -2
- package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +27 -21
- package/src/models/ListApplicationsRequest.ts +52 -24
- package/src/models/ListApplicationsResponseBody.ts +105 -79
- package/src/models/ListChangeOrdersRequest.ts +76 -25
- package/src/models/ListChangeOrdersResponseBody.ts +111 -78
- package/src/models/ListConsumedServicesRequest.ts +1 -1
- package/src/models/ListConsumedServicesResponseBody.ts +26 -20
- package/src/models/ListGreyTagRouteRequest.ts +1 -1
- package/src/models/ListGreyTagRouteResponseBody.ts +131 -66
- package/src/models/ListIngressesRequest.ts +10 -2
- package/src/models/ListIngressesResponseBody.ts +170 -40
- package/src/models/ListJobsRequest.ts +20 -16
- package/src/models/ListJobsResponseBody.ts +81 -56
- package/src/models/ListLogConfigsRequest.ts +3 -3
- package/src/models/ListLogConfigsResponseBody.ts +39 -30
- package/src/models/ListNamespaceChangeOrdersRequest.ts +22 -6
- package/src/models/ListNamespaceChangeOrdersResponseBody.ts +52 -38
- package/src/models/ListNamespacedConfigMapsRequest.ts +1 -1
- package/src/models/ListNamespacedConfigMapsResponseBody.ts +32 -28
- package/src/models/ListPublishedServicesRequest.ts +1 -1
- package/src/models/ListPublishedServicesResponseBody.ts +28 -22
- package/src/models/ListSecretsRequest.ts +1 -1
- package/src/models/ListSecretsResponseBody.ts +27 -24
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +27 -21
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +2 -2
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +26 -20
- package/src/models/ListTagResourcesRequest.ts +9 -8
- package/src/models/ListTagResourcesResponseBody.ts +25 -19
- package/src/models/ListWebApplicationInstancesRequest.ts +3 -0
- package/src/models/ListWebApplicationInstancesShrinkRequest.ts +3 -0
- package/src/models/ListWebApplicationRevisionsOutput.ts +1 -1
- package/src/models/ListWebApplicationRevisionsRequest.ts +1 -1
- package/src/models/ListWebInstancesOutput.ts +3 -0
- package/src/models/PathConfig.ts +2 -2
- package/src/models/QueryArmsEnableResponseBody.ts +8 -8
- package/src/models/QueryResourceStaticsRequest.ts +1 -1
- package/src/models/QueryResourceStaticsResponseBody.ts +37 -30
- package/src/models/ReduceApplicationCapacityByInstanceIdsResponseBody.ts +15 -12
- package/src/models/RegistryAuthenticationConfig.ts +6 -0
- package/src/models/RegistryCertificateConfig.ts +6 -0
- package/src/models/RescaleApplicationRequest.ts +10 -7
- package/src/models/RescaleApplicationResponseBody.ts +12 -10
- package/src/models/RescaleApplicationVerticallyRequest.ts +7 -7
- package/src/models/RescaleApplicationVerticallyResponseBody.ts +22 -17
- package/src/models/RestartApplicationRequest.ts +10 -7
- package/src/models/RestartApplicationResponseBody.ts +15 -12
- package/src/models/RestartInstancesResponseBody.ts +15 -12
- package/src/models/ResumeTrafficRequest.ts +1 -1
- package/src/models/ResumeTrafficResponseBody.ts +26 -19
- package/src/models/Revision.ts +2 -2
- package/src/models/RollbackApplicationRequest.ts +24 -19
- package/src/models/RollbackApplicationResponseBody.ts +15 -12
- package/src/models/RouteConfig.ts +1 -1
- package/src/models/SidecarContainerConfig.ts +30 -10
- package/src/models/SlscollectConfig.ts +3 -3
- package/src/models/StartApplicationResponseBody.ts +15 -12
- package/src/models/StopApplicationRequest.ts +1 -4
- package/src/models/StopApplicationResponseBody.ts +31 -16
- package/src/models/SuspendJobRequest.ts +3 -2
- package/src/models/SuspendJobResponseBody.ts +15 -12
- package/src/models/SuspendTrafficRequest.ts +1 -1
- package/src/models/SuspendTrafficResponseBody.ts +19 -22
- package/src/models/TagResourcesRequest.ts +8 -7
- package/src/models/TagResourcesResponseBody.ts +21 -15
- package/src/models/UnbindNlbRequest.ts +9 -7
- package/src/models/UnbindNlbResponseBody.ts +23 -17
- package/src/models/UnbindSlbRequest.ts +8 -6
- package/src/models/UnbindSlbResponseBody.ts +21 -15
- package/src/models/UntagResourcesRequest.ts +7 -6
- package/src/models/UntagResourcesResponseBody.ts +21 -15
- package/src/models/UpdateAppModeRequest.ts +10 -7
- package/src/models/UpdateAppModeResponseBody.ts +19 -14
- package/src/models/UpdateAppSecurityGroupRequest.ts +2 -2
- package/src/models/UpdateAppSecurityGroupResponseBody.ts +21 -15
- package/src/models/UpdateApplicationDescriptionResponseBody.ts +15 -12
- package/src/models/UpdateApplicationScalingRuleRequest.ts +101 -59
- package/src/models/UpdateApplicationScalingRuleResponseBody.ts +124 -64
- package/src/models/UpdateApplicationVswitchesRequest.ts +20 -1
- package/src/models/UpdateApplicationVswitchesResponseBody.ts +21 -15
- package/src/models/UpdateConfigMapRequest.ts +10 -1
- package/src/models/UpdateConfigMapResponseBody.ts +24 -16
- package/src/models/UpdateGreyTagRouteRequest.ts +6 -6
- package/src/models/UpdateGreyTagRouteResponseBody.ts +19 -14
- package/src/models/UpdateIngressRequest.ts +81 -26
- package/src/models/UpdateIngressResponseBody.ts +24 -18
- package/src/models/UpdateJobRequest.ts +133 -95
- package/src/models/UpdateJobResponseBody.ts +23 -22
- package/src/models/UpdateNamespaceRequest.ts +3 -2
- package/src/models/UpdateNamespaceResponseBody.ts +15 -12
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +22 -13
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +7 -9
- package/src/models/UpdateNamespaceVpcRequest.ts +5 -2
- package/src/models/UpdateNamespaceVpcResponseBody.ts +26 -17
- package/src/models/UpdateSecretRequest.ts +6 -4
- package/src/models/UpdateSecretResponseBody.ts +42 -0
- package/src/models/UpdateSecretShrinkRequest.ts +3 -1
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +7 -6
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +22 -16
- package/src/models/WebAclEntryConfig.ts +1 -1
- package/src/models/WebApplication.ts +2 -2
- package/src/models/WebVersionStatus.ts +3 -0
- package/src/models/model.ts +3 -0
|
@@ -4,10 +4,39 @@ import { InitContainerConfig } from "./InitContainerConfig";
|
|
|
4
4
|
import { SidecarContainerConfig } from "./SidecarContainerConfig";
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
export class DeployApplicationRequestRaspConfig extends $dara.Model {
|
|
8
|
+
enableRasp?: boolean;
|
|
9
|
+
raspAppKey?: string;
|
|
10
|
+
raspAppName?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
enableRasp: 'EnableRasp',
|
|
14
|
+
raspAppKey: 'RaspAppKey',
|
|
15
|
+
raspAppName: 'RaspAppName',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
static types(): { [key: string]: any } {
|
|
20
|
+
return {
|
|
21
|
+
enableRasp: 'boolean',
|
|
22
|
+
raspAppKey: 'string',
|
|
23
|
+
raspAppName: 'string',
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
validate() {
|
|
28
|
+
super.validate();
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
constructor(map?: { [key: string]: any }) {
|
|
32
|
+
super(map);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
7
36
|
export class DeployApplicationRequest extends $dara.Model {
|
|
8
37
|
/**
|
|
9
38
|
* @remarks
|
|
10
|
-
* The
|
|
39
|
+
* The ARN of the RAM role required for cross-account image pulling. For more information, see [Grant permissions across Alibaba Cloud accounts by using a RAM role](https://help.aliyun.com/document_detail/223585.html).
|
|
11
40
|
*
|
|
12
41
|
* @example
|
|
13
42
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -15,17 +44,31 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
15
44
|
acrAssumeRoleArn?: string;
|
|
16
45
|
/**
|
|
17
46
|
* @remarks
|
|
18
|
-
* The
|
|
47
|
+
* The Container Registry Enterprise instance ID. This parameter is required when **ImageUrl** is set to a Container Registry Enterprise instance image.
|
|
19
48
|
*
|
|
20
49
|
* @example
|
|
21
50
|
* cri-xxxxxx
|
|
22
51
|
*/
|
|
23
52
|
acrInstanceId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* The AliyunAgent version.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* 4.4.2
|
|
59
|
+
*/
|
|
24
60
|
agentVersion?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* The ALB gateway ReadinessGate configuration.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* default
|
|
67
|
+
*/
|
|
25
68
|
albIngressReadinessGate?: string;
|
|
26
69
|
/**
|
|
27
70
|
* @remarks
|
|
28
|
-
* The ID of the application.
|
|
71
|
+
* The ID of the application to deploy.
|
|
29
72
|
*
|
|
30
73
|
* This parameter is required.
|
|
31
74
|
*
|
|
@@ -35,10 +78,10 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
35
78
|
appId?: string;
|
|
36
79
|
/**
|
|
37
80
|
* @remarks
|
|
38
|
-
* Specifies whether to associate an
|
|
81
|
+
* Specifies whether to associate an elastic IP address (EIP). Valid values:
|
|
39
82
|
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
83
|
+
* - **true**: associates an EIP.
|
|
84
|
+
* - **false**: does not associate an EIP.
|
|
42
85
|
*
|
|
43
86
|
* @example
|
|
44
87
|
* true
|
|
@@ -46,10 +89,9 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
46
89
|
associateEip?: boolean;
|
|
47
90
|
/**
|
|
48
91
|
* @remarks
|
|
49
|
-
* Specifies whether to automatically enable
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* * **false**: turns off Logon-free Sharing
|
|
92
|
+
* Specifies whether to automatically enable the application elastic scaling policy. Valid values:
|
|
93
|
+
* - **true**: enabled.
|
|
94
|
+
* - **false**: disabled.
|
|
53
95
|
*
|
|
54
96
|
* @example
|
|
55
97
|
* true
|
|
@@ -57,7 +99,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
57
99
|
autoEnableApplicationScalingRule?: boolean;
|
|
58
100
|
/**
|
|
59
101
|
* @remarks
|
|
60
|
-
* The interval between batches
|
|
102
|
+
* The interval between deployment batches. Unit: seconds.
|
|
61
103
|
*
|
|
62
104
|
* @example
|
|
63
105
|
* 10
|
|
@@ -68,20 +110,21 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
68
110
|
* The description of the change order.
|
|
69
111
|
*
|
|
70
112
|
* @example
|
|
71
|
-
* Start
|
|
113
|
+
* Start application
|
|
72
114
|
*/
|
|
73
115
|
changeOrderDesc?: string;
|
|
74
116
|
/**
|
|
75
117
|
* @remarks
|
|
76
|
-
* The
|
|
77
|
-
*
|
|
78
|
-
* command:
|
|
79
|
-
* - echo
|
|
80
|
-
* - abc
|
|
81
|
-
* - >
|
|
82
|
-
* - file0
|
|
118
|
+
* The image startup command. The command must be an executable object in the container. Example:
|
|
83
119
|
*
|
|
84
|
-
*
|
|
120
|
+
* ```
|
|
121
|
+
* command:
|
|
122
|
+
* - echo
|
|
123
|
+
* - abc
|
|
124
|
+
* - >
|
|
125
|
+
* - file0
|
|
126
|
+
* ```
|
|
127
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
85
128
|
*
|
|
86
129
|
* @example
|
|
87
130
|
* echo
|
|
@@ -89,11 +132,11 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
89
132
|
command?: string;
|
|
90
133
|
/**
|
|
91
134
|
* @remarks
|
|
92
|
-
* The
|
|
135
|
+
* The arguments of the image startup command. These are the arguments required by the startup command specified in **Command**. Format:
|
|
93
136
|
*
|
|
94
137
|
* `["a","b"]`
|
|
95
138
|
*
|
|
96
|
-
* In the preceding example,
|
|
139
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to a String type, and the internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
97
140
|
*
|
|
98
141
|
* @example
|
|
99
142
|
* ["a","b"]
|
|
@@ -101,14 +144,14 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
101
144
|
commandArgs?: string;
|
|
102
145
|
/**
|
|
103
146
|
* @remarks
|
|
104
|
-
* The
|
|
147
|
+
* The **ConfigMap** mount description. Use a ConfigMap created on the namespace configuration items page to inject configuration information into the container. Settings:
|
|
105
148
|
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
149
|
+
* - **configMapId**: the ConfigMap instance ID. You can obtain it by calling the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
150
|
+
* - **key**: the key.
|
|
108
151
|
*
|
|
109
|
-
* > You can
|
|
152
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
110
153
|
*
|
|
111
|
-
*
|
|
154
|
+
* - **mountPath**: the mount path.
|
|
112
155
|
*
|
|
113
156
|
* @example
|
|
114
157
|
* [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
|
|
@@ -116,16 +159,15 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
116
159
|
configMapMountDesc?: string;
|
|
117
160
|
/**
|
|
118
161
|
* @remarks
|
|
119
|
-
* The CPU
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
* * **32000**
|
|
162
|
+
* The CPU resources required for each instance. Unit: millicores. This parameter cannot be set to 0. Only the following defined specifications are supported:
|
|
163
|
+
* - **500**
|
|
164
|
+
* - **1000**
|
|
165
|
+
* - **2000**
|
|
166
|
+
* - **4000**
|
|
167
|
+
* - **8000**
|
|
168
|
+
* - **12000**
|
|
169
|
+
* - **16000**
|
|
170
|
+
* - **32000**
|
|
129
171
|
*
|
|
130
172
|
* @example
|
|
131
173
|
* 1000
|
|
@@ -133,10 +175,10 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
133
175
|
cpu?: number;
|
|
134
176
|
/**
|
|
135
177
|
* @remarks
|
|
136
|
-
* The custom
|
|
178
|
+
* The custom host mapping in the container. Valid values:
|
|
137
179
|
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
180
|
+
* - **hostName**: the domain name or hostname.
|
|
181
|
+
* - **ip**: the IP address.
|
|
140
182
|
*
|
|
141
183
|
* @example
|
|
142
184
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
@@ -144,11 +186,10 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
144
186
|
customHostAlias?: string;
|
|
145
187
|
/**
|
|
146
188
|
* @remarks
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
* - internet: Public network image
|
|
189
|
+
* The custom image type. If the image is not a custom image, set this parameter to an empty string:
|
|
150
190
|
*
|
|
151
|
-
* -
|
|
191
|
+
* - internet: public image.
|
|
192
|
+
* - intranet: private image.
|
|
152
193
|
*
|
|
153
194
|
* @example
|
|
154
195
|
* internet
|
|
@@ -156,10 +197,9 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
156
197
|
customImageNetworkType?: string;
|
|
157
198
|
/**
|
|
158
199
|
* @remarks
|
|
159
|
-
* This parameter takes effect only for applications
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
* * **false**: specifies that the system only enables the new configurations.
|
|
200
|
+
* This parameter takes effect only for applications in the stopped state. If you call the **DeployApplication** operation for a running application, the application is immediately redeployed.
|
|
201
|
+
* - **true**: default value. Deploys immediately, applies the new deployment configuration, and starts instances.
|
|
202
|
+
* - **false**: applies the new deployment configuration only, without starting application instances.
|
|
163
203
|
*
|
|
164
204
|
* @example
|
|
165
205
|
* true
|
|
@@ -167,7 +207,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
167
207
|
deploy?: string;
|
|
168
208
|
/**
|
|
169
209
|
* @remarks
|
|
170
|
-
* The version of .NET
|
|
210
|
+
* The version of the .NET framework:
|
|
171
211
|
*
|
|
172
212
|
* - .NET 3.1
|
|
173
213
|
* - .NET 5.0
|
|
@@ -181,19 +221,26 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
181
221
|
dotnet?: string;
|
|
182
222
|
/**
|
|
183
223
|
* @remarks
|
|
184
|
-
* The version of the
|
|
224
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
185
225
|
*
|
|
186
226
|
* @example
|
|
187
227
|
* 3.5.3
|
|
188
228
|
*/
|
|
189
229
|
edasContainerVersion?: string;
|
|
230
|
+
/**
|
|
231
|
+
* @remarks
|
|
232
|
+
* The shared ephemeral storage configuration.
|
|
233
|
+
*
|
|
234
|
+
* @example
|
|
235
|
+
* [{\\"name\\":\\"workdir\\",\\"mountPath\\":\\"/usr/local/tomcat/webapps\\"}]
|
|
236
|
+
*/
|
|
190
237
|
emptyDirDesc?: string;
|
|
191
238
|
/**
|
|
192
239
|
* @remarks
|
|
193
|
-
*
|
|
240
|
+
* Specifies whether to enable Application High Availability Service (AHAS). Valid values:
|
|
194
241
|
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
242
|
+
* - **true**: enables AHAS.
|
|
243
|
+
* - **false**: does not enable AHAS.
|
|
197
244
|
*
|
|
198
245
|
* @example
|
|
199
246
|
* false
|
|
@@ -201,11 +248,10 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
201
248
|
enableAhas?: string;
|
|
202
249
|
/**
|
|
203
250
|
* @remarks
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
* true: enable
|
|
251
|
+
* Specifies whether to enable the CPU Burst feature:
|
|
207
252
|
*
|
|
208
|
-
*
|
|
253
|
+
* - true: enabled.
|
|
254
|
+
* - false: disabled.
|
|
209
255
|
*
|
|
210
256
|
* @example
|
|
211
257
|
* true
|
|
@@ -213,36 +259,48 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
213
259
|
enableCpuBurst?: boolean;
|
|
214
260
|
/**
|
|
215
261
|
* @remarks
|
|
216
|
-
*
|
|
262
|
+
* Specifies whether to enable traffic canary release rules. This rule applies only to applications that use the Spring Cloud or Dubbo framework. Valid values:
|
|
217
263
|
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
264
|
+
* - **true**: enables canary release rules.
|
|
265
|
+
* - **false**: disables canary release rules.
|
|
220
266
|
*
|
|
221
267
|
* @example
|
|
222
268
|
* false
|
|
223
269
|
*/
|
|
224
270
|
enableGreyTagRoute?: boolean;
|
|
225
|
-
enableNamespaceAgentVersion?: boolean;
|
|
226
271
|
/**
|
|
227
272
|
* @remarks
|
|
228
|
-
*
|
|
273
|
+
* Specifies whether to reuse the namespace Agent version configuration.
|
|
229
274
|
*
|
|
230
|
-
*
|
|
275
|
+
* @example
|
|
276
|
+
* true
|
|
277
|
+
*/
|
|
278
|
+
enableNamespaceAgentVersion?: boolean;
|
|
279
|
+
/**
|
|
280
|
+
* @remarks
|
|
281
|
+
* Specifies whether to enable the new ARMS feature:
|
|
231
282
|
*
|
|
232
|
-
* -
|
|
283
|
+
* - true: enabled.
|
|
284
|
+
* - false: disabled.
|
|
233
285
|
*
|
|
234
286
|
* @example
|
|
235
287
|
* true
|
|
236
288
|
*/
|
|
237
289
|
enableNewArms?: boolean;
|
|
238
|
-
enablePrometheus?: boolean;
|
|
239
290
|
/**
|
|
240
291
|
* @remarks
|
|
241
|
-
*
|
|
292
|
+
* Specifies whether to enable custom Prometheus metric collection.
|
|
242
293
|
*
|
|
243
|
-
*
|
|
294
|
+
* @example
|
|
295
|
+
* false
|
|
296
|
+
*/
|
|
297
|
+
enablePrometheus?: boolean;
|
|
298
|
+
/**
|
|
299
|
+
* @remarks
|
|
300
|
+
* Specifies whether to enable sidecar resource isolation:
|
|
244
301
|
*
|
|
245
|
-
*
|
|
302
|
+
* - true: enables isolation.
|
|
303
|
+
* - false: does not enable isolation.
|
|
246
304
|
*
|
|
247
305
|
* @example
|
|
248
306
|
* true
|
|
@@ -250,36 +308,42 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
250
308
|
enableSidecarResourceIsolated?: boolean;
|
|
251
309
|
/**
|
|
252
310
|
* @remarks
|
|
253
|
-
* The environment
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
* * Reference secret dictionary
|
|
268
|
-
*
|
|
269
|
-
* * **name**: the name of the environment variable. You can reference one or all keys. If you want to reference all keys, specify `sae-sys-secret-all-<Secret dictionary name>`. Example: `sae-sys-secret-all-test1`.
|
|
270
|
-
* * **valueFrom**: the reference of the environment variable. Set the value to `secretRef`.
|
|
271
|
-
* * **secretId**: the secret dictionary ID.
|
|
272
|
-
* * **key**: the key. If you want to reference all keys, do not configure this parameter.
|
|
311
|
+
* The container environment variable parameters. You can customize environment variables or reference ConfigMap items. To reference a ConfigMap item, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
312
|
+
* - Custom configuration
|
|
313
|
+
* - **name**: the name of the environment variable.
|
|
314
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
315
|
+
* - Reference a ConfigMap item (valueFrom)
|
|
316
|
+
* - **name**: the name of the environment variable. To reference all keys, enter `sae-sys-configmap-all-<ConfigMap name>`, such as `sae-sys-configmap-all-test1`.
|
|
317
|
+
* - **valueFrom**: the environment variable reference. Set the value to `configMapRef`.
|
|
318
|
+
* - **configMapId**: the ConfigMap ID.
|
|
319
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
320
|
+
* - Reference a secret (valueFrom)
|
|
321
|
+
* - **name**: the name of the environment variable. To reference all keys, enter `sae-sys-secret-all-<secret name>`, such as `sae-sys-secret-all-test1`.
|
|
322
|
+
* - **valueFrom**: the environment variable reference. Set the value to `secretRef`.
|
|
323
|
+
* - **secretId**: the secret ID.
|
|
324
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
273
325
|
*
|
|
274
326
|
* @example
|
|
275
|
-
* [{"name":"envtmp","value":"
|
|
327
|
+
* [ { "name": "sae-sys-configmap-all-hello", "valueFrom": { "configMapRef": { "configMapId": 100, "key": "" } } }, { "name": "hello", "valueFrom": { "configMapRef": { "configMapId": 101, "key": "php-fpm" } } }, { "name": "sae-sys-secret-all-hello", "valueFrom": { “secretRef": { “secretId": 100, "key": "" } } }, { "name": “password”, "valueFrom": { “secretRef": { “secretId": 101, "key": “password” } } }, { "name": "envtmp", "value": "newenv" } ]
|
|
276
328
|
*/
|
|
277
329
|
envs?: string;
|
|
278
330
|
gpuConfig?: string;
|
|
331
|
+
/**
|
|
332
|
+
* @remarks
|
|
333
|
+
* The Nginx version.
|
|
334
|
+
* - nginx 1.20
|
|
335
|
+
* - nginx 1.22
|
|
336
|
+
* - nginx 1.24
|
|
337
|
+
* - nginx 1.26
|
|
338
|
+
* - nginx 1.28
|
|
339
|
+
*
|
|
340
|
+
* @example
|
|
341
|
+
* nginx 1.28
|
|
342
|
+
*/
|
|
279
343
|
html?: string;
|
|
280
344
|
/**
|
|
281
345
|
* @remarks
|
|
282
|
-
* The
|
|
346
|
+
* The corresponding secret ID.
|
|
283
347
|
*
|
|
284
348
|
* @example
|
|
285
349
|
* 10
|
|
@@ -287,7 +351,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
287
351
|
imagePullSecrets?: string;
|
|
288
352
|
/**
|
|
289
353
|
* @remarks
|
|
290
|
-
* The URL
|
|
354
|
+
* The image URL. This parameter is required when **Package Type** is set to **Image**.
|
|
291
355
|
*
|
|
292
356
|
* @example
|
|
293
357
|
* registry.cn-hangzhou.aliyuncs.com/sae_test/ali_sae_test:0.0.1
|
|
@@ -295,12 +359,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
295
359
|
imageUrl?: string;
|
|
296
360
|
/**
|
|
297
361
|
* @remarks
|
|
298
|
-
*
|
|
362
|
+
* The init container configuration.
|
|
299
363
|
*/
|
|
300
364
|
initContainersConfig?: InitContainerConfig[];
|
|
301
365
|
/**
|
|
302
366
|
* @remarks
|
|
303
|
-
* The arguments
|
|
367
|
+
* The startup arguments for a JAR package-based application. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
|
|
304
368
|
*
|
|
305
369
|
* @example
|
|
306
370
|
* -Xms4G -Xmx4G
|
|
@@ -308,7 +372,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
308
372
|
jarStartArgs?: string;
|
|
309
373
|
/**
|
|
310
374
|
* @remarks
|
|
311
|
-
* The
|
|
375
|
+
* The startup options for a JAR package-based application. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
|
|
312
376
|
*
|
|
313
377
|
* @example
|
|
314
378
|
* custom-option
|
|
@@ -316,16 +380,16 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
316
380
|
jarStartOptions?: string;
|
|
317
381
|
/**
|
|
318
382
|
* @remarks
|
|
319
|
-
* The version
|
|
383
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
320
384
|
*
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
326
|
-
*
|
|
385
|
+
* - **Open JDK 8**
|
|
386
|
+
* - **Open JDK 7**
|
|
387
|
+
* - **Dragonwell 11**
|
|
388
|
+
* - **Dragonwell 8**
|
|
389
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
390
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
327
391
|
*
|
|
328
|
-
* This parameter is not
|
|
392
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
329
393
|
*
|
|
330
394
|
* @example
|
|
331
395
|
* Open JDK 8
|
|
@@ -333,60 +397,78 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
333
397
|
jdk?: string;
|
|
334
398
|
/**
|
|
335
399
|
* @remarks
|
|
336
|
-
* The
|
|
400
|
+
* The summary of log collection configurations for Kafka. Valid values:
|
|
337
401
|
*
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
*
|
|
402
|
+
* - **kafkaEndpoint**: the endpoint of the Kafka API.
|
|
403
|
+
* - **kafkaInstanceId**: the Kafka instance ID.
|
|
404
|
+
* - **kafkaConfigs**: the configuration summary for one or more log entries. For example values and parameter descriptions, see the **kafkaConfigs** request parameter in this topic.
|
|
341
405
|
*
|
|
342
406
|
* @example
|
|
343
|
-
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX
|
|
407
|
+
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX","kafkaInstanceId":"alikafka_pre-cn-7pp2l8kr****","kafkaConfigs":[{"logType":"file_log","logDir":"/tmp/a.log","kafkaTopic":"test2"},{"logType":"stdout","logDir":"","kafkaTopic":"test"}]}
|
|
344
408
|
*/
|
|
345
409
|
kafkaConfigs?: string;
|
|
346
410
|
labels?: { [key: string]: string };
|
|
347
411
|
/**
|
|
348
412
|
* @remarks
|
|
349
|
-
* The
|
|
413
|
+
* The container health check. Containers that fail the health check are shutdown and recovered. The following methods are supported:
|
|
350
414
|
*
|
|
351
|
-
*
|
|
352
|
-
*
|
|
353
|
-
*
|
|
415
|
+
* - **exec**: for example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
416
|
+
* - **httpGet**: for example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
417
|
+
* - **tcpSocket**: for example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
354
418
|
*
|
|
355
|
-
* >
|
|
419
|
+
* > Only one method can be selected for health checks.
|
|
356
420
|
*
|
|
357
|
-
*
|
|
421
|
+
* Settings:
|
|
358
422
|
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
423
|
+
* - **exec.command**: sets the health check command.
|
|
424
|
+
* - **httpGet.path**: the access path.
|
|
425
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
426
|
+
* - **httpGet.isContainKeyWord**: **true** indicates that the keyword is included, **false** indicates that the keyword is not included, and the absence of this field indicates that the advanced feature is not used.
|
|
427
|
+
* - **httpGet.keyWord**: the custom keyword. The **isContainKeyWord** field must be present when this parameter is used.
|
|
428
|
+
* - **tcpSocket.port**: the port for TCP connection detection.
|
|
429
|
+
* - **initialDelaySeconds**: sets the initial delay for the health check. Default value: 10. Unit: seconds.
|
|
430
|
+
* - **periodSeconds**: sets the health check epoch. Default value: 30. Unit: seconds.
|
|
431
|
+
* - **timeoutSeconds**: sets the health check timeout period. Default value: 1. Unit: seconds. If this parameter is set to 0 or is not set, the default timeout period is 1 second.
|
|
368
432
|
*
|
|
369
433
|
* @example
|
|
370
434
|
* {"exec":{"command":["sleep","5s"]},"initialDelaySeconds":10,"timeoutSeconds":11}
|
|
371
435
|
*/
|
|
372
436
|
liveness?: string;
|
|
373
437
|
lokiConfigs?: string;
|
|
438
|
+
/**
|
|
439
|
+
* @remarks
|
|
440
|
+
* The maximum surge instance percentage. Valid values:
|
|
441
|
+
*
|
|
442
|
+
* If the minimum number of available instances is 100%, the maximum surge cannot be set to 0. If this parameter is set to **-1**, the system-recommended value of 30% is used, which is 30% of the current number of instances. For example, if the current number of instances is 10, the value is 10 × 30% = 3.
|
|
443
|
+
*
|
|
444
|
+
* @example
|
|
445
|
+
* -1
|
|
446
|
+
*/
|
|
374
447
|
maxSurgeInstanceRatio?: number;
|
|
375
|
-
maxSurgeInstances?: number;
|
|
376
448
|
/**
|
|
377
449
|
* @remarks
|
|
378
|
-
* The
|
|
450
|
+
* The maximum number of surge instances. Valid values:
|
|
451
|
+
*
|
|
452
|
+
* If the minimum number of available instances is 100%, the maximum surge cannot be set to 0.
|
|
453
|
+
* If this parameter is set to **-1**, the system-recommended value of 30% is used, which is 30% of the current number of instances. For example, if the current number of instances is 10, the value is 10 × 30% = 3.
|
|
379
454
|
*
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
*
|
|
386
|
-
*
|
|
387
|
-
*
|
|
388
|
-
*
|
|
389
|
-
*
|
|
455
|
+
* @example
|
|
456
|
+
* -1
|
|
457
|
+
*/
|
|
458
|
+
maxSurgeInstances?: number;
|
|
459
|
+
/**
|
|
460
|
+
* @remarks
|
|
461
|
+
* The memory required for each instance. Unit: MB. This parameter cannot be set to 0. The memory has a one-to-one mapping with CPU. Only the following defined specifications are supported:
|
|
462
|
+
* - **1024**: corresponds to 500 and 1000 millicores of CPU.
|
|
463
|
+
* - **2048**: corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
464
|
+
* - **4096**: corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
465
|
+
* - **8192**: corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
466
|
+
* - **12288**: corresponds to 12000 millicores of CPU.
|
|
467
|
+
* - **16384**: corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
468
|
+
* - **24576**: corresponds to 12000 millicores of CPU.
|
|
469
|
+
* - **32768**: corresponds to 16000 millicores of CPU.
|
|
470
|
+
* - **65536**: corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
471
|
+
* - **131072**: corresponds to 32000 millicores of CPU.
|
|
390
472
|
*
|
|
391
473
|
* @example
|
|
392
474
|
* 1024
|
|
@@ -394,11 +476,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
394
476
|
memory?: number;
|
|
395
477
|
/**
|
|
396
478
|
* @remarks
|
|
397
|
-
*
|
|
479
|
+
* Specifies the Nacos registry. Valid values:
|
|
480
|
+
* - **0**: Serverless App Engine built-in Nacos.
|
|
481
|
+
* - **1**: self-managed Nacos.
|
|
482
|
+
* - **2**: Microservices Engine (MSE) commercial edition Nacos.
|
|
398
483
|
*
|
|
399
|
-
*
|
|
400
|
-
* * **1**: self-managed Nacos registry
|
|
401
|
-
* * **2** : MSE Nacos registry
|
|
484
|
+
* > If you select Serverless App Engine built-in Nacos, you cannot obtain the configuration of the built-in Nacos.
|
|
402
485
|
*
|
|
403
486
|
* @example
|
|
404
487
|
* "0"
|
|
@@ -406,13 +489,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
406
489
|
microRegistration?: string;
|
|
407
490
|
/**
|
|
408
491
|
* @remarks
|
|
409
|
-
*
|
|
410
|
-
*
|
|
411
|
-
* - 0: SAE built-in Nacos. Unable to get the configuration of SAE built-in Nacos.
|
|
412
|
-
*
|
|
413
|
-
* - 1: Self-built Nacos from users.
|
|
414
|
-
*
|
|
415
|
-
* - 2: MSE enterprise Nacos.
|
|
492
|
+
* The registry configuration, which takes effect only when the registry type is MSE Nacos Enterprise Edition.
|
|
416
493
|
*
|
|
417
494
|
* @example
|
|
418
495
|
* {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
|
|
@@ -420,29 +497,23 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
420
497
|
microRegistrationConfig?: string;
|
|
421
498
|
/**
|
|
422
499
|
* @remarks
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
* Whether to enable microservices governance (enable):
|
|
426
|
-
* - true: Enable
|
|
427
|
-
* - false: Disable
|
|
500
|
+
* Configures microservice governance.
|
|
428
501
|
*
|
|
429
|
-
*
|
|
502
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
430
503
|
*
|
|
431
|
-
*
|
|
504
|
+
* - true: enabled.
|
|
432
505
|
*
|
|
433
|
-
*
|
|
506
|
+
* - false: disabled.
|
|
434
507
|
*
|
|
435
|
-
* -
|
|
508
|
+
* - Configures lossless online/offline (mseLosslessRule):
|
|
436
509
|
*
|
|
437
|
-
*
|
|
510
|
+
* - delayTime: the delay time.
|
|
438
511
|
*
|
|
439
|
-
*
|
|
512
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled, and false indicates disabled.
|
|
440
513
|
*
|
|
441
|
-
*
|
|
514
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled, and false indicates disabled.
|
|
442
515
|
*
|
|
443
|
-
* -
|
|
444
|
-
*
|
|
445
|
-
* warmupTime: Small-traffic warm-up duration (unit: seconds)
|
|
516
|
+
* - warmupTime: the warm-up duration for low-traffic scenarios. Unit: seconds.
|
|
446
517
|
*
|
|
447
518
|
* @example
|
|
448
519
|
* {"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
|
|
@@ -450,12 +521,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
450
521
|
microserviceEngineConfig?: string;
|
|
451
522
|
/**
|
|
452
523
|
* @remarks
|
|
453
|
-
* The
|
|
524
|
+
* The minimum percentage of available instances. Valid values:
|
|
454
525
|
*
|
|
455
|
-
*
|
|
456
|
-
*
|
|
526
|
+
* - **-1**: the initialization value, which indicates that the percentage is not used.
|
|
527
|
+
* - **0~100**: the unit is percentage, rounded up. For example, if this parameter is set to **50**% and the current number of instances is 5, the minimum number of available instances is 3.
|
|
457
528
|
*
|
|
458
|
-
* > When both **MinReadyInstance** and **MinReadyInstanceRatio** are specified and **MinReadyInstanceRatio** is
|
|
529
|
+
* > When both **MinReadyInstance** and **MinReadyInstanceRatio** are specified and the value of **MinReadyInstanceRatio** is not **-1**, the **MinReadyInstanceRatio** parameter takes precedence. For example, if **MinReadyInstances** is set to **5** and **MinReadyInstanceRatio** is set to **50**, the value **50** is used to calculate the minimum number of available instances.
|
|
459
530
|
*
|
|
460
531
|
* @example
|
|
461
532
|
* -1
|
|
@@ -463,12 +534,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
463
534
|
minReadyInstanceRatio?: number;
|
|
464
535
|
/**
|
|
465
536
|
* @remarks
|
|
466
|
-
* The minimum number of available instances.
|
|
537
|
+
* The minimum number of available instances. Valid values:
|
|
467
538
|
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
539
|
+
* - If this parameter is set to **0**, service is interrupted during the upgrade.
|
|
540
|
+
* - If this parameter is set to **-1**, the system-recommended value is used, which is 25% of the current number of instances. If the current number of instances is 5, 5 × 25% = 1.25, which is rounded up to 2.
|
|
470
541
|
*
|
|
471
|
-
* >
|
|
542
|
+
* > The minimum number of available instances for each rolling deployment should be ≥ 1 to prevent service interruption.
|
|
472
543
|
*
|
|
473
544
|
* @example
|
|
474
545
|
* 1
|
|
@@ -476,7 +547,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
476
547
|
minReadyInstances?: number;
|
|
477
548
|
/**
|
|
478
549
|
* @remarks
|
|
479
|
-
*
|
|
550
|
+
* We do not recommend that you configure this field. Configure **NasConfigs** instead. The NAS mount description. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **MountDesc** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountDesc** field to "" in the request).
|
|
480
551
|
*
|
|
481
552
|
* @example
|
|
482
553
|
* [{mountPath: "/tmp", nasPath: "/"}]
|
|
@@ -484,7 +555,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
484
555
|
mountDesc?: string;
|
|
485
556
|
/**
|
|
486
557
|
* @remarks
|
|
487
|
-
* The mount
|
|
558
|
+
* We do not recommend that you configure this field. Configure **NasConfigs** instead. The mount point of the NAS file system in the VPC of the application. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **MountHost** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountHost** field to "" in the request).
|
|
488
559
|
*
|
|
489
560
|
* @example
|
|
490
561
|
* 10d3b4bc9****.com
|
|
@@ -492,13 +563,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
492
563
|
mountHost?: string;
|
|
493
564
|
/**
|
|
494
565
|
* @remarks
|
|
495
|
-
* The
|
|
496
|
-
*
|
|
497
|
-
*
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
*
|
|
501
|
-
* * **nasPath**: the directory in the NAS file system.
|
|
566
|
+
* The NAS mount configuration. Valid values:
|
|
567
|
+
* - **mountPath**: the container mount path.
|
|
568
|
+
* - **readOnly**: set to **false** for read and write permission.
|
|
569
|
+
* - **nasId**: the NAS ID.
|
|
570
|
+
* - **mountDomain**: the container mount point address. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
|
|
571
|
+
* - **nasPath**: the NAS relative file directory.
|
|
502
572
|
*
|
|
503
573
|
* @example
|
|
504
574
|
* [{"mountPath":"/test1","readOnly":false,"nasId":"nasId1","mountDomain":"nasId1.cn-shenzhen.nas.aliyuncs.com","nasPath":"/test1"},{"nasId":"nasId2","mountDomain":"nasId2.cn-shenzhen.nas.aliyuncs.com","readOnly":false,"nasPath":"/test2","mountPath":"/test2"}]
|
|
@@ -506,7 +576,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
506
576
|
nasConfigs?: string;
|
|
507
577
|
/**
|
|
508
578
|
* @remarks
|
|
509
|
-
* The ID of the
|
|
579
|
+
* We do not recommend that you configure this field. Configure **NasConfigs** instead. The ID of the NAS file system. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **NasId** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **NasId** field to "" in the request).
|
|
510
580
|
*
|
|
511
581
|
* @example
|
|
512
582
|
* 10d3b4****
|
|
@@ -514,13 +584,11 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
514
584
|
nasId?: string;
|
|
515
585
|
/**
|
|
516
586
|
* @remarks
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
* - lite: the lightweight edition.
|
|
587
|
+
* The application version:
|
|
520
588
|
*
|
|
521
|
-
* -
|
|
522
|
-
*
|
|
523
|
-
* - pro:
|
|
589
|
+
* - lite: lite edition.
|
|
590
|
+
* - std: standard edition.
|
|
591
|
+
* - pro: professional edition.
|
|
524
592
|
*
|
|
525
593
|
* @example
|
|
526
594
|
* pro
|
|
@@ -528,9 +596,10 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
528
596
|
newSaeVersion?: string;
|
|
529
597
|
/**
|
|
530
598
|
* @remarks
|
|
531
|
-
* The
|
|
599
|
+
* The RAM role for identity authentication.
|
|
600
|
+
*
|
|
532
601
|
*
|
|
533
|
-
* >
|
|
602
|
+
* > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see [Create an OIDC identity provider](https://help.aliyun.com/document_detail/2331022.html) and [Create a role for SSO identity provider](https://help.aliyun.com/document_detail/2331016.html).
|
|
534
603
|
*
|
|
535
604
|
* @example
|
|
536
605
|
* sae-test
|
|
@@ -538,7 +607,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
538
607
|
oidcRoleName?: string;
|
|
539
608
|
/**
|
|
540
609
|
* @remarks
|
|
541
|
-
* The AccessKey ID
|
|
610
|
+
* The AccessKey ID for OSS read and write operations.
|
|
542
611
|
*
|
|
543
612
|
* @example
|
|
544
613
|
* xxxxxx
|
|
@@ -546,7 +615,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
546
615
|
ossAkId?: string;
|
|
547
616
|
/**
|
|
548
617
|
* @remarks
|
|
549
|
-
* The AccessKey
|
|
618
|
+
* The AccessKey Secret for OSS read and write operations.
|
|
550
619
|
*
|
|
551
620
|
* @example
|
|
552
621
|
* xxxxxx
|
|
@@ -554,18 +623,14 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
554
623
|
ossAkSecret?: string;
|
|
555
624
|
/**
|
|
556
625
|
* @remarks
|
|
557
|
-
*
|
|
558
|
-
*
|
|
559
|
-
* * **bucketName**: the name of the OSS bucket.
|
|
560
|
-
*
|
|
561
|
-
* * **bucketPath**: the directory or object in OSS. If the specified directory or object does not exist, an error is returned.
|
|
562
|
-
*
|
|
563
|
-
* * **mountPath**: the directory of the container in SAE. If the path already exists, the newly specified path overwrites the previous one. If the path does not exist, it is created.
|
|
564
|
-
*
|
|
565
|
-
* * **readOnly**: specifies whether to only allow the container path to read data from the OSS directory. Valid values:
|
|
626
|
+
* The OSS mount description. Parameter settings:
|
|
566
627
|
*
|
|
567
|
-
*
|
|
568
|
-
*
|
|
628
|
+
* - **bucketName**: the bucket name.
|
|
629
|
+
* - **bucketPath**: the folder or object that you created in OSS. If the OSS mount folder does not exist, an exception is triggered.
|
|
630
|
+
* - **mountPath**: the container path in Serverless App Engine. If the path already exists, it is an overwrite relationship. If the path does not exist, it is created.
|
|
631
|
+
* - **readOnly**: specifies whether the container path has read-only permission on the mounted folder resources. Valid values:
|
|
632
|
+
* - **true**: read-only permission.
|
|
633
|
+
* - **false**: read and write permission.
|
|
569
634
|
*
|
|
570
635
|
* @example
|
|
571
636
|
* [{"bucketName": "oss-bucket", "bucketPath": "data/user.data", "mountPath": "/usr/data/user.data", "readOnly": true}]
|
|
@@ -573,26 +638,26 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
573
638
|
ossMountDescs?: string;
|
|
574
639
|
/**
|
|
575
640
|
* @remarks
|
|
576
|
-
* The package type.
|
|
577
|
-
*
|
|
578
|
-
* When
|
|
579
|
-
* When
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
*
|
|
585
|
-
*
|
|
586
|
-
*
|
|
587
|
-
*
|
|
588
|
-
*
|
|
589
|
-
*
|
|
590
|
-
*
|
|
591
|
-
*
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
595
|
-
* -
|
|
641
|
+
* The application package type. Valid values:
|
|
642
|
+
*
|
|
643
|
+
* - When you deploy with Java, the following types are supported: **FatJar**, **War**, and **Image**.
|
|
644
|
+
* - When you deploy with PHP, the following types are supported:
|
|
645
|
+
* - **PhpZip**
|
|
646
|
+
* - **IMAGE_PHP_5_4**
|
|
647
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
648
|
+
* - **IMAGE_PHP_5_5**
|
|
649
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
650
|
+
* - **IMAGE_PHP_5_6**
|
|
651
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
652
|
+
* - **IMAGE_PHP_7_0**
|
|
653
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
654
|
+
* - **IMAGE_PHP_7_1**
|
|
655
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
656
|
+
* - **IMAGE_PHP_7_2**
|
|
657
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
658
|
+
* - **IMAGE_PHP_7_3**
|
|
659
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
660
|
+
* - When you deploy with Python, the following types are supported: **PythonZip** and **Image**.
|
|
596
661
|
*
|
|
597
662
|
* @example
|
|
598
663
|
* FatJar
|
|
@@ -600,7 +665,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
600
665
|
packageType?: string;
|
|
601
666
|
/**
|
|
602
667
|
* @remarks
|
|
603
|
-
* The
|
|
668
|
+
* The URL of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
604
669
|
*
|
|
605
670
|
* @example
|
|
606
671
|
* http://myoss.oss-cn-hangzhou.aliyuncs.com/my-buc/2019-06-30/****.jar
|
|
@@ -608,7 +673,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
608
673
|
packageUrl?: string;
|
|
609
674
|
/**
|
|
610
675
|
* @remarks
|
|
611
|
-
* The version of the deployment package. This parameter is required when
|
|
676
|
+
* The version number of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
612
677
|
*
|
|
613
678
|
* @example
|
|
614
679
|
* 1.0.1
|
|
@@ -616,7 +681,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
616
681
|
packageVersion?: string;
|
|
617
682
|
/**
|
|
618
683
|
* @remarks
|
|
619
|
-
* The
|
|
684
|
+
* The PHP version on which the deployment package depends. Not supported for images.
|
|
620
685
|
*
|
|
621
686
|
* @example
|
|
622
687
|
* PHP-FPM 7.0
|
|
@@ -624,7 +689,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
624
689
|
php?: string;
|
|
625
690
|
/**
|
|
626
691
|
* @remarks
|
|
627
|
-
* The path
|
|
692
|
+
* The mount path for PHP application monitoring. Ensure that the PHP server loads the configuration file from this path. You do not need to manage the configuration content because Serverless App Engine automatically renders the correct configuration file.
|
|
628
693
|
*
|
|
629
694
|
* @example
|
|
630
695
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -632,7 +697,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
632
697
|
phpArmsConfigLocation?: string;
|
|
633
698
|
/**
|
|
634
699
|
* @remarks
|
|
635
|
-
* The
|
|
700
|
+
* The content of the PHP configuration file.
|
|
636
701
|
*
|
|
637
702
|
* @example
|
|
638
703
|
* k1=v1
|
|
@@ -640,7 +705,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
640
705
|
phpConfig?: string;
|
|
641
706
|
/**
|
|
642
707
|
* @remarks
|
|
643
|
-
* The path
|
|
708
|
+
* The mount path for the PHP application startup configuration. Ensure that the PHP server uses this configuration file for startup.
|
|
644
709
|
*
|
|
645
710
|
* @example
|
|
646
711
|
* /usr/local/etc/php/php.ini
|
|
@@ -648,7 +713,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
648
713
|
phpConfigLocation?: string;
|
|
649
714
|
/**
|
|
650
715
|
* @remarks
|
|
651
|
-
* The script that is run immediately after the container is
|
|
716
|
+
* The script that is run after the container starts. A script is triggered immediately after the container is created. Format: `{"exec":{"command":["sh","-c","echo hello"\\]}}`.
|
|
652
717
|
*
|
|
653
718
|
* @example
|
|
654
719
|
* {"exec":{"command":["sh","-c","echo hello"]}}
|
|
@@ -656,7 +721,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
656
721
|
postStart?: string;
|
|
657
722
|
/**
|
|
658
723
|
* @remarks
|
|
659
|
-
* The script that is run before the container is
|
|
724
|
+
* The script that is run before the container stops. A script is triggered before the container is deleted. Format: `{"exec":{"command":["sh","-c","echo hello"\\]}}`.
|
|
660
725
|
*
|
|
661
726
|
* @example
|
|
662
727
|
* {"exec":{"command":["sh","-c","echo hello"]}}
|
|
@@ -664,20 +729,19 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
664
729
|
preStop?: string;
|
|
665
730
|
/**
|
|
666
731
|
* @remarks
|
|
667
|
-
*
|
|
732
|
+
* Enables K8s Service-based service registration and discovery. Valid values:
|
|
668
733
|
*
|
|
669
|
-
*
|
|
670
|
-
*
|
|
671
|
-
*
|
|
672
|
-
* * **enable**: enables the Kubernetes Service-based registration and discovery feature.
|
|
734
|
+
* - **portProtocols**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**.
|
|
735
|
+
* - **portAndProtocol**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**. **portProtocols is recommended. If portProtocols is set, only portProtocols takes effect**.
|
|
736
|
+
* - **enable**: enables K8s Service-based service registration and discovery.
|
|
673
737
|
*
|
|
674
738
|
* @example
|
|
675
|
-
* {"
|
|
739
|
+
* {"portProtocols":[{"port":18012,"protocol":"TCP"}],"portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
676
740
|
*/
|
|
677
741
|
pvtzDiscoverySvc?: string;
|
|
678
742
|
/**
|
|
679
743
|
* @remarks
|
|
680
|
-
* The Python environment.
|
|
744
|
+
* The Python environment. **PYTHON 3.9.15** is supported.
|
|
681
745
|
*
|
|
682
746
|
* @example
|
|
683
747
|
* PYTHON 3.9.15
|
|
@@ -685,17 +749,18 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
685
749
|
python?: string;
|
|
686
750
|
/**
|
|
687
751
|
* @remarks
|
|
688
|
-
* The
|
|
752
|
+
* The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root folder are installed. If no dependencies are configured or custom packages are needed, you can specify the dependencies to install.
|
|
689
753
|
*
|
|
690
754
|
* @example
|
|
691
755
|
* Flask==2.0
|
|
692
756
|
*/
|
|
693
757
|
pythonModules?: string;
|
|
758
|
+
raspConfig?: DeployApplicationRequestRaspConfig;
|
|
694
759
|
/**
|
|
695
760
|
* @remarks
|
|
696
|
-
* The
|
|
761
|
+
* The application startup status check. Containers that fail multiple health checks are shut down and restarted. Containers that do not pass the health check do not receive SLB traffic. The **exec**, **httpGet**, and **tcpSocket** methods are supported. For specific examples, see the **Liveness** parameter.
|
|
697
762
|
*
|
|
698
|
-
* >
|
|
763
|
+
* > Only one method can be selected for health checks.
|
|
699
764
|
*
|
|
700
765
|
* @example
|
|
701
766
|
* {"exec":{"command":["sleep","6s"]},"initialDelaySeconds":15,"timeoutSeconds":12}
|
|
@@ -711,14 +776,14 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
711
776
|
replicas?: number;
|
|
712
777
|
/**
|
|
713
778
|
* @remarks
|
|
714
|
-
* Secret
|
|
715
|
-
* Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers. Parameter descriptions are as follows:
|
|
779
|
+
* The **Secret** mount description. Use a secret created on the namespace secrets page to inject sensitive information into the container. Settings:
|
|
716
780
|
*
|
|
717
|
-
* - secretId
|
|
781
|
+
* - **secretId**: the secret instance ID. You can obtain it by calling the ListSecrets operation.
|
|
782
|
+
* - **key**: the key.
|
|
718
783
|
*
|
|
719
|
-
*
|
|
784
|
+
* > You can mount all keys by passing the `sae-sys-secret-all` parameter.
|
|
720
785
|
*
|
|
721
|
-
* - mountPath
|
|
786
|
+
* - **mountPath**: the mount path.
|
|
722
787
|
*
|
|
723
788
|
* @example
|
|
724
789
|
* [{“secretId":10,”key":"test","mountPath":"/tmp"}]
|
|
@@ -726,7 +791,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
726
791
|
secretMountDesc?: string;
|
|
727
792
|
/**
|
|
728
793
|
* @remarks
|
|
729
|
-
*
|
|
794
|
+
* The security group ID.
|
|
730
795
|
*
|
|
731
796
|
* @example
|
|
732
797
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -734,7 +799,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
734
799
|
securityGroupId?: string;
|
|
735
800
|
/**
|
|
736
801
|
* @remarks
|
|
737
|
-
* The
|
|
802
|
+
* The canary release tags configured for the application.
|
|
738
803
|
*
|
|
739
804
|
* @example
|
|
740
805
|
* {\\"alicloud.service.tag\\":\\"g1\\"}
|
|
@@ -742,41 +807,47 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
742
807
|
serviceTags?: string;
|
|
743
808
|
/**
|
|
744
809
|
* @remarks
|
|
745
|
-
* The
|
|
810
|
+
* The sidecar container configuration.
|
|
746
811
|
*/
|
|
747
812
|
sidecarContainersConfig?: SidecarContainerConfig[];
|
|
748
813
|
/**
|
|
749
814
|
* @remarks
|
|
750
|
-
* The
|
|
815
|
+
* The configuration for log collection to Simple Log Service.
|
|
751
816
|
*
|
|
752
|
-
*
|
|
753
|
-
*
|
|
817
|
+
* - Use SLS resources automatically created by Serverless App Engine: `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
818
|
+
* - Use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
754
819
|
*
|
|
755
|
-
*
|
|
820
|
+
* Settings:
|
|
756
821
|
*
|
|
757
|
-
*
|
|
758
|
-
*
|
|
759
|
-
*
|
|
760
|
-
*
|
|
761
|
-
*
|
|
822
|
+
* - **projectName**: the name of the project in Simple Log Service.
|
|
823
|
+
* - **logDir**: the log path.
|
|
824
|
+
* - **logType**: the log type. **stdout** indicates container standard output logs, and only one entry can be set. If this parameter is not set, file logs are collected.
|
|
825
|
+
* - **logstoreName**: the name of the Logstore in Simple Log Service.
|
|
826
|
+
* - **logtailName**: the name of the Logtail in Simple Log Service. If this parameter is not specified, a new Logtail is created by automatic creation.
|
|
762
827
|
*
|
|
763
|
-
* If
|
|
828
|
+
* If the SLS collection configuration has not changed during multiple deployments, you do not need to set this parameter (that is, the **SlsConfigs** field does not need to be included in the request). If you no longer need the SLS collection feature, set the value of this field to an empty string (that is, set the value of the **SlsConfigs** field to "" in the request).
|
|
764
829
|
*
|
|
765
|
-
* > A
|
|
830
|
+
* > A project that is automatically created with the application is deleted when the application is deleted. Therefore, do not select a project that is automatically created by Serverless App Engine when selecting an existing project.
|
|
766
831
|
*
|
|
767
832
|
* @example
|
|
768
833
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
769
834
|
*/
|
|
770
835
|
slsConfigs?: string;
|
|
836
|
+
/**
|
|
837
|
+
* @remarks
|
|
838
|
+
* sls log tags
|
|
839
|
+
*/
|
|
771
840
|
slsLogEnvTags?: string;
|
|
772
841
|
/**
|
|
773
842
|
* @remarks
|
|
774
|
-
*
|
|
843
|
+
* Enables the application startup probe.
|
|
775
844
|
*
|
|
776
|
-
*
|
|
845
|
+
* - Check succeeded: indicates that the application started successfully. If you configured Liveness and Readiness checks, they are performed after the application starts successfully.
|
|
846
|
+
* - Check failed: indicates that the application failed to start. An exception is reported and the application is automatically restarted.
|
|
777
847
|
*
|
|
778
|
-
*
|
|
779
|
-
*
|
|
848
|
+
* > This is the description content.
|
|
849
|
+
* > - The exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter.
|
|
850
|
+
* > - Only one method can be selected for health checks.
|
|
780
851
|
*
|
|
781
852
|
* @example
|
|
782
853
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -784,23 +855,20 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
784
855
|
startupProbe?: string;
|
|
785
856
|
/**
|
|
786
857
|
* @remarks
|
|
787
|
-
*
|
|
788
|
-
*
|
|
789
|
-
* - enable: Whether to enable full-link grayscale based on K8s Service (set to "true" to enable; set to "false" to disable).
|
|
790
|
-
*
|
|
791
|
-
* - namespaceId: Namespace ID
|
|
792
|
-
*
|
|
793
|
-
* - portAndProtocol: Listener port and protocol. Format: {"Port:Protocol Type":"Container Port"}
|
|
794
|
-
* - portProtocols: Define service ports and protocols
|
|
795
|
-
* port: Port
|
|
796
|
-
* protocol: Protocol
|
|
797
|
-
* targetPort: Container port
|
|
798
|
-
*
|
|
799
|
-
* - pvtzDiscoveryName: Service discovery name
|
|
858
|
+
* Configures K8s Service-based service registration and discovery with end-to-end canary release:
|
|
800
859
|
*
|
|
801
|
-
* -
|
|
802
|
-
*
|
|
803
|
-
*
|
|
860
|
+
* - enable: specifies whether to enable end-to-end canary release based on K8s Service.
|
|
861
|
+
* - true: enabled.
|
|
862
|
+
* - false: disabled.
|
|
863
|
+
* - namespaceId: the namespace ID.
|
|
864
|
+
* - portAndProtocol: the listening port and protocol. Format: {"port:protocol type":"container port"}.
|
|
865
|
+
* - portProtocols: defines the service port and protocol.
|
|
866
|
+
* - port: the port.
|
|
867
|
+
* - protocol: the protocol.
|
|
868
|
+
* - targetPort: the container port.
|
|
869
|
+
* - pvtzDiscoveryName: the service discovery name.
|
|
870
|
+
* - serviceId: the service ID.
|
|
871
|
+
* - serviceName: the service name.
|
|
804
872
|
*
|
|
805
873
|
* @example
|
|
806
874
|
* {\\"enable\\":\\"false\\",\\"namespaceId\\":\\"cn-beijing:test\\",\\"portAndProtocol\\":{\\"2000:TCP\\":\\"18081\\"},\\"portProtocols\\":[{\\"port\\":2000,\\"protocol\\":\\"TCP\\",\\"targetPort\\":18081}],\\"pvtzDiscoveryName\\":\\"cn-beijing-1421801774382676\\",\\"serviceId\\":\\"3513\\",\\"serviceName\\":\\"demo-gray.test\\"}
|
|
@@ -808,7 +876,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
808
876
|
swimlanePvtzDiscoverySvc?: string;
|
|
809
877
|
/**
|
|
810
878
|
* @remarks
|
|
811
|
-
* The timeout period
|
|
879
|
+
* The graceful shutdown timeout period. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
812
880
|
*
|
|
813
881
|
* @example
|
|
814
882
|
* 10
|
|
@@ -824,13 +892,13 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
824
892
|
timezone?: string;
|
|
825
893
|
/**
|
|
826
894
|
* @remarks
|
|
827
|
-
* The Tomcat configuration.
|
|
895
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration. Valid values:
|
|
828
896
|
*
|
|
829
|
-
*
|
|
830
|
-
*
|
|
831
|
-
*
|
|
832
|
-
*
|
|
833
|
-
*
|
|
897
|
+
* - **port**: the port number. Valid values: 1024 to 65535. Ports smaller than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
|
|
898
|
+
* - **contextPath**: the access path. Default value: root directory "/".
|
|
899
|
+
* - **maxThreads**: the connection pool size. Default value: 400.
|
|
900
|
+
* - **uriEncoding**: the encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
901
|
+
* - **useBodyEncodingForUri**: specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
834
902
|
*
|
|
835
903
|
* @example
|
|
836
904
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -838,23 +906,20 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
838
906
|
tomcatConfig?: string;
|
|
839
907
|
/**
|
|
840
908
|
* @remarks
|
|
841
|
-
* The deployment policy.
|
|
842
|
-
*
|
|
843
|
-
*
|
|
844
|
-
*
|
|
845
|
-
*
|
|
846
|
-
*
|
|
847
|
-
* The following table describes the parameters that are used in the preceding statements.
|
|
909
|
+
* The deployment policy. When the minimum number of available instances is 1, the value of the **UpdateStrategy** field is "". When the minimum number of available instances is greater than 1, examples are as follows:
|
|
910
|
+
*
|
|
911
|
+
* - Grayscale 1 instance + 2 subsequent batches + automatic batching + 1-minute batch interval: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}`
|
|
912
|
+
* - Grayscale 1 instance + 2 subsequent batches + manual batching: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`
|
|
913
|
+
* - 2 batches + automatic batching + 0-minute batch interval: `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
|
|
848
914
|
*
|
|
849
|
-
*
|
|
915
|
+
* Settings:
|
|
916
|
+
* - **type**: the publish policy type. Valid values: **GrayBatchUpdate** (grayscale publish) and **BatchUpdate** (batch publish).
|
|
917
|
+
* - **batchUpdate**: the batch publish policy.
|
|
918
|
+
* - **batch**: the number of publish batches.
|
|
919
|
+
* - **releaseType**: the processing method between batches. Valid values: **auto** (automatic) and **manual** (manual).
|
|
920
|
+
* - **batchWaitTime**: the interval between batches. Unit: minutes.
|
|
850
921
|
*
|
|
851
|
-
*
|
|
852
|
-
*
|
|
853
|
-
* * **batch**: the number of release batches.
|
|
854
|
-
* * **releaseType**: the processing method for the batches. Valid values: **auto** and **manual**.
|
|
855
|
-
* * **batchWaitTime**: the interval between release batches. Unit: seconds.
|
|
856
|
-
*
|
|
857
|
-
* * **grayUpdate**: the number of release batches in the phased release after a canary release. This parameter is returned only if the **type** parameter is set to **GrayBatchUpdate**.
|
|
922
|
+
* - **grayUpdate**: the number of grayscale instances. This parameter is required when **type** is set to **GrayBatchUpdate**.
|
|
858
923
|
*
|
|
859
924
|
* @example
|
|
860
925
|
* {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
|
|
@@ -862,7 +927,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
862
927
|
updateStrategy?: string;
|
|
863
928
|
/**
|
|
864
929
|
* @remarks
|
|
865
|
-
* The
|
|
930
|
+
* The vSwitch where the network interface controllers (NICs) of the application instance reside. The vSwitch must be in the specified VPC.
|
|
866
931
|
*
|
|
867
932
|
* @example
|
|
868
933
|
* vsw-bp12mw1f8k3jgygk9****
|
|
@@ -870,7 +935,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
870
935
|
vSwitchId?: string;
|
|
871
936
|
/**
|
|
872
937
|
* @remarks
|
|
873
|
-
* The startup command
|
|
938
|
+
* The startup command for deploying a WAR package-based application. The configuration procedure is the same as that for the startup command of an image-based deployment. For more information, see [Configure a startup command](https://help.aliyun.com/document_detail/96677.html).
|
|
874
939
|
*
|
|
875
940
|
* @example
|
|
876
941
|
* CATALINA_OPTS=\\"$CATALINA_OPTS $Options\\" catalina.sh run
|
|
@@ -878,12 +943,12 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
878
943
|
warStartOptions?: string;
|
|
879
944
|
/**
|
|
880
945
|
* @remarks
|
|
881
|
-
* The
|
|
946
|
+
* The Tomcat version on which the deployment package depends. Valid values:
|
|
882
947
|
*
|
|
883
|
-
*
|
|
884
|
-
*
|
|
948
|
+
* - **apache-tomcat-7.0.91**
|
|
949
|
+
* - **apache-tomcat-8.5.42**
|
|
885
950
|
*
|
|
886
|
-
* This parameter is not
|
|
951
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
887
952
|
*
|
|
888
953
|
* @example
|
|
889
954
|
* apache-tomcat-7.0.91
|
|
@@ -959,6 +1024,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
959
1024
|
pvtzDiscoverySvc: 'PvtzDiscoverySvc',
|
|
960
1025
|
python: 'Python',
|
|
961
1026
|
pythonModules: 'PythonModules',
|
|
1027
|
+
raspConfig: 'RaspConfig',
|
|
962
1028
|
readiness: 'Readiness',
|
|
963
1029
|
replicas: 'Replicas',
|
|
964
1030
|
secretMountDesc: 'SecretMountDesc',
|
|
@@ -1049,6 +1115,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
1049
1115
|
pvtzDiscoverySvc: 'string',
|
|
1050
1116
|
python: 'string',
|
|
1051
1117
|
pythonModules: 'string',
|
|
1118
|
+
raspConfig: DeployApplicationRequestRaspConfig,
|
|
1052
1119
|
readiness: 'string',
|
|
1053
1120
|
replicas: 'number',
|
|
1054
1121
|
secretMountDesc: 'string',
|
|
@@ -1076,6 +1143,9 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
1076
1143
|
if(this.labels) {
|
|
1077
1144
|
$dara.Model.validateMap(this.labels);
|
|
1078
1145
|
}
|
|
1146
|
+
if(this.raspConfig && typeof (this.raspConfig as any).validate === 'function') {
|
|
1147
|
+
(this.raspConfig as any).validate();
|
|
1148
|
+
}
|
|
1079
1149
|
if(Array.isArray(this.sidecarContainersConfig)) {
|
|
1080
1150
|
$dara.Model.validateArray(this.sidecarContainersConfig);
|
|
1081
1151
|
}
|