@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
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { InitContainerConfig } from "./InitContainerConfig";
|
|
3
3
|
import { SidecarContainerConfig } from "./SidecarContainerConfig";
|
|
4
|
+
export declare class CreateApplicationRequestRaspConfig extends $dara.Model {
|
|
5
|
+
enableRasp?: boolean;
|
|
6
|
+
raspAppKey?: string;
|
|
7
|
+
raspAppName?: string;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
4
19
|
export declare class CreateApplicationRequest extends $dara.Model {
|
|
5
20
|
/**
|
|
6
21
|
* @remarks
|
|
7
|
-
* The
|
|
22
|
+
* 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).
|
|
8
23
|
*
|
|
9
24
|
* @example
|
|
10
25
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -12,16 +27,23 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
12
27
|
acrAssumeRoleArn?: string;
|
|
13
28
|
/**
|
|
14
29
|
* @remarks
|
|
15
|
-
* The ID of Container Registry Enterprise
|
|
30
|
+
* The instance ID of the Container Registry Enterprise instance. This parameter is required when **ImageUrl** is set to a Container Registry Enterprise Edition image.
|
|
16
31
|
*
|
|
17
32
|
* @example
|
|
18
33
|
* cri-xxxxxx
|
|
19
34
|
*/
|
|
20
35
|
acrInstanceId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The AliyunAgent version.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* 4.4.2
|
|
42
|
+
*/
|
|
21
43
|
agentVersion?: string;
|
|
22
44
|
/**
|
|
23
45
|
* @remarks
|
|
24
|
-
* The description
|
|
46
|
+
* The application description. The description can be up to 1024 characters in length.
|
|
25
47
|
*
|
|
26
48
|
* @example
|
|
27
49
|
* This is a test description.
|
|
@@ -29,7 +51,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
29
51
|
appDescription?: string;
|
|
30
52
|
/**
|
|
31
53
|
* @remarks
|
|
32
|
-
* The name
|
|
54
|
+
* The application name. The name can contain digits, letters, and hyphens (-). The name must start with a letter and cannot end with a hyphen (-). The name can be up to 36 characters in length.
|
|
33
55
|
*
|
|
34
56
|
* This parameter is required.
|
|
35
57
|
*
|
|
@@ -39,7 +61,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
39
61
|
appName?: string;
|
|
40
62
|
/**
|
|
41
63
|
* @remarks
|
|
42
|
-
*
|
|
64
|
+
* Set this parameter to micro_service to create a microservice application.
|
|
43
65
|
*
|
|
44
66
|
* @example
|
|
45
67
|
* micro_service
|
|
@@ -47,10 +69,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
47
69
|
appSource?: string;
|
|
48
70
|
/**
|
|
49
71
|
* @remarks
|
|
50
|
-
* Specifies whether to associate an EIP
|
|
72
|
+
* Specifies whether to associate an EIP. Valid values:
|
|
51
73
|
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
74
|
+
* - **true**: associate an EIP.
|
|
75
|
+
* - **false**: do not associate an EIP.
|
|
54
76
|
*
|
|
55
77
|
* @example
|
|
56
78
|
* true
|
|
@@ -60,10 +82,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
60
82
|
* @remarks
|
|
61
83
|
* Specifies whether to automatically configure the network environment. Valid values:
|
|
62
84
|
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
85
|
+
* - **true**: SAE automatically configures the network environment when the application is created. The values of **NamespaceId**, **VpcId**, **vSwitchId**, and **SecurityGroupId** are ignored.
|
|
86
|
+
* - **false**: SAE manually configures the network environment when the application is created.
|
|
65
87
|
*
|
|
66
|
-
* >
|
|
88
|
+
* > If this parameter is set to **true**, any other **NamespaceId** value that is passed is ignored.
|
|
67
89
|
*
|
|
68
90
|
* @example
|
|
69
91
|
* true
|
|
@@ -71,7 +93,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
71
93
|
autoConfig?: boolean;
|
|
72
94
|
/**
|
|
73
95
|
* @remarks
|
|
74
|
-
* The
|
|
96
|
+
* The base application ID.
|
|
75
97
|
*
|
|
76
98
|
* @example
|
|
77
99
|
* ee99cce6-1c8e-4bfa-96c3-3e2fa9de8a41
|
|
@@ -79,15 +101,19 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
79
101
|
baseAppId?: string;
|
|
80
102
|
/**
|
|
81
103
|
* @remarks
|
|
82
|
-
* The command that is used to start the image. The command must be an
|
|
104
|
+
* The command that is used to start the image. The command must be an executable object in the container. Example:
|
|
105
|
+
*
|
|
106
|
+
* ```
|
|
107
|
+
* command:
|
|
108
|
+
* - echo
|
|
109
|
+
* - abc
|
|
110
|
+
* - >
|
|
111
|
+
* - file0
|
|
112
|
+
* ```
|
|
113
|
+
* In the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
83
114
|
*
|
|
84
|
-
* command:
|
|
85
|
-
* - echo
|
|
86
|
-
* - abc
|
|
87
|
-
* - >
|
|
88
|
-
* - file0
|
|
89
115
|
*
|
|
90
|
-
*
|
|
116
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
91
117
|
*
|
|
92
118
|
* @example
|
|
93
119
|
* echo
|
|
@@ -95,11 +121,12 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
95
121
|
command?: string;
|
|
96
122
|
/**
|
|
97
123
|
* @remarks
|
|
98
|
-
* The
|
|
124
|
+
* The arguments of the image startup command. These are the arguments required by the startup command specified in **Command**. Format:
|
|
99
125
|
*
|
|
100
126
|
* `["a","b"]`
|
|
101
127
|
*
|
|
102
|
-
* In the preceding example,
|
|
128
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type. The internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
129
|
+
* >Notice: This parameter is required when PackageType is set to DotnetZip.
|
|
103
130
|
*
|
|
104
131
|
* @example
|
|
105
132
|
* ["a","b"]
|
|
@@ -107,14 +134,14 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
107
134
|
commandArgs?: string;
|
|
108
135
|
/**
|
|
109
136
|
* @remarks
|
|
110
|
-
* The
|
|
137
|
+
* The **ConfigMap** mount description. Use a ConfigMap created on the namespace configuration items page to inject configuration information into the container. Parameter description:
|
|
111
138
|
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
139
|
+
* - **configMapId**: the ConfigMap instance ID. You can obtain the ID by invoking the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
140
|
+
* - **key**: the key.
|
|
114
141
|
*
|
|
115
|
-
* > You can
|
|
142
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
116
143
|
*
|
|
117
|
-
*
|
|
144
|
+
* - **mountPath**: the mount path.
|
|
118
145
|
*
|
|
119
146
|
* @example
|
|
120
147
|
* [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
|
|
@@ -122,16 +149,15 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
122
149
|
configMapMountDesc?: string;
|
|
123
150
|
/**
|
|
124
151
|
* @remarks
|
|
125
|
-
* The CPU specifications
|
|
152
|
+
* The CPU specifications required for each instance, in millicores. This parameter cannot be set to 0. Only the following defined specifications are supported:
|
|
126
153
|
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
* * **32000**
|
|
154
|
+
* - **500**
|
|
155
|
+
* - **1000**
|
|
156
|
+
* - **2000**
|
|
157
|
+
* - **4000**
|
|
158
|
+
* - **8000**
|
|
159
|
+
* - **16000**
|
|
160
|
+
* - **32000**
|
|
135
161
|
*
|
|
136
162
|
* @example
|
|
137
163
|
* 1000
|
|
@@ -139,10 +165,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
139
165
|
cpu?: number;
|
|
140
166
|
/**
|
|
141
167
|
* @remarks
|
|
142
|
-
* The custom
|
|
168
|
+
* The custom host mapping in the container. Valid values:
|
|
143
169
|
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
170
|
+
* - **hostName**: the domain name or hostname.
|
|
171
|
+
* - **ip**: the IP address.
|
|
146
172
|
*
|
|
147
173
|
* @example
|
|
148
174
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
@@ -150,11 +176,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
150
176
|
customHostAlias?: string;
|
|
151
177
|
/**
|
|
152
178
|
* @remarks
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
* - internet: Public network image
|
|
179
|
+
* The custom image type. Set this parameter to an empty string if the image is not a custom image:
|
|
156
180
|
*
|
|
157
|
-
* -
|
|
181
|
+
* - internet: public image
|
|
182
|
+
* - intranet: private image
|
|
158
183
|
*
|
|
159
184
|
* @example
|
|
160
185
|
* internet
|
|
@@ -162,10 +187,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
162
187
|
customImageNetworkType?: string;
|
|
163
188
|
/**
|
|
164
189
|
* @remarks
|
|
165
|
-
*
|
|
190
|
+
* Specifies whether to immediately deploy the application. Valid values:
|
|
166
191
|
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
192
|
+
* - **true**: default value. The application is deployed immediately.
|
|
193
|
+
* - **false**: the application is deployed later.
|
|
169
194
|
*
|
|
170
195
|
* @example
|
|
171
196
|
* true
|
|
@@ -173,7 +198,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
173
198
|
deploy?: boolean;
|
|
174
199
|
/**
|
|
175
200
|
* @remarks
|
|
176
|
-
* The disk size
|
|
201
|
+
* The disk storage size, in GB.
|
|
177
202
|
*
|
|
178
203
|
* @example
|
|
179
204
|
* 50
|
|
@@ -181,13 +206,13 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
181
206
|
diskSize?: number;
|
|
182
207
|
/**
|
|
183
208
|
* @remarks
|
|
184
|
-
*
|
|
209
|
+
* The version of the .NET framework:
|
|
185
210
|
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
211
|
+
* - .NET 3.1
|
|
212
|
+
* - .NET 5.0
|
|
213
|
+
* - .NET 6.0
|
|
214
|
+
* - .NET 7.0
|
|
215
|
+
* - .NET 8.0
|
|
191
216
|
*
|
|
192
217
|
* @example
|
|
193
218
|
* .NET 3.1
|
|
@@ -195,18 +220,26 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
195
220
|
dotnet?: string;
|
|
196
221
|
/**
|
|
197
222
|
* @remarks
|
|
198
|
-
* The version of the
|
|
223
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
199
224
|
*
|
|
200
225
|
* @example
|
|
201
226
|
* 3.5.3
|
|
202
227
|
*/
|
|
203
228
|
edasContainerVersion?: string;
|
|
229
|
+
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* The shared ephemeral storage configuration.
|
|
232
|
+
*
|
|
233
|
+
* @example
|
|
234
|
+
* [{\\"name\\":\\"workdir\\",\\"mountPath\\":\\"/usr/local/tomcat/webapps\\"}]
|
|
235
|
+
*/
|
|
204
236
|
emptyDirDesc?: string;
|
|
205
237
|
/**
|
|
206
238
|
* @remarks
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
* -
|
|
239
|
+
* Specifies whether to enable the CPU Burst feature:
|
|
240
|
+
*
|
|
241
|
+
* - true: Enabled.
|
|
242
|
+
* - false: Disabled.
|
|
210
243
|
*
|
|
211
244
|
* @example
|
|
212
245
|
* true
|
|
@@ -214,35 +247,55 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
214
247
|
enableCpuBurst?: boolean;
|
|
215
248
|
/**
|
|
216
249
|
* @remarks
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
* -
|
|
220
|
-
* - false: Disable (default).
|
|
250
|
+
* Specifies whether to enable application monitoring for non-Java applications based on eBPF technology. Valid values:
|
|
251
|
+
* - **true**: enabled.
|
|
252
|
+
* - **false**: disabled. This is the default value.
|
|
221
253
|
*
|
|
222
254
|
* @example
|
|
223
255
|
* false
|
|
224
256
|
*/
|
|
225
257
|
enableEbpf?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @remarks
|
|
260
|
+
* Specifies whether to reuse the namespace agent version configuration.
|
|
261
|
+
*
|
|
262
|
+
* @example
|
|
263
|
+
* true
|
|
264
|
+
*/
|
|
226
265
|
enableNamespaceAgentVersion?: boolean;
|
|
266
|
+
/**
|
|
267
|
+
* @remarks
|
|
268
|
+
* Specifies whether to reuse the namespace SLS log configuration.
|
|
269
|
+
*
|
|
270
|
+
* @example
|
|
271
|
+
* true
|
|
272
|
+
*/
|
|
227
273
|
enableNamespaceSlsConfig?: boolean;
|
|
228
274
|
/**
|
|
229
275
|
* @remarks
|
|
230
|
-
*
|
|
276
|
+
* Specifies whether to enable the new ARMS feature:
|
|
231
277
|
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
278
|
+
* - true: Enabled.
|
|
279
|
+
* - false: Disabled.
|
|
234
280
|
*
|
|
235
281
|
* @example
|
|
236
282
|
* false
|
|
237
283
|
*/
|
|
238
284
|
enableNewArms?: boolean;
|
|
285
|
+
/**
|
|
286
|
+
* @remarks
|
|
287
|
+
* Specifies whether to enable Prometheus custom metric collection.
|
|
288
|
+
*
|
|
289
|
+
* @example
|
|
290
|
+
* false
|
|
291
|
+
*/
|
|
239
292
|
enablePrometheus?: boolean;
|
|
240
293
|
/**
|
|
241
294
|
* @remarks
|
|
242
|
-
*
|
|
295
|
+
* Specifies whether to enable sidecar resource isolation:
|
|
243
296
|
*
|
|
244
|
-
* - true:
|
|
245
|
-
* - false:
|
|
297
|
+
* - true: Isolated.
|
|
298
|
+
* - false: Not isolated.
|
|
246
299
|
*
|
|
247
300
|
* @example
|
|
248
301
|
* true
|
|
@@ -250,30 +303,70 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
250
303
|
enableSidecarResourceIsolated?: boolean;
|
|
251
304
|
/**
|
|
252
305
|
* @remarks
|
|
253
|
-
* The environment
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
268
|
-
*
|
|
306
|
+
* The container environment variable parameters. You can customize environment variables or reference a ConfigMap. To reference a ConfigMap, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
307
|
+
* - Custom configuration
|
|
308
|
+
* - **name**: the name of the environment variable.
|
|
309
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
310
|
+
* - Reference a ConfigMap (valueFrom)
|
|
311
|
+
* - **name**: the name of the environment variable. You can reference a single key or all keys. To reference all keys, enter `sae-sys-configmap-all-<ConfigMap name>`, such as `sae-sys-configmap-all-test1`.
|
|
312
|
+
* - **valueFrom**: the environment variable reference. Set the value to `configMapRef`.
|
|
313
|
+
* - **configMapId**: the ConfigMap ID.
|
|
314
|
+
* - **key**: the key. If you reference all keys, do not set this field.
|
|
315
|
+
*
|
|
316
|
+
* @example
|
|
317
|
+
* [
|
|
318
|
+
* {
|
|
319
|
+
* "name": "sae-sys-configmap-all-hello",
|
|
320
|
+
* "valueFrom": {
|
|
321
|
+
* "configMapRef": {
|
|
322
|
+
* "configMapId": 100,
|
|
323
|
+
* "key": ""
|
|
324
|
+
* }
|
|
325
|
+
* }
|
|
326
|
+
* },
|
|
327
|
+
* {
|
|
328
|
+
* "name": "hello",
|
|
329
|
+
* "valueFrom": {
|
|
330
|
+
* "configMapRef": {
|
|
331
|
+
* "configMapId": 101,
|
|
332
|
+
* "key": "php-fpm"
|
|
333
|
+
* }
|
|
334
|
+
* }
|
|
335
|
+
* },
|
|
336
|
+
* {
|
|
337
|
+
* "name": "envtmp",
|
|
338
|
+
* "value": "newenv"
|
|
339
|
+
* }
|
|
340
|
+
* ]
|
|
269
341
|
*/
|
|
270
342
|
envs?: string;
|
|
271
343
|
gpuConfig?: string;
|
|
344
|
+
/**
|
|
345
|
+
* @remarks
|
|
346
|
+
* The K8s Headless Service-based service registration and discovery.
|
|
347
|
+
* - serviceName: the service name.
|
|
348
|
+
* - namespaceId: the namespace ID.
|
|
349
|
+
*
|
|
350
|
+
* @example
|
|
351
|
+
* {\\"serviceName\\":\\"leaf-test-headless\\",\\"namespaceId\\":\\"cn-zhangjiakou:prod\\"}
|
|
352
|
+
*/
|
|
272
353
|
headlessPvtzDiscoverySvc?: string;
|
|
354
|
+
/**
|
|
355
|
+
* @remarks
|
|
356
|
+
* The Nginx version.
|
|
357
|
+
* - nginx 1.20
|
|
358
|
+
* - nginx 1.22
|
|
359
|
+
* - nginx 1.24
|
|
360
|
+
* - nginx 1.26
|
|
361
|
+
* - nginx 1.28
|
|
362
|
+
*
|
|
363
|
+
* @example
|
|
364
|
+
* nginx 1.28
|
|
365
|
+
*/
|
|
273
366
|
html?: string;
|
|
274
367
|
/**
|
|
275
368
|
* @remarks
|
|
276
|
-
* The
|
|
369
|
+
* The corresponding secret ID.
|
|
277
370
|
*
|
|
278
371
|
* @example
|
|
279
372
|
* 10
|
|
@@ -281,7 +374,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
281
374
|
imagePullSecrets?: string;
|
|
282
375
|
/**
|
|
283
376
|
* @remarks
|
|
284
|
-
* The
|
|
377
|
+
* The image address. This parameter is required when **Package Type** is set to **Image**.
|
|
285
378
|
*
|
|
286
379
|
* @example
|
|
287
380
|
* registry.cn-hangzhou.aliyuncs.com/sae_test/ali_sae_test:0.0.1
|
|
@@ -289,13 +382,17 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
289
382
|
imageUrl?: string;
|
|
290
383
|
/**
|
|
291
384
|
* @remarks
|
|
292
|
-
*
|
|
385
|
+
* The init container configuration.
|
|
293
386
|
*/
|
|
294
387
|
initContainersConfig?: InitContainerConfig[];
|
|
388
|
+
/**
|
|
389
|
+
* @remarks
|
|
390
|
+
* Specifies whether the application is stateful.
|
|
391
|
+
*/
|
|
295
392
|
isStateful?: boolean;
|
|
296
393
|
/**
|
|
297
394
|
* @remarks
|
|
298
|
-
* The arguments
|
|
395
|
+
* The arguments for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
299
396
|
*
|
|
300
397
|
* @example
|
|
301
398
|
* custom-args
|
|
@@ -303,7 +400,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
303
400
|
jarStartArgs?: string;
|
|
304
401
|
/**
|
|
305
402
|
* @remarks
|
|
306
|
-
* The
|
|
403
|
+
* The options for starting the JAR package application. The default startup command for the application: `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`
|
|
307
404
|
*
|
|
308
405
|
* @example
|
|
309
406
|
* -Xms4G -Xmx4G
|
|
@@ -311,16 +408,16 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
311
408
|
jarStartOptions?: string;
|
|
312
409
|
/**
|
|
313
410
|
* @remarks
|
|
314
|
-
* The version
|
|
411
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
315
412
|
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
413
|
+
* - **Open JDK 8**
|
|
414
|
+
* - **Open JDK 7**
|
|
415
|
+
* - **Dragonwell 11**
|
|
416
|
+
* - **Dragonwell 8**
|
|
417
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
418
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
322
419
|
*
|
|
323
|
-
* This parameter is not
|
|
420
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
324
421
|
*
|
|
325
422
|
* @example
|
|
326
423
|
* Open JDK 8
|
|
@@ -328,14 +425,14 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
328
425
|
jdk?: string;
|
|
329
426
|
/**
|
|
330
427
|
* @remarks
|
|
331
|
-
* The
|
|
428
|
+
* The summary of configurations for log collection to Kafka. Valid values:
|
|
332
429
|
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
430
|
+
* - **kafkaEndpoint**: the service registration address of the Kafka API.
|
|
431
|
+
* - **kafkaInstanceId**: the Kafka instance ID.
|
|
432
|
+
* - **kafkaConfigs**: the summary of configurations for one or more log entries. For more information about the valid values, see the **kafkaConfigs** request parameter in this topic.
|
|
336
433
|
*
|
|
337
434
|
* @example
|
|
338
|
-
* {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX
|
|
435
|
+
* {"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"}]}
|
|
339
436
|
*/
|
|
340
437
|
kafkaConfigs?: string;
|
|
341
438
|
labels?: {
|
|
@@ -343,25 +440,25 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
343
440
|
};
|
|
344
441
|
/**
|
|
345
442
|
* @remarks
|
|
346
|
-
*
|
|
443
|
+
* The container health check. Containers that fail the health check are shutdown and recovered. The following methods are supported:
|
|
347
444
|
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
*
|
|
445
|
+
* - **exec**: for example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
446
|
+
* - **httpGet**: for example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
447
|
+
* - **tcpSocket**: for example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
351
448
|
*
|
|
352
|
-
* > You can use only one method
|
|
449
|
+
* > You can use only one method for health checks.
|
|
353
450
|
*
|
|
354
|
-
*
|
|
451
|
+
* Parameter description:
|
|
355
452
|
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
453
|
+
* - **exec.command**: the health check command.
|
|
454
|
+
* - **httpGet.path**: the access path.
|
|
455
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
456
|
+
* - **httpGet.isContainKeyWord**: **true** indicates that the keyword is included. **false** indicates that the keyword is not included. If this field is missing, the advanced feature is not used.
|
|
457
|
+
* - **httpGet.keyWord**: the custom keyword. The **isContainKeyWord** field must be present when this field is used.
|
|
458
|
+
* - **tcpSocket.port**: the port for TCP connection detection.
|
|
459
|
+
* - **initialDelaySeconds**: the health check delay detection time. Default value: 10. Unit: seconds.
|
|
460
|
+
* - **periodSeconds**: the health check period. Default value: 30. Unit: seconds.
|
|
461
|
+
* - **timeoutSeconds**: 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.
|
|
365
462
|
*
|
|
366
463
|
* @example
|
|
367
464
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -370,18 +467,17 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
370
467
|
lokiConfigs?: string;
|
|
371
468
|
/**
|
|
372
469
|
* @remarks
|
|
373
|
-
* The memory
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
* * This parameter is set to **131072** if the Cpu parameter is set to 32000.
|
|
470
|
+
* The memory required for each instance, in 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:
|
|
471
|
+
* - **1024**: corresponds to 500 and 1000 millicores of CPU.
|
|
472
|
+
* - **2048**: corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
473
|
+
* - **4096**: corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
474
|
+
* - **8192**: corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
475
|
+
* - **12288**: corresponds to 12000 millicores of CPU.
|
|
476
|
+
* - **16384**: corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
477
|
+
* - **24576**: corresponds to 12000 millicores of CPU.
|
|
478
|
+
* - **32768**: corresponds to 16000 millicores of CPU.
|
|
479
|
+
* - **65536**: corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
480
|
+
* - **131072**: corresponds to 32000 millicores of CPU.
|
|
385
481
|
*
|
|
386
482
|
* @example
|
|
387
483
|
* 1024
|
|
@@ -389,11 +485,10 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
389
485
|
memory?: number;
|
|
390
486
|
/**
|
|
391
487
|
* @remarks
|
|
392
|
-
*
|
|
393
|
-
*
|
|
394
|
-
*
|
|
395
|
-
*
|
|
396
|
-
* * **2** : MSE enterprise edition Nacos registry
|
|
488
|
+
* Specifies the Nacos registry. Valid values:
|
|
489
|
+
* - **0**: SAE built-in Nacos.
|
|
490
|
+
* - **1**: self-managed Nacos.
|
|
491
|
+
* - **2**: MSE commercial edition Nacos.
|
|
397
492
|
*
|
|
398
493
|
* @example
|
|
399
494
|
* "0"
|
|
@@ -401,7 +496,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
401
496
|
microRegistration?: string;
|
|
402
497
|
/**
|
|
403
498
|
* @remarks
|
|
404
|
-
* The
|
|
499
|
+
* The registry configuration.
|
|
405
500
|
*
|
|
406
501
|
* @example
|
|
407
502
|
* {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
|
|
@@ -409,29 +504,23 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
409
504
|
microRegistrationConfig?: string;
|
|
410
505
|
/**
|
|
411
506
|
* @remarks
|
|
412
|
-
*
|
|
413
|
-
*
|
|
414
|
-
* Whether to enable microservices governance (enable):
|
|
415
|
-
* - true: Enable
|
|
416
|
-
* - false: Disable
|
|
507
|
+
* Configures the microservice governance feature.
|
|
417
508
|
*
|
|
418
|
-
*
|
|
509
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
419
510
|
*
|
|
420
|
-
*
|
|
511
|
+
* - true: Enabled.
|
|
421
512
|
*
|
|
422
|
-
*
|
|
513
|
+
* - false: Disabled.
|
|
423
514
|
*
|
|
424
|
-
* -
|
|
515
|
+
* - Configures lossless online/offline (mseLosslessRule):
|
|
425
516
|
*
|
|
426
|
-
*
|
|
517
|
+
* - delayTime: the delay time.
|
|
427
518
|
*
|
|
428
|
-
*
|
|
519
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled. false indicates disabled.
|
|
429
520
|
*
|
|
430
|
-
*
|
|
521
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled. false indicates disabled.
|
|
431
522
|
*
|
|
432
|
-
*
|
|
433
|
-
*
|
|
434
|
-
* warmupTime: Small-traffic warm-up duration (unit: seconds)
|
|
523
|
+
* - warmupTime: the warm-up duration for traffic ramping, in seconds.
|
|
435
524
|
*
|
|
436
525
|
* @example
|
|
437
526
|
* {"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
|
|
@@ -439,7 +528,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
439
528
|
microserviceEngineConfig?: string;
|
|
440
529
|
/**
|
|
441
530
|
* @remarks
|
|
442
|
-
*
|
|
531
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The NAS mount description. If the configuration does not change 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).
|
|
443
532
|
*
|
|
444
533
|
* @example
|
|
445
534
|
* [{mountPath: "/tmp", nasPath: "/"}]
|
|
@@ -447,7 +536,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
447
536
|
mountDesc?: string;
|
|
448
537
|
/**
|
|
449
538
|
* @remarks
|
|
450
|
-
*
|
|
539
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The mount target of the NAS file system in the VPC of the application. If the configuration does not change 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).
|
|
451
540
|
*
|
|
452
541
|
* @example
|
|
453
542
|
* example.com
|
|
@@ -455,7 +544,8 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
455
544
|
mountHost?: string;
|
|
456
545
|
/**
|
|
457
546
|
* @remarks
|
|
458
|
-
* SAE namespace ID. Only namespaces
|
|
547
|
+
* The SAE namespace ID. Only namespaces whose names contain lowercase letters and hyphens (-) are supported. The name must start with a letter.
|
|
548
|
+
* You can obtain namespaces by calling the [DescribeNamespaceList](https://help.aliyun.com/document_detail/126547.html) operation.
|
|
459
549
|
*
|
|
460
550
|
* @example
|
|
461
551
|
* cn-beijing:test
|
|
@@ -463,13 +553,13 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
463
553
|
namespaceId?: string;
|
|
464
554
|
/**
|
|
465
555
|
* @remarks
|
|
466
|
-
* The
|
|
556
|
+
* The NAS mount configuration. Valid values:
|
|
467
557
|
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
*
|
|
472
|
-
*
|
|
558
|
+
* - **mountPath**: the container mount path.
|
|
559
|
+
* - **readOnly**: set to **false** to grant read and write permission.
|
|
560
|
+
* - **nasId**: the NAS ID.
|
|
561
|
+
* - **mountDomain**: the container mount target address. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
|
|
562
|
+
* - **nasPath**: the NAS relative file directory.
|
|
473
563
|
*
|
|
474
564
|
* @example
|
|
475
565
|
* [{"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"}]
|
|
@@ -477,9 +567,9 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
477
567
|
nasConfigs?: string;
|
|
478
568
|
/**
|
|
479
569
|
* @remarks
|
|
480
|
-
*
|
|
570
|
+
* We recommend that you do not set this parameter. Set **NasConfigs** instead. The ID of the mounted NAS file system. The NAS file system must be in the same region as the cluster. The NAS file system must have available mount target creation quota, or its mount target must already be on a vSwitch in the VPC. If this parameter is left empty and the **mountDescs** field exists, a NAS file system is automatically purchased and mounted to a vSwitch in the VPC.
|
|
481
571
|
*
|
|
482
|
-
*
|
|
572
|
+
* If the configuration does not change 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).
|
|
483
573
|
*
|
|
484
574
|
* @example
|
|
485
575
|
* KSAK****
|
|
@@ -487,13 +577,11 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
487
577
|
nasId?: string;
|
|
488
578
|
/**
|
|
489
579
|
* @remarks
|
|
490
|
-
*
|
|
491
|
-
*
|
|
492
|
-
* - lite: the lightweight edition.
|
|
493
|
-
*
|
|
494
|
-
* - std: the standard edition.
|
|
580
|
+
* The application version:
|
|
495
581
|
*
|
|
496
|
-
* -
|
|
582
|
+
* - lite: Lite Edition
|
|
583
|
+
* - std: Standard Edition
|
|
584
|
+
* - pro: Professional Edition
|
|
497
585
|
*
|
|
498
586
|
* @example
|
|
499
587
|
* pro
|
|
@@ -501,9 +589,8 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
501
589
|
newSaeVersion?: string;
|
|
502
590
|
/**
|
|
503
591
|
* @remarks
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
* > You need to create an OpenID Connect (OIDC) identity provider (IdP) and an identity provider (IdP) for role-based single sign-on (SSO) in advance. For more information, see [Creates an OpenID Connect (OIDC) identity provider (IdP)](https://help.aliyun.com/document_detail/2331022.html) and [Creates an identity provider (IdP) for role-based single sign-on (SSO)](https://help.aliyun.com/document_detail/2331016.html).
|
|
592
|
+
* Specifies the RAM role for identity authentication.
|
|
593
|
+
* > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see <props="china">[CreateOIDCProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/en/ram/developer-reference/api-ims-2019-08-15-createsamlprovider)<props="intl">[CreateOIDCProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createoidcprovider) and [CreateSAMLProvider](https://www.alibabacloud.com/help/zh/ram/developer-reference/api-ims-2019-08-15-createsamlprovider).
|
|
507
594
|
*
|
|
508
595
|
* @example
|
|
509
596
|
* sae-test
|
|
@@ -511,7 +598,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
511
598
|
oidcRoleName?: string;
|
|
512
599
|
/**
|
|
513
600
|
* @remarks
|
|
514
|
-
* The
|
|
601
|
+
* The AccessKey ID for OSS read and write operations.
|
|
515
602
|
*
|
|
516
603
|
* @example
|
|
517
604
|
* xxxxxx
|
|
@@ -519,7 +606,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
519
606
|
ossAkId?: string;
|
|
520
607
|
/**
|
|
521
608
|
* @remarks
|
|
522
|
-
* The AccessKey Secret
|
|
609
|
+
* The AccessKey Secret for OSS read and write operations.
|
|
523
610
|
*
|
|
524
611
|
* @example
|
|
525
612
|
* xxxxxx
|
|
@@ -527,18 +614,14 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
527
614
|
ossAkSecret?: string;
|
|
528
615
|
/**
|
|
529
616
|
* @remarks
|
|
530
|
-
*
|
|
531
|
-
*
|
|
532
|
-
* * **bucketName**: the name of the OSS bucket.
|
|
617
|
+
* The OSS mount description. Parameter description:
|
|
533
618
|
*
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
* * **true**: The container path only has read permission on the OSS directory.
|
|
541
|
-
* * **false**: The application has read and write permissions.
|
|
619
|
+
* - **bucketName**: the bucket name.
|
|
620
|
+
* - **bucketPath**: the folder or object that you created in OSS. If the OSS mount folder does not exist, an exception is triggered.
|
|
621
|
+
* - **mountPath**: the container path in SAE. If the path already exists, it is an overwrite relationship. If the path does not exist, it is created.
|
|
622
|
+
* - **readOnly**: specifies whether the container path has read-only permission on the mounted folder resources. Valid values:
|
|
623
|
+
* - **true**: read-only permission.
|
|
624
|
+
* - **false**: read and write permission.
|
|
542
625
|
*
|
|
543
626
|
* @example
|
|
544
627
|
* [{"bucketName": "oss-bucket", "bucketPath": "data/user.data", "mountPath": "/usr/data/user.data", "readOnly": true}]
|
|
@@ -546,14 +629,30 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
546
629
|
ossMountDescs?: string;
|
|
547
630
|
/**
|
|
548
631
|
* @remarks
|
|
549
|
-
* The type of the deployment package.
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
*
|
|
554
|
-
* **
|
|
555
|
-
*
|
|
556
|
-
*
|
|
632
|
+
* The type of the application deployment package. Valid values:
|
|
633
|
+
*
|
|
634
|
+
* - If you use Java for deployment, **FatJar**, **War**, and **Image** are supported.
|
|
635
|
+
* - If you use PHP for deployment, the following types are supported:
|
|
636
|
+
* - **PhpZip**
|
|
637
|
+
* - **IMAGE_PHP_5_4**
|
|
638
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
639
|
+
* - **IMAGE_PHP_5_5**
|
|
640
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
641
|
+
* - **IMAGE_PHP_5_6**
|
|
642
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
643
|
+
* - **IMAGE_PHP_7_0**
|
|
644
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
645
|
+
* - **IMAGE_PHP_7_1**
|
|
646
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
647
|
+
* - **IMAGE_PHP_7_2**
|
|
648
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
649
|
+
* - **IMAGE_PHP_7_3**
|
|
650
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
651
|
+
* - If you use Python for deployment, **PythonZip** and **Image** are supported.
|
|
652
|
+
*
|
|
653
|
+
* - If you use .NET Core for deployment, **DotnetZip** and **Image** are supported.
|
|
654
|
+
* >
|
|
655
|
+
* > When DotnetZip is selected, Dotnet specifies the version of the .NET Core runtime. .NET 3.1, .NET 5.0, .NET 6.0, .NET 7.0, and .NET 8.0 are supported. The Dotnet, Command, and CommandArgs parameters are required.
|
|
557
656
|
*
|
|
558
657
|
* This parameter is required.
|
|
559
658
|
*
|
|
@@ -563,7 +662,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
563
662
|
packageType?: string;
|
|
564
663
|
/**
|
|
565
664
|
* @remarks
|
|
566
|
-
* The address of the deployment package. This parameter is required
|
|
665
|
+
* The address of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
567
666
|
*
|
|
568
667
|
* @example
|
|
569
668
|
* http://myoss.oss-cn-****.aliyuncs.com/my-buc/2019-06-30/****.jar
|
|
@@ -571,7 +670,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
571
670
|
packageUrl?: string;
|
|
572
671
|
/**
|
|
573
672
|
* @remarks
|
|
574
|
-
* The version of the deployment package. This parameter is required when
|
|
673
|
+
* The version of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
|
|
575
674
|
*
|
|
576
675
|
* @example
|
|
577
676
|
* 1.0.0
|
|
@@ -579,7 +678,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
579
678
|
packageVersion?: string;
|
|
580
679
|
/**
|
|
581
680
|
* @remarks
|
|
582
|
-
* The
|
|
681
|
+
* The PHP version on which the deployment package depends. Not supported for images.
|
|
583
682
|
*
|
|
584
683
|
* @example
|
|
585
684
|
* PHP-FPM 7.0
|
|
@@ -587,7 +686,8 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
587
686
|
php?: string;
|
|
588
687
|
/**
|
|
589
688
|
* @remarks
|
|
590
|
-
* The path
|
|
689
|
+
* The mount path for PHP application monitoring. Make sure that the PHP server loads the configuration file from this path.
|
|
690
|
+
* You do not need to manage the configuration content. SAE automatically renders the correct configuration file.
|
|
591
691
|
*
|
|
592
692
|
* @example
|
|
593
693
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -595,7 +695,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
595
695
|
phpArmsConfigLocation?: string;
|
|
596
696
|
/**
|
|
597
697
|
* @remarks
|
|
598
|
-
* The
|
|
698
|
+
* The content of the PHP configuration file.
|
|
599
699
|
*
|
|
600
700
|
* @example
|
|
601
701
|
* k1=v1
|
|
@@ -603,7 +703,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
603
703
|
phpConfig?: string;
|
|
604
704
|
/**
|
|
605
705
|
* @remarks
|
|
606
|
-
* The path
|
|
706
|
+
* The mount path for the PHP application startup configuration. Make sure that the PHP server uses this configuration file to start.
|
|
607
707
|
*
|
|
608
708
|
* @example
|
|
609
709
|
* /usr/local/etc/php/php.ini
|
|
@@ -611,7 +711,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
611
711
|
phpConfigLocation?: string;
|
|
612
712
|
/**
|
|
613
713
|
* @remarks
|
|
614
|
-
*
|
|
714
|
+
* The script that is run after the container is started. A script is triggered and run immediately after the container is created. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
615
715
|
*
|
|
616
716
|
* @example
|
|
617
717
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -619,7 +719,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
619
719
|
postStart?: string;
|
|
620
720
|
/**
|
|
621
721
|
* @remarks
|
|
622
|
-
*
|
|
722
|
+
* The script that is run before the container is stopped. A script is triggered and run before the container is deleted. Format: `{"exec":{"command":["cat","/etc/group"]}}`
|
|
623
723
|
*
|
|
624
724
|
* @example
|
|
625
725
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -627,13 +727,13 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
627
727
|
preStop?: string;
|
|
628
728
|
/**
|
|
629
729
|
* @remarks
|
|
630
|
-
* The programming language
|
|
730
|
+
* The programming language of the technology stack used to create the application. Valid values:
|
|
631
731
|
*
|
|
632
|
-
* - java
|
|
633
|
-
* - php
|
|
634
|
-
* - python
|
|
635
|
-
* - dotnet
|
|
636
|
-
* - other
|
|
732
|
+
* - **java**: Java.
|
|
733
|
+
* - **php**: PHP.
|
|
734
|
+
* - **python**: Python.
|
|
735
|
+
* - **dotnet**: .NET Core.
|
|
736
|
+
* - **other**: multiple languages, such as C++, Go, and Node.js.
|
|
637
737
|
*
|
|
638
738
|
* @example
|
|
639
739
|
* java
|
|
@@ -641,20 +741,21 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
641
741
|
programmingLanguage?: string;
|
|
642
742
|
/**
|
|
643
743
|
* @remarks
|
|
644
|
-
*
|
|
744
|
+
* Enables K8s Service-based service registration and discovery. Valid values:
|
|
645
745
|
*
|
|
646
|
-
*
|
|
647
|
-
*
|
|
648
|
-
*
|
|
649
|
-
*
|
|
746
|
+
* - **serviceName**: the service name. Format: `custom name-namespace ID`. The suffix `-namespace ID` cannot be customized and must be set based on the namespace of the application. For example, if you select the default namespace in the China (Beijing) region, the suffix is `-cn-beijing-default`.
|
|
747
|
+
* - **namespaceId**: the namespace ID.
|
|
748
|
+
* - **portProtocols**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**.
|
|
749
|
+
* - **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**.
|
|
750
|
+
* - **enable**: enables K8s Service-based service registration and discovery.
|
|
650
751
|
*
|
|
651
752
|
* @example
|
|
652
|
-
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
753
|
+
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true,"portProtocols":[{"port":18012,"protocol":"TCP"}]}
|
|
653
754
|
*/
|
|
654
755
|
pvtzDiscoverySvc?: string;
|
|
655
756
|
/**
|
|
656
757
|
* @remarks
|
|
657
|
-
* The Python environment.
|
|
758
|
+
* The Python environment. **PYTHON 3.9.15** is supported.
|
|
658
759
|
*
|
|
659
760
|
* @example
|
|
660
761
|
* PYTHON 3.9.15
|
|
@@ -662,17 +763,18 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
662
763
|
python?: string;
|
|
663
764
|
/**
|
|
664
765
|
* @remarks
|
|
665
|
-
* The
|
|
766
|
+
* The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root folder are installed. If the file is not configured or you need custom packages, specify the dependencies to install.
|
|
666
767
|
*
|
|
667
768
|
* @example
|
|
668
769
|
* Flask==2.0
|
|
669
770
|
*/
|
|
670
771
|
pythonModules?: string;
|
|
772
|
+
raspConfig?: CreateApplicationRequestRaspConfig;
|
|
671
773
|
/**
|
|
672
774
|
* @remarks
|
|
673
|
-
*
|
|
775
|
+
* 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.
|
|
674
776
|
*
|
|
675
|
-
* > You can use only one method
|
|
777
|
+
* > You can use only one method for health checks.
|
|
676
778
|
*
|
|
677
779
|
* @example
|
|
678
780
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -680,7 +782,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
680
782
|
readiness?: string;
|
|
681
783
|
/**
|
|
682
784
|
* @remarks
|
|
683
|
-
* The number of instances
|
|
785
|
+
* The initial number of instances.
|
|
684
786
|
*
|
|
685
787
|
* This parameter is required.
|
|
686
788
|
*
|
|
@@ -690,18 +792,18 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
690
792
|
replicas?: number;
|
|
691
793
|
/**
|
|
692
794
|
* @remarks
|
|
693
|
-
* The resource type.
|
|
795
|
+
* The resource type. Valid values: NULL (default), default, and haiguang (Hygon server).
|
|
694
796
|
*
|
|
695
797
|
* @example
|
|
696
|
-
*
|
|
798
|
+
* NULL
|
|
697
799
|
*/
|
|
698
800
|
resourceType?: string;
|
|
699
801
|
/**
|
|
700
802
|
* @remarks
|
|
701
|
-
* The SAE version.
|
|
803
|
+
* The SAE version. Valid values:
|
|
702
804
|
*
|
|
703
|
-
*
|
|
704
|
-
*
|
|
805
|
+
* - **v1**
|
|
806
|
+
* - **v2**
|
|
705
807
|
*
|
|
706
808
|
* @example
|
|
707
809
|
* v1
|
|
@@ -709,14 +811,14 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
709
811
|
saeVersion?: string;
|
|
710
812
|
/**
|
|
711
813
|
* @remarks
|
|
712
|
-
* Secret
|
|
713
|
-
* Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers. Parameter descriptions are as follows:
|
|
814
|
+
* The **Secret** mount description. Use a secret created on the namespace secrets page to inject sensitive information into the container. Parameter description:
|
|
714
815
|
*
|
|
715
|
-
* - secretId
|
|
816
|
+
* - **secretId**: the secret instance ID. You can obtain the ID by calling the ListSecrets operation.
|
|
817
|
+
* - **key**: the key.
|
|
716
818
|
*
|
|
717
|
-
*
|
|
819
|
+
* > You can mount all keys by passing the `sae-sys-secret-all` parameter.
|
|
718
820
|
*
|
|
719
|
-
* - mountPath
|
|
821
|
+
* - **mountPath**: the mount path.
|
|
720
822
|
*
|
|
721
823
|
* @example
|
|
722
824
|
* [{“secretId":10,”key":"test","mountPath":"/tmp"}]
|
|
@@ -724,7 +826,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
724
826
|
secretMountDesc?: string;
|
|
725
827
|
/**
|
|
726
828
|
* @remarks
|
|
727
|
-
*
|
|
829
|
+
* The security group ID.
|
|
728
830
|
*
|
|
729
831
|
* @example
|
|
730
832
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -732,7 +834,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
732
834
|
securityGroupId?: string;
|
|
733
835
|
/**
|
|
734
836
|
* @remarks
|
|
735
|
-
* The canary
|
|
837
|
+
* The canary release tags configured for the application.
|
|
736
838
|
*
|
|
737
839
|
* @example
|
|
738
840
|
* {\\"alicloud.service.tag\\":\\"g1\\"}
|
|
@@ -740,42 +842,46 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
740
842
|
serviceTags?: string;
|
|
741
843
|
/**
|
|
742
844
|
* @remarks
|
|
743
|
-
* The
|
|
845
|
+
* The sidecar container configuration.
|
|
744
846
|
*/
|
|
745
847
|
sidecarContainersConfig?: SidecarContainerConfig[];
|
|
746
848
|
/**
|
|
747
849
|
* @remarks
|
|
748
|
-
* The
|
|
850
|
+
* The configurations for log collection to Simple Log Service.
|
|
749
851
|
*
|
|
750
|
-
*
|
|
751
|
-
*
|
|
852
|
+
* - Use SLS resources that are automatically created by SAE: `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
853
|
+
* - Use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
752
854
|
*
|
|
753
|
-
*
|
|
855
|
+
* Parameter description:
|
|
754
856
|
*
|
|
755
|
-
*
|
|
756
|
-
*
|
|
757
|
-
*
|
|
758
|
-
*
|
|
759
|
-
*
|
|
857
|
+
* - **projectName**: the Project name in Simple Log Service.
|
|
858
|
+
* - **logDir**: the log path.
|
|
859
|
+
* - **logType**: the log type. **stdout** indicates container standard output logs. You can configure only one entry for this type. If this parameter is not set, file logs are collected.
|
|
860
|
+
* - **logstoreName**: the Logstore name in Simple Log Service.
|
|
861
|
+
* - **logtailName**: the Logtail name in Simple Log Service. If this parameter is not specified, a new Logtail is created.
|
|
760
862
|
*
|
|
761
|
-
* If
|
|
863
|
+
* If the SLS collection configuration does not change 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).
|
|
762
864
|
*
|
|
763
|
-
* >
|
|
865
|
+
* > Projects that are automatically created with the application are deleted when the application is deleted. Therefore, do not select a project that is automatically created by SAE when you select an existing project.
|
|
764
866
|
*
|
|
765
867
|
* @example
|
|
766
868
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
767
869
|
*/
|
|
768
870
|
slsConfigs?: string;
|
|
871
|
+
/**
|
|
872
|
+
* @remarks
|
|
873
|
+
* sls log tags
|
|
874
|
+
*/
|
|
769
875
|
slsLogEnvTags?: string;
|
|
770
876
|
/**
|
|
771
877
|
* @remarks
|
|
772
|
-
*
|
|
773
|
-
*
|
|
774
|
-
* Check succeeded: Indicates that the application has started successfully. If you have configured Liveness and Readiness checks, they will be performed after the application startup is successful.
|
|
775
|
-
* Check failed: Indicates that the application failed to start; an exception will be reported and the application will be automatically restarted.
|
|
878
|
+
* Enables the application startup probe.
|
|
776
879
|
*
|
|
777
|
-
*
|
|
778
|
-
*
|
|
880
|
+
* - Check succeeded: indicates that the application started successfully. If you configured Liveness and Readiness checks, they are performed after the application starts successfully.
|
|
881
|
+
* - Check failed: indicates that the application failed to start. An exception is reported and the application is automatically restarted.
|
|
882
|
+
* >
|
|
883
|
+
* > - The exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter.
|
|
884
|
+
* > - You can use only one method for health checks.
|
|
779
885
|
*
|
|
780
886
|
* @example
|
|
781
887
|
* {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
|
|
@@ -783,7 +889,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
783
889
|
startupProbe?: string;
|
|
784
890
|
/**
|
|
785
891
|
* @remarks
|
|
786
|
-
* The timeout period for
|
|
892
|
+
* The timeout period for graceful shutdown. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
787
893
|
*
|
|
788
894
|
* @example
|
|
789
895
|
* 30
|
|
@@ -791,7 +897,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
791
897
|
terminationGracePeriodSeconds?: number;
|
|
792
898
|
/**
|
|
793
899
|
* @remarks
|
|
794
|
-
*
|
|
900
|
+
* The time zone. Default value: **Asia/Shanghai**.
|
|
795
901
|
*
|
|
796
902
|
* @example
|
|
797
903
|
* Asia/Shanghai
|
|
@@ -799,13 +905,13 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
799
905
|
timezone?: string;
|
|
800
906
|
/**
|
|
801
907
|
* @remarks
|
|
802
|
-
* The Tomcat configuration.
|
|
908
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration:
|
|
803
909
|
*
|
|
804
|
-
*
|
|
805
|
-
*
|
|
806
|
-
*
|
|
807
|
-
*
|
|
808
|
-
*
|
|
910
|
+
* - **port**: the port number. Valid values: 1024 to 65535. Ports less than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
|
|
911
|
+
* - **contextPath**: the access path. Default value: root directory "/".
|
|
912
|
+
* - **maxThreads**: the maximum number of connections in the connection pool. Default value: 400.
|
|
913
|
+
* - **uriEncoding**: the encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
914
|
+
* - **useBodyEncodingForUri**: specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
809
915
|
*
|
|
810
916
|
* @example
|
|
811
917
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -813,7 +919,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
813
919
|
tomcatConfig?: string;
|
|
814
920
|
/**
|
|
815
921
|
* @remarks
|
|
816
|
-
* The vSwitch
|
|
922
|
+
* The vSwitch where the elastic network interface controller (NIC) of the application instance resides. The vSwitch must be in the specified VPC. The vSwitch also has a binding relationship with the SAE namespace. If you leave this parameter empty, the vSwitch attached to the namespace is used by default.
|
|
817
923
|
*
|
|
818
924
|
* @example
|
|
819
925
|
* vsw-bp12mw1f8k3jgygk9****
|
|
@@ -821,7 +927,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
821
927
|
vSwitchId?: string;
|
|
822
928
|
/**
|
|
823
929
|
* @remarks
|
|
824
|
-
* The
|
|
930
|
+
* The VPC that corresponds to the SAE namespace. In SAE, a namespace can correspond to only one VPC, and the mapping cannot be modified. The binding relationship is established when the first SAE application is created in the namespace. Multiple namespaces can correspond to the same VPC. If you leave this parameter empty, the VPC bound to the namespace is used by default.
|
|
825
931
|
*
|
|
826
932
|
* @example
|
|
827
933
|
* vpc-bp1aevy8sofi8mh1q****
|
|
@@ -829,7 +935,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
829
935
|
vpcId?: string;
|
|
830
936
|
/**
|
|
831
937
|
* @remarks
|
|
832
|
-
* The startup command
|
|
938
|
+
* The startup command for deploying a WAR package application. The configuration procedure is the same as that for the startup command of an image deployment. For more information, see [Configure a startup command](https://help.aliyun.com/document_detail/96677.html).
|
|
833
939
|
*
|
|
834
940
|
* @example
|
|
835
941
|
* CATALINA_OPTS=\\"$CATALINA_OPTS $Options\\" catalina.sh run
|
|
@@ -837,12 +943,12 @@ export declare class CreateApplicationRequest extends $dara.Model {
|
|
|
837
943
|
warStartOptions?: string;
|
|
838
944
|
/**
|
|
839
945
|
* @remarks
|
|
840
|
-
* The version of
|
|
946
|
+
* The version of Tomcat on which the WebContainer deployment package depends. Valid values:
|
|
841
947
|
*
|
|
842
|
-
*
|
|
843
|
-
*
|
|
948
|
+
* - **apache-tomcat-7.0.91**
|
|
949
|
+
* - **apache-tomcat-8.5.42**
|
|
844
950
|
*
|
|
845
|
-
* This parameter is not
|
|
951
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
846
952
|
*
|
|
847
953
|
* @example
|
|
848
954
|
* apache-tomcat-7.0.91
|