@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
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* ConfigMap ID。
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 1
|
|
@@ -10,7 +10,7 @@ export declare class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc
|
|
|
10
10
|
configMapId?: number;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The name
|
|
13
|
+
* The ConfigMap name.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* test
|
|
@@ -18,7 +18,7 @@ export declare class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc
|
|
|
18
18
|
configMapName?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The key-value pair
|
|
21
|
+
* The ConfigMap key-value pair.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* k1
|
|
@@ -26,7 +26,7 @@ export declare class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc
|
|
|
26
26
|
key?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The
|
|
29
|
+
* The container mount path.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* /tmp
|
|
@@ -44,7 +44,15 @@ export declare class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc
|
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
export declare class DescribeApplicationConfigResponseBodyDataEmptyDirDesc extends $dara.Model {
|
|
47
|
+
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The mount path.
|
|
50
|
+
*/
|
|
47
51
|
mountPath?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The temporary storage name.
|
|
55
|
+
*/
|
|
48
56
|
name?: string;
|
|
49
57
|
static names(): {
|
|
50
58
|
[key: string]: string;
|
|
@@ -68,7 +76,7 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
68
76
|
configMapId?: number;
|
|
69
77
|
/**
|
|
70
78
|
* @remarks
|
|
71
|
-
* The name
|
|
79
|
+
* The ConfigMap name.
|
|
72
80
|
*
|
|
73
81
|
* @example
|
|
74
82
|
* test
|
|
@@ -76,7 +84,7 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
76
84
|
configMapName?: string;
|
|
77
85
|
/**
|
|
78
86
|
* @remarks
|
|
79
|
-
* The key.
|
|
87
|
+
* The ConfigMap key-value pair.
|
|
80
88
|
*
|
|
81
89
|
* @example
|
|
82
90
|
* k1
|
|
@@ -84,7 +92,7 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
84
92
|
key?: string;
|
|
85
93
|
/**
|
|
86
94
|
* @remarks
|
|
87
|
-
* The mount path.
|
|
95
|
+
* The container mount path.
|
|
88
96
|
*
|
|
89
97
|
* @example
|
|
90
98
|
* /tmp
|
|
@@ -102,7 +110,15 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
102
110
|
});
|
|
103
111
|
}
|
|
104
112
|
export declare class DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyDirDesc extends $dara.Model {
|
|
113
|
+
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* The mount path of the data volume in the container.
|
|
116
|
+
*/
|
|
105
117
|
mountPath?: string;
|
|
118
|
+
/**
|
|
119
|
+
* @remarks
|
|
120
|
+
* The temporary storage name.
|
|
121
|
+
*/
|
|
106
122
|
name?: string;
|
|
107
123
|
static names(): {
|
|
108
124
|
[key: string]: string;
|
|
@@ -116,9 +132,25 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
116
132
|
});
|
|
117
133
|
}
|
|
118
134
|
export declare class DescribeApplicationConfigResponseBodyDataInitContainersConfigSecretMountDesc extends $dara.Model {
|
|
135
|
+
/**
|
|
136
|
+
* @remarks
|
|
137
|
+
* The key.
|
|
138
|
+
*/
|
|
119
139
|
key?: string;
|
|
140
|
+
/**
|
|
141
|
+
* @remarks
|
|
142
|
+
* The mount path.
|
|
143
|
+
*/
|
|
120
144
|
mountPath?: string;
|
|
145
|
+
/**
|
|
146
|
+
* @remarks
|
|
147
|
+
* The Secret instance ID.
|
|
148
|
+
*/
|
|
121
149
|
secretId?: number;
|
|
150
|
+
/**
|
|
151
|
+
* @remarks
|
|
152
|
+
* The Secret instance name.
|
|
153
|
+
*/
|
|
122
154
|
secretName?: string;
|
|
123
155
|
static names(): {
|
|
124
156
|
[key: string]: string;
|
|
@@ -134,15 +166,16 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
134
166
|
export declare class DescribeApplicationConfigResponseBodyDataInitContainersConfig extends $dara.Model {
|
|
135
167
|
/**
|
|
136
168
|
* @remarks
|
|
137
|
-
* The
|
|
169
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
138
170
|
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
171
|
+
* ```
|
|
172
|
+
* command:
|
|
173
|
+
* - echo
|
|
174
|
+
* - abc
|
|
175
|
+
* - >
|
|
176
|
+
* - file0
|
|
177
|
+
* ```
|
|
178
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
146
179
|
*
|
|
147
180
|
* @example
|
|
148
181
|
* /bin/sh
|
|
@@ -150,11 +183,11 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
150
183
|
command?: string;
|
|
151
184
|
/**
|
|
152
185
|
* @remarks
|
|
153
|
-
* The
|
|
186
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
154
187
|
*
|
|
155
188
|
* `["a","b"]`
|
|
156
189
|
*
|
|
157
|
-
* In the preceding example,
|
|
190
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type and the internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
158
191
|
*
|
|
159
192
|
* @example
|
|
160
193
|
* ["a","b"]
|
|
@@ -162,25 +195,30 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
162
195
|
commandArgs?: string;
|
|
163
196
|
/**
|
|
164
197
|
* @remarks
|
|
165
|
-
* The information
|
|
198
|
+
* The ConfigMap information.
|
|
166
199
|
*/
|
|
167
200
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigConfigMapMountDesc[];
|
|
201
|
+
/**
|
|
202
|
+
* @remarks
|
|
203
|
+
* The shared temporary storage.
|
|
204
|
+
*/
|
|
168
205
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyDirDesc[];
|
|
169
206
|
/**
|
|
170
207
|
* @remarks
|
|
171
|
-
* The environment
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
208
|
+
* The container environment variable parameters. You can customize environment variables or reference ConfigMap instances. To reference a ConfigMap instance, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
209
|
+
* - Custom configuration
|
|
210
|
+
* - **name**: the name of the environment variable.
|
|
211
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
212
|
+
* - Reference a ConfigMap instance (valueFrom)
|
|
213
|
+
* - **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`.
|
|
214
|
+
* - **valueFrom**: the reference of the environment variable. Set the value to `configMapRef`.
|
|
215
|
+
* - **configMapId**: the ID of the ConfigMap instance.
|
|
216
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
217
|
+
* - Reference a secret (valueFrom)
|
|
218
|
+
* - **name**: the name of the environment variable. You can reference a single key or all keys. To reference all keys, enter `sae-sys-secret-all-<secret name>`, such as `sae-sys-secret-all-test1`.
|
|
219
|
+
* - **valueFrom**: the reference of the environment variable. Set the value to `secretRef`.
|
|
220
|
+
* - **secretId**: the ID of the secret.
|
|
221
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
184
222
|
*
|
|
185
223
|
* @example
|
|
186
224
|
* [{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}]
|
|
@@ -188,7 +226,8 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
188
226
|
envs?: string;
|
|
189
227
|
/**
|
|
190
228
|
* @remarks
|
|
191
|
-
* The image URL
|
|
229
|
+
* The image URL used by the init container.
|
|
230
|
+
* [_single.resp.200.props.Data.InitContainersConfig.items.Env
|
|
192
231
|
*
|
|
193
232
|
* @example
|
|
194
233
|
* registry.cn-shenzhen.aliyuncs.com/sae-serverless-demo/sae-demo:microservice-java-provider-v1.0
|
|
@@ -196,12 +235,16 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
196
235
|
imageUrl?: string;
|
|
197
236
|
/**
|
|
198
237
|
* @remarks
|
|
199
|
-
* The
|
|
238
|
+
* The init container name.
|
|
200
239
|
*
|
|
201
240
|
* @example
|
|
202
241
|
* init-container
|
|
203
242
|
*/
|
|
204
243
|
name?: string;
|
|
244
|
+
/**
|
|
245
|
+
* @remarks
|
|
246
|
+
* The Secret mount description.
|
|
247
|
+
*/
|
|
205
248
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigSecretMountDesc[];
|
|
206
249
|
static names(): {
|
|
207
250
|
[key: string]: string;
|
|
@@ -217,7 +260,7 @@ export declare class DescribeApplicationConfigResponseBodyDataInitContainersConf
|
|
|
217
260
|
export declare class DescribeApplicationConfigResponseBodyDataMountDesc extends $dara.Model {
|
|
218
261
|
/**
|
|
219
262
|
* @remarks
|
|
220
|
-
* The
|
|
263
|
+
* The container mount path.
|
|
221
264
|
*
|
|
222
265
|
* @example
|
|
223
266
|
* /tmp
|
|
@@ -225,7 +268,7 @@ export declare class DescribeApplicationConfigResponseBodyDataMountDesc extends
|
|
|
225
268
|
mountPath?: string;
|
|
226
269
|
/**
|
|
227
270
|
* @remarks
|
|
228
|
-
* The
|
|
271
|
+
* The NAS relative file directory.
|
|
229
272
|
*
|
|
230
273
|
* @example
|
|
231
274
|
* /
|
|
@@ -245,7 +288,7 @@ export declare class DescribeApplicationConfigResponseBodyDataMountDesc extends
|
|
|
245
288
|
export declare class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dara.Model {
|
|
246
289
|
/**
|
|
247
290
|
* @remarks
|
|
248
|
-
* The name
|
|
291
|
+
* The bucket name.
|
|
249
292
|
*
|
|
250
293
|
* @example
|
|
251
294
|
* oss-bucket
|
|
@@ -253,7 +296,7 @@ export declare class DescribeApplicationConfigResponseBodyDataOssMountDescs exte
|
|
|
253
296
|
bucketName?: string;
|
|
254
297
|
/**
|
|
255
298
|
* @remarks
|
|
256
|
-
* The directory or object in OSS. If the
|
|
299
|
+
* The directory or OSS object that you created in OSS. If the OSS mount directory does not exist, an exception is triggered.
|
|
257
300
|
*
|
|
258
301
|
* @example
|
|
259
302
|
* data/user.data
|
|
@@ -261,7 +304,7 @@ export declare class DescribeApplicationConfigResponseBodyDataOssMountDescs exte
|
|
|
261
304
|
bucketPath?: string;
|
|
262
305
|
/**
|
|
263
306
|
* @remarks
|
|
264
|
-
* The path
|
|
307
|
+
* The container path in SAE. If the path already exists, it is overwritten. If the path does not exist, it is created.
|
|
265
308
|
*
|
|
266
309
|
* @example
|
|
267
310
|
* /usr/data/user.data
|
|
@@ -269,10 +312,10 @@ export declare class DescribeApplicationConfigResponseBodyDataOssMountDescs exte
|
|
|
269
312
|
mountPath?: string;
|
|
270
313
|
/**
|
|
271
314
|
* @remarks
|
|
272
|
-
* Indicates whether the
|
|
315
|
+
* Indicates whether the container path has read-only permission to the mounted directory resources. Valid values:
|
|
273
316
|
*
|
|
274
|
-
*
|
|
275
|
-
*
|
|
317
|
+
* - **true**: Read-only permission.
|
|
318
|
+
* - **false**: Read and write permission.
|
|
276
319
|
*
|
|
277
320
|
* @example
|
|
278
321
|
* true
|
|
@@ -289,10 +332,25 @@ export declare class DescribeApplicationConfigResponseBodyDataOssMountDescs exte
|
|
|
289
332
|
[key: string]: any;
|
|
290
333
|
});
|
|
291
334
|
}
|
|
335
|
+
export declare class DescribeApplicationConfigResponseBodyDataRaspConfig extends $dara.Model {
|
|
336
|
+
enableRasp?: boolean;
|
|
337
|
+
raspAppKey?: string;
|
|
338
|
+
raspAppName?: string;
|
|
339
|
+
static names(): {
|
|
340
|
+
[key: string]: string;
|
|
341
|
+
};
|
|
342
|
+
static types(): {
|
|
343
|
+
[key: string]: any;
|
|
344
|
+
};
|
|
345
|
+
validate(): void;
|
|
346
|
+
constructor(map?: {
|
|
347
|
+
[key: string]: any;
|
|
348
|
+
});
|
|
349
|
+
}
|
|
292
350
|
export declare class DescribeApplicationConfigResponseBodyDataSecretMountDesc extends $dara.Model {
|
|
293
351
|
/**
|
|
294
352
|
* @remarks
|
|
295
|
-
* The key
|
|
353
|
+
* The key with Base64-encoded data value.
|
|
296
354
|
*
|
|
297
355
|
* @example
|
|
298
356
|
* task-center
|
|
@@ -308,7 +366,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSecretMountDesc ex
|
|
|
308
366
|
mountPath?: string;
|
|
309
367
|
/**
|
|
310
368
|
* @remarks
|
|
311
|
-
* The
|
|
369
|
+
* The queried Secret instance ID.
|
|
312
370
|
*
|
|
313
371
|
* @example
|
|
314
372
|
* 520
|
|
@@ -316,7 +374,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSecretMountDesc ex
|
|
|
316
374
|
secretId?: number;
|
|
317
375
|
/**
|
|
318
376
|
* @remarks
|
|
319
|
-
* The
|
|
377
|
+
* The Secret instance name.
|
|
320
378
|
*
|
|
321
379
|
* @example
|
|
322
380
|
* dummy-name-opaque-894
|
|
@@ -336,7 +394,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSecretMountDesc ex
|
|
|
336
394
|
export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigConfigMapMountDesc extends $dara.Model {
|
|
337
395
|
/**
|
|
338
396
|
* @remarks
|
|
339
|
-
* The ConfigMap ID.
|
|
397
|
+
* The ConfigMap instance ID.
|
|
340
398
|
*
|
|
341
399
|
* @example
|
|
342
400
|
* 7361
|
|
@@ -352,7 +410,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
352
410
|
configMapName?: string;
|
|
353
411
|
/**
|
|
354
412
|
* @remarks
|
|
355
|
-
* The ConfigMap key
|
|
413
|
+
* The ConfigMap key.
|
|
356
414
|
*
|
|
357
415
|
* @example
|
|
358
416
|
* key
|
|
@@ -360,7 +418,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
360
418
|
key?: string;
|
|
361
419
|
/**
|
|
362
420
|
* @remarks
|
|
363
|
-
* The mount path.
|
|
421
|
+
* The container mount path.
|
|
364
422
|
*
|
|
365
423
|
* @example
|
|
366
424
|
* /mnt/test
|
|
@@ -380,7 +438,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
380
438
|
export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmptyDirDesc extends $dara.Model {
|
|
381
439
|
/**
|
|
382
440
|
* @remarks
|
|
383
|
-
*
|
|
441
|
+
* The mount path of the data volume in the container.
|
|
384
442
|
*
|
|
385
443
|
* @example
|
|
386
444
|
* /mnt/cache
|
|
@@ -388,7 +446,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
388
446
|
mountPath?: string;
|
|
389
447
|
/**
|
|
390
448
|
* @remarks
|
|
391
|
-
* The
|
|
449
|
+
* The temporary storage name.
|
|
392
450
|
*
|
|
393
451
|
* @example
|
|
394
452
|
* sidecar-container
|
|
@@ -406,9 +464,25 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
406
464
|
});
|
|
407
465
|
}
|
|
408
466
|
export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigSecretMountDesc extends $dara.Model {
|
|
467
|
+
/**
|
|
468
|
+
* @remarks
|
|
469
|
+
* The key with Base64-encoded data value.
|
|
470
|
+
*/
|
|
409
471
|
key?: string;
|
|
472
|
+
/**
|
|
473
|
+
* @remarks
|
|
474
|
+
* The mount path.
|
|
475
|
+
*/
|
|
410
476
|
mountPath?: string;
|
|
477
|
+
/**
|
|
478
|
+
* @remarks
|
|
479
|
+
* The Secret instance ID.
|
|
480
|
+
*/
|
|
411
481
|
secretId?: number;
|
|
482
|
+
/**
|
|
483
|
+
* @remarks
|
|
484
|
+
* The Secret instance name.
|
|
485
|
+
*/
|
|
412
486
|
secretName?: string;
|
|
413
487
|
static names(): {
|
|
414
488
|
[key: string]: string;
|
|
@@ -424,7 +498,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
424
498
|
export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig extends $dara.Model {
|
|
425
499
|
/**
|
|
426
500
|
* @remarks
|
|
427
|
-
* The
|
|
501
|
+
* The ACR Enterprise instance ID. This parameter is required when **ImageUrl** is from ACR Enterprise Edition.
|
|
428
502
|
*
|
|
429
503
|
* @example
|
|
430
504
|
* cri-fhzlneorxala66ip
|
|
@@ -432,15 +506,16 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
432
506
|
acrInstanceId?: string;
|
|
433
507
|
/**
|
|
434
508
|
* @remarks
|
|
435
|
-
* The
|
|
509
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
436
510
|
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
*
|
|
441
|
-
*
|
|
442
|
-
*
|
|
443
|
-
*
|
|
511
|
+
* ```
|
|
512
|
+
* command:
|
|
513
|
+
* - echo
|
|
514
|
+
* - abc
|
|
515
|
+
* - >
|
|
516
|
+
* - file0
|
|
517
|
+
* ```
|
|
518
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
444
519
|
*
|
|
445
520
|
* @example
|
|
446
521
|
* /bin/sh
|
|
@@ -448,11 +523,11 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
448
523
|
command?: string;
|
|
449
524
|
/**
|
|
450
525
|
* @remarks
|
|
451
|
-
* The
|
|
526
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
452
527
|
*
|
|
453
528
|
* `["a","b"]`
|
|
454
529
|
*
|
|
455
|
-
* In the preceding example,
|
|
530
|
+
* In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type and the internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
456
531
|
*
|
|
457
532
|
* @example
|
|
458
533
|
* [\\"-c\\",\\"echo \\\\\\"test\\\\\\" > /home/nas/test.log && sleep 10000000s\\"]
|
|
@@ -460,19 +535,17 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
460
535
|
commandArgs?: string;
|
|
461
536
|
/**
|
|
462
537
|
* @remarks
|
|
463
|
-
* The
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
*
|
|
468
|
-
*
|
|
469
|
-
*
|
|
470
|
-
* * **mountPath**: the mount path in the container.
|
|
538
|
+
* The ConfigMap mount description. Use the configuration items created on the namespace configuration page to inject configuration information into the container. Parameter descriptions:
|
|
539
|
+
* - **configMapId**: The ConfigMap instance ID. You can obtain this ID by calling the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
540
|
+
* - **key**: The key-value pair.
|
|
541
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
542
|
+
* - **mountPath**: The mount path.
|
|
543
|
+
* - **ConfigMapName**: The ConfigMap name.
|
|
471
544
|
*/
|
|
472
545
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigConfigMapMountDesc[];
|
|
473
546
|
/**
|
|
474
547
|
* @remarks
|
|
475
|
-
*
|
|
548
|
+
* The maximum CPU resources of the primary container that the sidecar container can use.
|
|
476
549
|
*
|
|
477
550
|
* @example
|
|
478
551
|
* 500
|
|
@@ -480,24 +553,20 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
480
553
|
cpu?: number;
|
|
481
554
|
/**
|
|
482
555
|
* @remarks
|
|
483
|
-
*
|
|
556
|
+
* The shared temporary storage. Sets a temporary storage directory and mounts it to the primary container and sidecar container.
|
|
484
557
|
*/
|
|
485
558
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmptyDirDesc[];
|
|
486
559
|
/**
|
|
487
560
|
* @remarks
|
|
488
|
-
* The environment
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
492
|
-
*
|
|
493
|
-
*
|
|
494
|
-
*
|
|
495
|
-
*
|
|
496
|
-
*
|
|
497
|
-
* * **name**: the name of the environment variable. You can reference one or all keys. If you want to reference all keys, specify `sae-sys-configmap-all-<ConfigMap name>`. Example: `sae-sys-configmap-all-test1`.
|
|
498
|
-
* * **valueFrom**: the reference of the environment variable. Set the value to `configMapRef`.
|
|
499
|
-
* * **configMapId**: the ConfigMap ID.
|
|
500
|
-
* * **key**: the key. If you want to reference all keys, do not configure this parameter.
|
|
561
|
+
* The container environment variable parameters. Custom values or references to configuration items are supported. To reference a configuration item, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
562
|
+
* - Custom configuration
|
|
563
|
+
* - **name**: The environment variable name.
|
|
564
|
+
* - **value**: The environment variable value. This value takes precedence over valueFrom.
|
|
565
|
+
* - Reference to a configuration item (valueFrom)
|
|
566
|
+
* - **name**: The environment variable name. 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`.
|
|
567
|
+
* - **valueFrom**: The environment variable reference. Set the value to `configMapRef`.
|
|
568
|
+
* - **configMapId**: The ConfigMap ID.
|
|
569
|
+
* - **key**: The key. If all keys are referenced, do not set this field.
|
|
501
570
|
*
|
|
502
571
|
* @example
|
|
503
572
|
* [{\\"name\\":\\"k1\\",\\"value\\":\\"c8e3a815-e5d3-4adf-abb3-98b106a607c4\\"}]
|
|
@@ -505,16 +574,20 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
505
574
|
envs?: string;
|
|
506
575
|
/**
|
|
507
576
|
* @remarks
|
|
508
|
-
* The URL
|
|
577
|
+
* The image URL.
|
|
509
578
|
*
|
|
510
579
|
* @example
|
|
511
580
|
* registry.cn-beijing.aliyuncs.com/sae-dev-test/nginx:stable
|
|
512
581
|
*/
|
|
513
582
|
imageUrl?: string;
|
|
583
|
+
/**
|
|
584
|
+
* @remarks
|
|
585
|
+
* The container health check.
|
|
586
|
+
*/
|
|
514
587
|
liveness?: string;
|
|
515
588
|
/**
|
|
516
589
|
* @remarks
|
|
517
|
-
*
|
|
590
|
+
* The maximum memory resources of the primary container that the sidecar container can use.
|
|
518
591
|
*
|
|
519
592
|
* @example
|
|
520
593
|
* 1024
|
|
@@ -528,9 +601,25 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
528
601
|
* test
|
|
529
602
|
*/
|
|
530
603
|
name?: string;
|
|
604
|
+
/**
|
|
605
|
+
* @remarks
|
|
606
|
+
* The script that is run after the container starts.
|
|
607
|
+
*/
|
|
531
608
|
postStart?: string;
|
|
609
|
+
/**
|
|
610
|
+
* @remarks
|
|
611
|
+
* The script that is run before the container stops.
|
|
612
|
+
*/
|
|
532
613
|
preStop?: string;
|
|
614
|
+
/**
|
|
615
|
+
* @remarks
|
|
616
|
+
* The application startup status check.
|
|
617
|
+
*/
|
|
533
618
|
readiness?: string;
|
|
619
|
+
/**
|
|
620
|
+
* @remarks
|
|
621
|
+
* The Secret mount description.
|
|
622
|
+
*/
|
|
534
623
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigSecretMountDesc[];
|
|
535
624
|
static names(): {
|
|
536
625
|
[key: string]: string;
|
|
@@ -546,7 +635,7 @@ export declare class DescribeApplicationConfigResponseBodyDataSidecarContainersC
|
|
|
546
635
|
export declare class DescribeApplicationConfigResponseBodyDataTags extends $dara.Model {
|
|
547
636
|
/**
|
|
548
637
|
* @remarks
|
|
549
|
-
* The key
|
|
638
|
+
* The tag key.
|
|
550
639
|
*
|
|
551
640
|
* @example
|
|
552
641
|
* k1
|
|
@@ -554,7 +643,7 @@ export declare class DescribeApplicationConfigResponseBodyDataTags extends $dara
|
|
|
554
643
|
key?: string;
|
|
555
644
|
/**
|
|
556
645
|
* @remarks
|
|
557
|
-
* The value
|
|
646
|
+
* The tag value.
|
|
558
647
|
*
|
|
559
648
|
* @example
|
|
560
649
|
* v1
|
|
@@ -574,7 +663,7 @@ export declare class DescribeApplicationConfigResponseBodyDataTags extends $dara
|
|
|
574
663
|
export declare class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
575
664
|
/**
|
|
576
665
|
* @remarks
|
|
577
|
-
* The
|
|
666
|
+
* The ARN of the RAM role required for pulling images across accounts. For more information, see [Pull Alibaba Cloud images across accounts](https://help.aliyun.com/document_detail/190675.html) and [Grant cross-account permissions by using RAM roles](https://help.aliyun.com/document_detail/223585.html).
|
|
578
667
|
*
|
|
579
668
|
* @example
|
|
580
669
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -582,25 +671,33 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
582
671
|
acrAssumeRoleArn?: string;
|
|
583
672
|
/**
|
|
584
673
|
* @remarks
|
|
585
|
-
* The
|
|
674
|
+
* The ACR Enterprise instance ID.
|
|
586
675
|
*
|
|
587
676
|
* @example
|
|
588
677
|
* cri-xxxxxx
|
|
589
678
|
*/
|
|
590
679
|
acrInstanceId?: string;
|
|
680
|
+
/**
|
|
681
|
+
* @remarks
|
|
682
|
+
* The agent version.
|
|
683
|
+
*/
|
|
591
684
|
agentVersion?: string;
|
|
685
|
+
/**
|
|
686
|
+
* @remarks
|
|
687
|
+
* The ALB gateway ReadinessGate configuration.
|
|
688
|
+
*/
|
|
592
689
|
albIngressReadinessGate?: string;
|
|
593
690
|
/**
|
|
594
691
|
* @remarks
|
|
595
|
-
* The description
|
|
692
|
+
* The application description.
|
|
596
693
|
*
|
|
597
694
|
* @example
|
|
598
|
-
*
|
|
695
|
+
* Sample application
|
|
599
696
|
*/
|
|
600
697
|
appDescription?: string;
|
|
601
698
|
/**
|
|
602
699
|
* @remarks
|
|
603
|
-
* The ID
|
|
700
|
+
* The application ID.
|
|
604
701
|
*
|
|
605
702
|
* @example
|
|
606
703
|
* 7171a6ca-d1cd-4928-8642-7d5cfe69****
|
|
@@ -608,7 +705,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
608
705
|
appId?: string;
|
|
609
706
|
/**
|
|
610
707
|
* @remarks
|
|
611
|
-
* The name
|
|
708
|
+
* The application name.
|
|
612
709
|
*
|
|
613
710
|
* @example
|
|
614
711
|
* demo-app
|
|
@@ -618,9 +715,11 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
618
715
|
* @remarks
|
|
619
716
|
* The SAE application type.
|
|
620
717
|
*
|
|
621
|
-
*
|
|
622
|
-
*
|
|
623
|
-
*
|
|
718
|
+
* - micro_service
|
|
719
|
+
*
|
|
720
|
+
* - web
|
|
721
|
+
*
|
|
722
|
+
* - job
|
|
624
723
|
*
|
|
625
724
|
* @example
|
|
626
725
|
* micro_service
|
|
@@ -628,10 +727,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
628
727
|
appSource?: string;
|
|
629
728
|
/**
|
|
630
729
|
* @remarks
|
|
631
|
-
*
|
|
730
|
+
* Specifies whether to associate an EIP. Valid values:
|
|
632
731
|
*
|
|
633
|
-
*
|
|
634
|
-
*
|
|
732
|
+
* - **true**: Associated.
|
|
733
|
+
* - **false**: Not associated.
|
|
635
734
|
*
|
|
636
735
|
* @example
|
|
637
736
|
* true
|
|
@@ -639,7 +738,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
639
738
|
associateEip?: boolean;
|
|
640
739
|
/**
|
|
641
740
|
* @remarks
|
|
642
|
-
* The
|
|
741
|
+
* The ID of the baseline application.
|
|
643
742
|
*
|
|
644
743
|
* @example
|
|
645
744
|
* 8c573618-8d72-4407-baf4-f7b64b******
|
|
@@ -647,7 +746,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
647
746
|
baseAppId?: string;
|
|
648
747
|
/**
|
|
649
748
|
* @remarks
|
|
650
|
-
* The
|
|
749
|
+
* The wait time between batches during a phased release, in seconds.
|
|
651
750
|
*
|
|
652
751
|
* @example
|
|
653
752
|
* 10
|
|
@@ -661,21 +760,23 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
661
760
|
* 495fc79c-ae61-4600-866d-a09d68******
|
|
662
761
|
*/
|
|
663
762
|
clusterId?: string;
|
|
763
|
+
/**
|
|
764
|
+
* @remarks
|
|
765
|
+
* The CloudMonitor service ID.
|
|
766
|
+
*/
|
|
664
767
|
cmsServiceId?: string;
|
|
665
768
|
/**
|
|
666
769
|
* @remarks
|
|
667
|
-
* The
|
|
770
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
668
771
|
*
|
|
669
772
|
* ```
|
|
670
|
-
*
|
|
671
773
|
* command:
|
|
672
774
|
* - echo
|
|
673
775
|
* - abc
|
|
674
776
|
* - >
|
|
675
777
|
* - file0
|
|
676
778
|
* ```
|
|
677
|
-
*
|
|
678
|
-
* In this example, the Command parameter is set to `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
779
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
679
780
|
*
|
|
680
781
|
* @example
|
|
681
782
|
* echo
|
|
@@ -683,11 +784,11 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
683
784
|
command?: string;
|
|
684
785
|
/**
|
|
685
786
|
* @remarks
|
|
686
|
-
* The
|
|
787
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
687
788
|
*
|
|
688
789
|
* `["a","b"]`
|
|
689
790
|
*
|
|
690
|
-
* In the
|
|
791
|
+
* In the example for the **Command** parameter, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to the String type and the internal format is a JSON array. If this parameter is not required, leave it empty.
|
|
691
792
|
*
|
|
692
793
|
* @example
|
|
693
794
|
* ["a","b"]
|
|
@@ -695,20 +796,20 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
695
796
|
commandArgs?: string;
|
|
696
797
|
/**
|
|
697
798
|
* @remarks
|
|
698
|
-
* The
|
|
799
|
+
* The ConfigMap information.
|
|
699
800
|
*/
|
|
700
801
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataConfigMapMountDesc[];
|
|
701
802
|
/**
|
|
702
803
|
* @remarks
|
|
703
|
-
* The CPU
|
|
804
|
+
* The CPU required by each instance, in millicores. This value cannot be 0. Only the following defined specifications are supported:
|
|
704
805
|
*
|
|
705
|
-
*
|
|
706
|
-
*
|
|
707
|
-
*
|
|
708
|
-
*
|
|
709
|
-
*
|
|
710
|
-
*
|
|
711
|
-
*
|
|
806
|
+
* - **500**
|
|
807
|
+
* - **1000**
|
|
808
|
+
* - **2000**
|
|
809
|
+
* - **4000**
|
|
810
|
+
* - **8000**
|
|
811
|
+
* - **16000**
|
|
812
|
+
* - **32000**
|
|
712
813
|
*
|
|
713
814
|
* @example
|
|
714
815
|
* 1000
|
|
@@ -716,10 +817,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
716
817
|
cpu?: number;
|
|
717
818
|
/**
|
|
718
819
|
* @remarks
|
|
719
|
-
* The custom
|
|
820
|
+
* The custom host mapping in the container. Valid values:
|
|
720
821
|
*
|
|
721
|
-
*
|
|
722
|
-
*
|
|
822
|
+
* - **hostName**: The domain name or hostname.
|
|
823
|
+
* - **ip**: The IP address.
|
|
723
824
|
*
|
|
724
825
|
* @example
|
|
725
826
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
@@ -727,20 +828,26 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
727
828
|
customHostAlias?: string;
|
|
728
829
|
/**
|
|
729
830
|
* @remarks
|
|
730
|
-
* The type of custom image.
|
|
731
|
-
*
|
|
732
|
-
* - internet: public network image.
|
|
831
|
+
* The type of the custom image. If the image is not a custom image, set this parameter to an empty string. Valid values:
|
|
733
832
|
*
|
|
734
|
-
* -
|
|
833
|
+
* - internet: public image
|
|
834
|
+
* - intranet: internal image
|
|
735
835
|
*
|
|
736
836
|
* @example
|
|
737
837
|
* internet
|
|
738
838
|
*/
|
|
739
839
|
customImageNetworkType?: string;
|
|
840
|
+
/**
|
|
841
|
+
* @remarks
|
|
842
|
+
* The instance name of the application in the ASI cluster.
|
|
843
|
+
*
|
|
844
|
+
* @example
|
|
845
|
+
* demo-b0cdce9b-3d1f-4168-b206-b59f348f1a8a
|
|
846
|
+
*/
|
|
740
847
|
deploymentName?: string;
|
|
741
848
|
/**
|
|
742
849
|
* @remarks
|
|
743
|
-
* The disk size
|
|
850
|
+
* The disk storage size, in GB.
|
|
744
851
|
*
|
|
745
852
|
* @example
|
|
746
853
|
* 20
|
|
@@ -748,7 +855,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
748
855
|
diskSize?: number;
|
|
749
856
|
/**
|
|
750
857
|
* @remarks
|
|
751
|
-
* The
|
|
858
|
+
* The .NET framework version:
|
|
752
859
|
*
|
|
753
860
|
* - .NET 3.1
|
|
754
861
|
* - .NET 5.0
|
|
@@ -762,19 +869,23 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
762
869
|
dotnet?: string;
|
|
763
870
|
/**
|
|
764
871
|
* @remarks
|
|
765
|
-
* The version of the
|
|
872
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
766
873
|
*
|
|
767
874
|
* @example
|
|
768
875
|
* 3.5.3
|
|
769
876
|
*/
|
|
770
877
|
edasContainerVersion?: string;
|
|
878
|
+
/**
|
|
879
|
+
* @remarks
|
|
880
|
+
* The shared temporary storage.
|
|
881
|
+
*/
|
|
771
882
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataEmptyDirDesc[];
|
|
772
883
|
/**
|
|
773
884
|
* @remarks
|
|
774
|
-
*
|
|
885
|
+
* Specifies whether to connect to Application High Availability Service (AHAS). Valid values:
|
|
775
886
|
*
|
|
776
|
-
*
|
|
777
|
-
*
|
|
887
|
+
* - **true**: Connected to AHAS.
|
|
888
|
+
* - **false**: Not connected to AHAS.
|
|
778
889
|
*
|
|
779
890
|
* @example
|
|
780
891
|
* true
|
|
@@ -782,11 +893,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
782
893
|
enableAhas?: string;
|
|
783
894
|
/**
|
|
784
895
|
* @remarks
|
|
785
|
-
*
|
|
786
|
-
*
|
|
787
|
-
* - true: enable
|
|
896
|
+
* Specifies whether to enable the CPU Burst feature. Valid values:
|
|
788
897
|
*
|
|
789
|
-
* -
|
|
898
|
+
* - true: Enabled.
|
|
899
|
+
* - false: Not enabled.
|
|
790
900
|
*
|
|
791
901
|
* @example
|
|
792
902
|
* true
|
|
@@ -794,10 +904,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
794
904
|
enableCpuBurst?: string;
|
|
795
905
|
/**
|
|
796
906
|
* @remarks
|
|
797
|
-
*
|
|
907
|
+
* Specifies whether to enable the traffic canary release rule. This rule applies only to applications that use the Spring Cloud and Dubbo frameworks. Valid values:
|
|
798
908
|
*
|
|
799
|
-
*
|
|
800
|
-
*
|
|
909
|
+
* - **true**: Enabled.
|
|
910
|
+
* - **false**: Disabled.
|
|
801
911
|
*
|
|
802
912
|
* @example
|
|
803
913
|
* false
|
|
@@ -805,49 +915,68 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
805
915
|
enableGreyTagRoute?: boolean;
|
|
806
916
|
/**
|
|
807
917
|
* @remarks
|
|
808
|
-
*
|
|
918
|
+
* Specifies whether to enable idle mode. Valid values:
|
|
809
919
|
*
|
|
810
|
-
* - true:
|
|
811
|
-
*
|
|
812
|
-
* - false: disable
|
|
920
|
+
* - true: Enabled.
|
|
921
|
+
* - false: Disabled.
|
|
813
922
|
*
|
|
814
923
|
* @example
|
|
815
924
|
* false
|
|
816
925
|
*/
|
|
817
926
|
enableIdle?: boolean;
|
|
927
|
+
/**
|
|
928
|
+
* @remarks
|
|
929
|
+
* Indicates whether the namespace agent version configuration is reused.
|
|
930
|
+
*/
|
|
818
931
|
enableNamespaceAgentVersion?: boolean;
|
|
819
932
|
/**
|
|
820
933
|
* @remarks
|
|
821
|
-
*
|
|
822
|
-
*
|
|
823
|
-
* - true: enable
|
|
934
|
+
* Specifies whether to enable the new ARMS feature. Valid values:
|
|
824
935
|
*
|
|
825
|
-
* -
|
|
936
|
+
* - true: Enabled.
|
|
937
|
+
* - false: Not enabled.
|
|
826
938
|
*
|
|
827
939
|
* @example
|
|
828
940
|
* false
|
|
829
941
|
*/
|
|
830
942
|
enableNewArms?: boolean;
|
|
943
|
+
/**
|
|
944
|
+
* @remarks
|
|
945
|
+
* Indicates whether Prometheus custom metric collection is enabled.
|
|
946
|
+
*/
|
|
831
947
|
enablePrometheus?: boolean;
|
|
832
948
|
/**
|
|
833
949
|
* @remarks
|
|
834
|
-
* The environment
|
|
835
|
-
*
|
|
836
|
-
*
|
|
837
|
-
*
|
|
950
|
+
* The container environment variable parameters. Custom values or references to configuration items are supported. To reference a configuration item, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
|
|
951
|
+
* - Custom configuration
|
|
952
|
+
* - **name**: The environment variable name.
|
|
953
|
+
* - **value**: The environment variable value.
|
|
954
|
+
* - Reference to a configuration item
|
|
955
|
+
* - **name**: The environment variable name. 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`.
|
|
956
|
+
* - **valueFrom**: The environment variable reference. Set the value to `configMapRef`.
|
|
957
|
+
* - **configMapId**: The ConfigMap ID.
|
|
958
|
+
* - **key**: The key. If all keys are referenced, do not set this field.
|
|
838
959
|
*
|
|
839
960
|
* @example
|
|
840
961
|
* [{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}]
|
|
841
962
|
*/
|
|
842
963
|
envs?: string;
|
|
964
|
+
/**
|
|
965
|
+
* @remarks
|
|
966
|
+
* The number of GPUs.
|
|
967
|
+
*/
|
|
843
968
|
gpuCount?: string;
|
|
969
|
+
/**
|
|
970
|
+
* @remarks
|
|
971
|
+
* The GPU type.
|
|
972
|
+
*/
|
|
844
973
|
gpuType?: string;
|
|
845
974
|
headlessPvtzDiscovery?: string;
|
|
846
975
|
html?: string;
|
|
847
976
|
idleHour?: string;
|
|
848
977
|
/**
|
|
849
978
|
* @remarks
|
|
850
|
-
* The
|
|
979
|
+
* The corresponding secret ID.
|
|
851
980
|
*
|
|
852
981
|
* @example
|
|
853
982
|
* 10
|
|
@@ -855,7 +984,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
855
984
|
imagePullSecrets?: string;
|
|
856
985
|
/**
|
|
857
986
|
* @remarks
|
|
858
|
-
* The URL
|
|
987
|
+
* The image URL. This parameter is required when **Package Type** is set to **Image**.
|
|
859
988
|
*
|
|
860
989
|
* @example
|
|
861
990
|
* docker.io/library/nginx:1.14.2
|
|
@@ -863,13 +992,17 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
863
992
|
imageUrl?: string;
|
|
864
993
|
/**
|
|
865
994
|
* @remarks
|
|
866
|
-
*
|
|
995
|
+
* The init container configuration.
|
|
867
996
|
*/
|
|
868
997
|
initContainersConfig?: DescribeApplicationConfigResponseBodyDataInitContainersConfig[];
|
|
998
|
+
/**
|
|
999
|
+
* @remarks
|
|
1000
|
+
* Indicates whether the application is stateful.
|
|
1001
|
+
*/
|
|
869
1002
|
isStateful?: boolean;
|
|
870
1003
|
/**
|
|
871
1004
|
* @remarks
|
|
872
|
-
* The arguments
|
|
1005
|
+
* 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`
|
|
873
1006
|
*
|
|
874
1007
|
* @example
|
|
875
1008
|
* start
|
|
@@ -877,7 +1010,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
877
1010
|
jarStartArgs?: string;
|
|
878
1011
|
/**
|
|
879
1012
|
* @remarks
|
|
880
|
-
* The
|
|
1013
|
+
* 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`
|
|
881
1014
|
*
|
|
882
1015
|
* @example
|
|
883
1016
|
* -Dtest=true
|
|
@@ -885,16 +1018,16 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
885
1018
|
jarStartOptions?: string;
|
|
886
1019
|
/**
|
|
887
1020
|
* @remarks
|
|
888
|
-
* The version
|
|
1021
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
889
1022
|
*
|
|
890
|
-
*
|
|
891
|
-
*
|
|
892
|
-
*
|
|
893
|
-
*
|
|
894
|
-
*
|
|
895
|
-
*
|
|
1023
|
+
* - **Open JDK 8**
|
|
1024
|
+
* - **Open JDK 7**
|
|
1025
|
+
* - **Dragonwell 11**
|
|
1026
|
+
* - **Dragonwell 8**
|
|
1027
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
1028
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
896
1029
|
*
|
|
897
|
-
* This parameter is not
|
|
1030
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
898
1031
|
*
|
|
899
1032
|
* @example
|
|
900
1033
|
* Open JDK 8
|
|
@@ -902,74 +1035,77 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
902
1035
|
jdk?: string;
|
|
903
1036
|
/**
|
|
904
1037
|
* @remarks
|
|
905
|
-
* The
|
|
906
|
-
*
|
|
907
|
-
* * **KafkaConfigs**: the configurations of Message Queue for Apache Kafka.
|
|
908
|
-
*
|
|
909
|
-
* * **createTime**: the time when the Message Queue for Apache Kafka instance was created.
|
|
1038
|
+
* The summary of log collection configurations for Kafka. Valid values:
|
|
910
1039
|
*
|
|
911
|
-
*
|
|
1040
|
+
* - **kafkaEndpoint**: The endpoint of the Kafka API.
|
|
1041
|
+
* - **kafkaInstanceId**: The Kafka instance ID.
|
|
1042
|
+
* - **kafkaConfigs**: The configuration summary for one or more log entries. For example values and parameter descriptions, see the **kafkaConfigs** request parameter in this topic.
|
|
912
1043
|
*
|
|
913
|
-
*
|
|
914
|
-
*
|
|
915
|
-
* * **logType**: the type of collected logs. Valid values:
|
|
916
|
-
*
|
|
917
|
-
* * **file_log**: the file log that is stored in the container. The path of the file logs in the container is returned.
|
|
918
|
-
* * **stdout**: the standard output log of the container. You can specify only one stdout value.
|
|
919
|
-
*
|
|
920
|
-
* * **kafkaEndpoint**: the endpoint of the Message Queue for Apache Kafka service.
|
|
921
|
-
*
|
|
922
|
-
* * **kafkaInstanceId**: the ID of the Message Queue for Apache Kafka instance.
|
|
923
|
-
*
|
|
924
|
-
* * **region**: the region where the Message Queue for Apache Kafka instance resides.
|
|
1044
|
+
* @example
|
|
1045
|
+
* {"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"}]}
|
|
925
1046
|
*/
|
|
926
1047
|
kafkaConfigs?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* @remarks
|
|
1050
|
+
* The labels.
|
|
1051
|
+
*/
|
|
927
1052
|
labels?: {
|
|
928
1053
|
[key: string]: string;
|
|
929
1054
|
};
|
|
930
1055
|
/**
|
|
931
1056
|
* @remarks
|
|
932
|
-
* The
|
|
1057
|
+
* The container health check settings. Containers that fail the health check are shut down and recovered. The following methods are supported:
|
|
933
1058
|
*
|
|
934
|
-
*
|
|
935
|
-
*
|
|
936
|
-
*
|
|
1059
|
+
* - **exec**: For example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
1060
|
+
* - **httpGet**: For example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
1061
|
+
* - **tcpSocket**: For example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
937
1062
|
*
|
|
938
|
-
* >
|
|
1063
|
+
* > You can select only one method for health checks.
|
|
939
1064
|
*
|
|
940
|
-
*
|
|
1065
|
+
* Parameter descriptions:
|
|
941
1066
|
*
|
|
942
|
-
*
|
|
943
|
-
*
|
|
944
|
-
*
|
|
945
|
-
*
|
|
946
|
-
*
|
|
947
|
-
*
|
|
948
|
-
*
|
|
949
|
-
*
|
|
950
|
-
*
|
|
1067
|
+
* - **exec.command**: The health check command.
|
|
1068
|
+
* - **httpGet.path**: The access path.
|
|
1069
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
1070
|
+
* - **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.
|
|
1071
|
+
* - **httpGet.keyWord**: The custom keyword. The **isContainKeyWord** field must be present when this parameter is used.
|
|
1072
|
+
* - **tcpSocket.port**: The port for TCP connection detection.
|
|
1073
|
+
* - **initialDelaySeconds**: The initial delay for the health check. Default value: 10. Unit: seconds.
|
|
1074
|
+
* - **periodSeconds**: The health check period. Default value: 30. Unit: seconds.
|
|
1075
|
+
* - **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.
|
|
951
1076
|
*
|
|
952
1077
|
* @example
|
|
953
1078
|
* {"exec":{"command":["curl http://localhost:8080"]},"initialDelaySeconds":20,"timeoutSeconds":3}
|
|
954
1079
|
*/
|
|
955
1080
|
liveness?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* @remarks
|
|
1083
|
+
* LokiConfigs
|
|
1084
|
+
*/
|
|
956
1085
|
lokiConfigs?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* @remarks
|
|
1088
|
+
* The Peak Volume instance ratio.
|
|
1089
|
+
*/
|
|
957
1090
|
maxSurgeInstanceRatio?: number;
|
|
1091
|
+
/**
|
|
1092
|
+
* @remarks
|
|
1093
|
+
* The Peak Volume of instances.
|
|
1094
|
+
*/
|
|
958
1095
|
maxSurgeInstances?: number;
|
|
959
1096
|
/**
|
|
960
1097
|
* @remarks
|
|
961
|
-
* The size
|
|
962
|
-
*
|
|
963
|
-
*
|
|
964
|
-
*
|
|
965
|
-
*
|
|
966
|
-
*
|
|
967
|
-
*
|
|
968
|
-
*
|
|
969
|
-
*
|
|
970
|
-
*
|
|
971
|
-
*
|
|
972
|
-
* * This parameter is set to **131072** if the Cpu parameter is set to 32000.
|
|
1098
|
+
* The memory size required by each instance, in MB. This value cannot be 0. The memory size has a one-to-one mapping with CPU. Only the following defined specifications are supported:
|
|
1099
|
+
* - **1024**: Corresponds to 500 millicores and 1000 millicores of CPU.
|
|
1100
|
+
* - **2048**: Corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
1101
|
+
* - **4096**: Corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
1102
|
+
* - **8192**: Corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
1103
|
+
* - **12288**: Corresponds to 12000 millicores of CPU.
|
|
1104
|
+
* - **16384**: Corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
1105
|
+
* - **24576**: Corresponds to 12000 millicores of CPU.
|
|
1106
|
+
* - **32768**: Corresponds to 16000 millicores of CPU.
|
|
1107
|
+
* - **65536**: Corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
1108
|
+
* - **131072**: Corresponds to 32000 millicores of CPU.
|
|
973
1109
|
*
|
|
974
1110
|
* @example
|
|
975
1111
|
* 2048
|
|
@@ -978,10 +1114,9 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
978
1114
|
/**
|
|
979
1115
|
* @remarks
|
|
980
1116
|
* The Nacos registry. Valid values:
|
|
981
|
-
*
|
|
982
|
-
*
|
|
983
|
-
*
|
|
984
|
-
* * **2** : MSE Nacos registry
|
|
1117
|
+
* - **0**: SAE built-in Nacos.
|
|
1118
|
+
* - **1**: Self-managed Nacos.
|
|
1119
|
+
* - **2**: MSE commercial edition Nacos.
|
|
985
1120
|
*
|
|
986
1121
|
* @example
|
|
987
1122
|
* "0"
|
|
@@ -989,7 +1124,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
989
1124
|
microRegistration?: string;
|
|
990
1125
|
/**
|
|
991
1126
|
* @remarks
|
|
992
|
-
* The configuration
|
|
1127
|
+
* The registry configuration. This parameter takes effect only when the registry type is MSE Nacos Enterprise Edition.
|
|
993
1128
|
*
|
|
994
1129
|
* @example
|
|
995
1130
|
* {\\"instanceId\\":\\"mse-cn-1ls43******\\",\\"namespace\\":\\"62ee12fb-c279-4da4-be96-21**********\\"}
|
|
@@ -997,19 +1132,23 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
997
1132
|
microRegistrationConfig?: string;
|
|
998
1133
|
/**
|
|
999
1134
|
* @remarks
|
|
1000
|
-
*
|
|
1135
|
+
* The microservice governance configuration.
|
|
1136
|
+
*
|
|
1137
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
1138
|
+
*
|
|
1139
|
+
* - true: enabled
|
|
1140
|
+
*
|
|
1141
|
+
* - false: disabled
|
|
1001
1142
|
*
|
|
1002
|
-
*
|
|
1143
|
+
* - Lossless rolling update configuration (mseLosslessRule):
|
|
1003
1144
|
*
|
|
1004
|
-
*
|
|
1005
|
-
* - false: Disable
|
|
1145
|
+
* - delayTime: the delay time.
|
|
1006
1146
|
*
|
|
1007
|
-
*
|
|
1147
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled. false indicates disabled.
|
|
1008
1148
|
*
|
|
1009
|
-
*
|
|
1010
|
-
*
|
|
1011
|
-
*
|
|
1012
|
-
* - warmupTime: Small-traffic warm-up duration (unit: seconds)
|
|
1149
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled. false indicates disabled.
|
|
1150
|
+
*
|
|
1151
|
+
* - warmupTime: the warm-up duration for traffic ramping, in seconds.
|
|
1013
1152
|
*
|
|
1014
1153
|
* @example
|
|
1015
1154
|
* {\\"Enable\\":true,\\"MseLosslessRule\\":{\\"enable\\":true,\\"notice\\":true,\\"delayTime\\":10,\\"warmupTime\\":120,\\"funcType\\":2,\\"aligned\\":false,\\"related\\":false,\\"lossLessDetail\\":false}}
|
|
@@ -1017,12 +1156,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1017
1156
|
microserviceEngineConfig?: string;
|
|
1018
1157
|
/**
|
|
1019
1158
|
* @remarks
|
|
1020
|
-
* The
|
|
1159
|
+
* The minimum percentage of available instances. Valid values:
|
|
1021
1160
|
*
|
|
1022
|
-
*
|
|
1023
|
-
*
|
|
1161
|
+
* - **-1**: The default value, which indicates that the percentage is not used. If this parameter is not specified, the system uses **-1** by default.
|
|
1162
|
+
* - **0~100**: The unit is percentage, rounded up. For example, if set to **50**%, and the current number of instances is 5, the minimum number of available instances is 3.
|
|
1024
1163
|
*
|
|
1025
|
-
* >
|
|
1164
|
+
* > When both **MinReadyInstance** and **MinReadyInstanceRatio** are specified and the value of **MinReadyInstanceRatio** is not **-1**, the **MinReadyInstanceRatio** parameter takes precedence. For example, if **MinReadyInstances** is set to **5** and **MinReadyInstanceRatio** is set to **50**, the system uses **MinReadyInstanceRatio** to calculate the minimum number of available instances.
|
|
1026
1165
|
*
|
|
1027
1166
|
* @example
|
|
1028
1167
|
* -1
|
|
@@ -1032,10 +1171,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1032
1171
|
* @remarks
|
|
1033
1172
|
* The minimum number of available instances. Valid values:
|
|
1034
1173
|
*
|
|
1035
|
-
*
|
|
1036
|
-
*
|
|
1174
|
+
* - If set to **0**, the application interrupts services during the upgrade process.
|
|
1175
|
+
* - If set to **-1**, the system-recommended value is used, which is 25% of the current number of instances. If the current number of instances is 5, 5 × 25% = 1.25, which is rounded up to 2.
|
|
1037
1176
|
*
|
|
1038
|
-
* >
|
|
1177
|
+
* > Set the minimum number of available instances to ≥ 1 for each rolling deployment to avoid service interruptions.
|
|
1039
1178
|
*
|
|
1040
1179
|
* @example
|
|
1041
1180
|
* 1
|
|
@@ -1043,12 +1182,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1043
1182
|
minReadyInstances?: number;
|
|
1044
1183
|
/**
|
|
1045
1184
|
* @remarks
|
|
1046
|
-
* The
|
|
1185
|
+
* The mount description information.
|
|
1047
1186
|
*/
|
|
1048
1187
|
mountDesc?: DescribeApplicationConfigResponseBodyDataMountDesc[];
|
|
1049
1188
|
/**
|
|
1050
1189
|
* @remarks
|
|
1051
|
-
* The mount
|
|
1190
|
+
* The mount point of NAS within the application VPC. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **MountHost** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string in the request (that is, set the value of the **MountHost** field to "").
|
|
1052
1191
|
*
|
|
1053
1192
|
* @example
|
|
1054
1193
|
* example.com
|
|
@@ -1056,7 +1195,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1056
1195
|
mountHost?: string;
|
|
1057
1196
|
/**
|
|
1058
1197
|
* @remarks
|
|
1059
|
-
* The ID
|
|
1198
|
+
* The application ID on the Microservices Engine (MSE) side.
|
|
1060
1199
|
*
|
|
1061
1200
|
* @example
|
|
1062
1201
|
* xxxxxxx@xxxxx
|
|
@@ -1064,7 +1203,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1064
1203
|
mseApplicationId?: string;
|
|
1065
1204
|
/**
|
|
1066
1205
|
* @remarks
|
|
1067
|
-
* The application name
|
|
1206
|
+
* The application name after the SAE service is registered with MSE.
|
|
1068
1207
|
*
|
|
1069
1208
|
* @example
|
|
1070
1209
|
* cn-shenzhen-alb-demo-5c****
|
|
@@ -1072,7 +1211,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1072
1211
|
mseApplicationName?: string;
|
|
1073
1212
|
/**
|
|
1074
1213
|
* @remarks
|
|
1075
|
-
* The ID
|
|
1214
|
+
* The namespace ID.
|
|
1076
1215
|
*
|
|
1077
1216
|
* @example
|
|
1078
1217
|
* cn-beijing:test
|
|
@@ -1080,7 +1219,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1080
1219
|
namespaceId?: string;
|
|
1081
1220
|
/**
|
|
1082
1221
|
* @remarks
|
|
1083
|
-
* The
|
|
1222
|
+
* The NAS mount configurations.
|
|
1084
1223
|
*
|
|
1085
1224
|
* @example
|
|
1086
1225
|
* [{"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"}]
|
|
@@ -1088,19 +1227,19 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1088
1227
|
nasConfigs?: string;
|
|
1089
1228
|
/**
|
|
1090
1229
|
* @remarks
|
|
1091
|
-
*
|
|
1230
|
+
* NAS ID。
|
|
1092
1231
|
*
|
|
1093
1232
|
* @example
|
|
1094
|
-
*
|
|
1233
|
+
* AKSN****
|
|
1095
1234
|
*/
|
|
1096
1235
|
nasId?: string;
|
|
1097
1236
|
/**
|
|
1098
1237
|
* @remarks
|
|
1099
|
-
* The
|
|
1238
|
+
* The application version. Valid values:
|
|
1100
1239
|
*
|
|
1101
|
-
* - lite:
|
|
1102
|
-
* - std:
|
|
1103
|
-
* - pro:
|
|
1240
|
+
* - lite: Lite Edition
|
|
1241
|
+
* - std: Standard Edition
|
|
1242
|
+
* - pro: Professional Edition
|
|
1104
1243
|
*
|
|
1105
1244
|
* @example
|
|
1106
1245
|
* pro
|
|
@@ -1108,9 +1247,8 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1108
1247
|
newSaeVersion?: string;
|
|
1109
1248
|
/**
|
|
1110
1249
|
* @remarks
|
|
1111
|
-
* The
|
|
1112
|
-
*
|
|
1113
|
-
* > 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).
|
|
1250
|
+
* The RAM role for identity authentication.
|
|
1251
|
+
* > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see [Create an OIDC identity provider](https://help.aliyun.com/document_detail/2331022.html) and [Create a role for SSO identity provider](https://help.aliyun.com/document_detail/2331016.html).
|
|
1114
1252
|
*
|
|
1115
1253
|
* @example
|
|
1116
1254
|
* sae-test
|
|
@@ -1118,7 +1256,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1118
1256
|
oidcRoleName?: string;
|
|
1119
1257
|
/**
|
|
1120
1258
|
* @remarks
|
|
1121
|
-
* The AccessKey ID
|
|
1259
|
+
* The AccessKey ID for OSS read/write operations.
|
|
1122
1260
|
*
|
|
1123
1261
|
* @example
|
|
1124
1262
|
* xxxxxx
|
|
@@ -1126,7 +1264,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1126
1264
|
ossAkId?: string;
|
|
1127
1265
|
/**
|
|
1128
1266
|
* @remarks
|
|
1129
|
-
* The AccessKey
|
|
1267
|
+
* The AccessKey Secret for OSS read/write operations.
|
|
1130
1268
|
*
|
|
1131
1269
|
* @example
|
|
1132
1270
|
* xxxxxx
|
|
@@ -1134,32 +1272,30 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1134
1272
|
ossAkSecret?: string;
|
|
1135
1273
|
/**
|
|
1136
1274
|
* @remarks
|
|
1137
|
-
* The
|
|
1275
|
+
* The OSS mount description.
|
|
1138
1276
|
*/
|
|
1139
1277
|
ossMountDescs?: DescribeApplicationConfigResponseBodyDataOssMountDescs[];
|
|
1140
1278
|
/**
|
|
1141
1279
|
* @remarks
|
|
1142
|
-
* The
|
|
1143
|
-
*
|
|
1144
|
-
* * If you deploy the application by using a Java Archive (JAR) package, you can set this parameter to **FatJar**, **War**, or **Image**.
|
|
1280
|
+
* The application package type. Valid values:
|
|
1145
1281
|
*
|
|
1146
|
-
*
|
|
1147
|
-
*
|
|
1148
|
-
*
|
|
1149
|
-
*
|
|
1150
|
-
*
|
|
1151
|
-
*
|
|
1152
|
-
*
|
|
1153
|
-
*
|
|
1154
|
-
*
|
|
1155
|
-
*
|
|
1156
|
-
*
|
|
1157
|
-
*
|
|
1158
|
-
*
|
|
1159
|
-
*
|
|
1160
|
-
*
|
|
1161
|
-
*
|
|
1162
|
-
*
|
|
1282
|
+
* - When you deploy with Java, **FatJar**, **War**, and **Image** are supported.
|
|
1283
|
+
* - When you deploy with PHP, the following types are supported:
|
|
1284
|
+
* - **PhpZip**
|
|
1285
|
+
* - **IMAGE_PHP_5_4**
|
|
1286
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
1287
|
+
* - **IMAGE_PHP_5_5**
|
|
1288
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
1289
|
+
* - **IMAGE_PHP_5_6**
|
|
1290
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
1291
|
+
* - **IMAGE_PHP_7_0**
|
|
1292
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
1293
|
+
* - **IMAGE_PHP_7_1**
|
|
1294
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
1295
|
+
* - **IMAGE_PHP_7_2**
|
|
1296
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
1297
|
+
* - **IMAGE_PHP_7_3**
|
|
1298
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
1163
1299
|
*
|
|
1164
1300
|
* @example
|
|
1165
1301
|
* War
|
|
@@ -1167,12 +1303,15 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1167
1303
|
packageType?: string;
|
|
1168
1304
|
/**
|
|
1169
1305
|
* @remarks
|
|
1170
|
-
* The URL
|
|
1306
|
+
* The deployment package URL. If your deployment package is uploaded through SAE, note the following:
|
|
1307
|
+
*
|
|
1308
|
+
* - This URL cannot be used for direct download. Use the GetPackageVersionAccessableUrl operation to obtain a downloadable URL (valid for 10 minutes).
|
|
1309
|
+
* - SAE retains the package for a maximum of 90 days. After 90 days, the URL is no longer returned and the package is no longer available for download.
|
|
1171
1310
|
*/
|
|
1172
1311
|
packageUrl?: string;
|
|
1173
1312
|
/**
|
|
1174
1313
|
* @remarks
|
|
1175
|
-
* The version of the deployment package. This parameter is
|
|
1314
|
+
* The version of the deployment package. This parameter is required when **Package Type** is set to **FatJar** or **War**.
|
|
1176
1315
|
*
|
|
1177
1316
|
* @example
|
|
1178
1317
|
* 1.0
|
|
@@ -1180,7 +1319,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1180
1319
|
packageVersion?: string;
|
|
1181
1320
|
/**
|
|
1182
1321
|
* @remarks
|
|
1183
|
-
* The version
|
|
1322
|
+
* The PHP version on which the PHP deployment package depends. Images are not supported.
|
|
1184
1323
|
*
|
|
1185
1324
|
* @example
|
|
1186
1325
|
* PHP-FPM 7.0
|
|
@@ -1188,9 +1327,9 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1188
1327
|
php?: string;
|
|
1189
1328
|
/**
|
|
1190
1329
|
* @remarks
|
|
1191
|
-
* The path
|
|
1330
|
+
* The mount path for PHP application monitoring. Make sure that the PHP server loads the configuration file from this path.
|
|
1192
1331
|
*
|
|
1193
|
-
*
|
|
1332
|
+
* You do not need to manage the configuration content. SAE automatically renders the correct configuration file.
|
|
1194
1333
|
*
|
|
1195
1334
|
* @example
|
|
1196
1335
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -1198,7 +1337,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1198
1337
|
phpArmsConfigLocation?: string;
|
|
1199
1338
|
/**
|
|
1200
1339
|
* @remarks
|
|
1201
|
-
* The
|
|
1340
|
+
* The content of the PHP configuration file.
|
|
1202
1341
|
*
|
|
1203
1342
|
* @example
|
|
1204
1343
|
* k1=v1
|
|
@@ -1206,7 +1345,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1206
1345
|
phpConfig?: string;
|
|
1207
1346
|
/**
|
|
1208
1347
|
* @remarks
|
|
1209
|
-
* The path
|
|
1348
|
+
* The mount path of the PHP application startup configuration. Make sure that the PHP server uses this configuration file for startup.
|
|
1210
1349
|
*
|
|
1211
1350
|
* @example
|
|
1212
1351
|
* /usr/local/etc/php/php.ini
|
|
@@ -1214,7 +1353,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1214
1353
|
phpConfigLocation?: string;
|
|
1215
1354
|
/**
|
|
1216
1355
|
* @remarks
|
|
1217
|
-
* The script that is run immediately after the container is
|
|
1356
|
+
* The script that is run after the container starts. A script is triggered immediately after the container is created. Format: `{"exec":{"command":["cat","/etc/group"\\]}}`
|
|
1218
1357
|
*
|
|
1219
1358
|
* @example
|
|
1220
1359
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -1222,7 +1361,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1222
1361
|
postStart?: string;
|
|
1223
1362
|
/**
|
|
1224
1363
|
* @remarks
|
|
1225
|
-
* The script that is run before the container is
|
|
1364
|
+
* The script that is run before the container stops. A script is triggered before the container is deleted. Format: `{"exec":{"command":["cat","/etc/group"\\]}}`
|
|
1226
1365
|
*
|
|
1227
1366
|
* @example
|
|
1228
1367
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -1230,11 +1369,11 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1230
1369
|
preStop?: string;
|
|
1231
1370
|
/**
|
|
1232
1371
|
* @remarks
|
|
1233
|
-
* The programming language
|
|
1372
|
+
* The programming language of the technology stack used to create the application. Valid values:
|
|
1234
1373
|
*
|
|
1235
|
-
*
|
|
1236
|
-
*
|
|
1237
|
-
*
|
|
1374
|
+
* - **java**: Java.
|
|
1375
|
+
* - **php**: PHP.
|
|
1376
|
+
* - **other**: Other languages, such as Python, C++, Go, .NET, and Node.js.
|
|
1238
1377
|
*
|
|
1239
1378
|
* @example
|
|
1240
1379
|
* java
|
|
@@ -1242,10 +1381,10 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1242
1381
|
programmingLanguage?: string;
|
|
1243
1382
|
/**
|
|
1244
1383
|
* @remarks
|
|
1245
|
-
*
|
|
1384
|
+
* Enables K8s Service-based service registration and discovery.
|
|
1246
1385
|
*
|
|
1247
1386
|
* @example
|
|
1248
|
-
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
1387
|
+
* { "serviceName": "bwm-poc-sc-gateway-cn-beijing-front", "namespaceId": "cn-beijing:front", "portAndProtocol": { "18012": "TCP" }, "portProtocols": [ { "port": "18012", "protocol": "TCP" } ], "enable": true }
|
|
1249
1388
|
*/
|
|
1250
1389
|
pvtzDiscovery?: string;
|
|
1251
1390
|
/**
|
|
@@ -1258,17 +1397,18 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1258
1397
|
python?: string;
|
|
1259
1398
|
/**
|
|
1260
1399
|
* @remarks
|
|
1261
|
-
* The
|
|
1400
|
+
* The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root directory are installed. If no dependencies are configured or custom packages are needed, you can specify the dependencies to install.
|
|
1262
1401
|
*
|
|
1263
1402
|
* @example
|
|
1264
1403
|
* Flask==2.0
|
|
1265
1404
|
*/
|
|
1266
1405
|
pythonModules?: string;
|
|
1406
|
+
raspConfig?: DescribeApplicationConfigResponseBodyDataRaspConfig[];
|
|
1267
1407
|
/**
|
|
1268
1408
|
* @remarks
|
|
1269
|
-
* The
|
|
1409
|
+
* 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.
|
|
1270
1410
|
*
|
|
1271
|
-
* >
|
|
1411
|
+
* > You can select only one method for health checks.
|
|
1272
1412
|
*
|
|
1273
1413
|
* @example
|
|
1274
1414
|
* {"exec":{"command":["curl http://localhost:8080"]},"initialDelaySeconds":20,"timeoutSeconds":5}
|
|
@@ -1276,7 +1416,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1276
1416
|
readiness?: string;
|
|
1277
1417
|
/**
|
|
1278
1418
|
* @remarks
|
|
1279
|
-
* The ID
|
|
1419
|
+
* The region ID.
|
|
1280
1420
|
*
|
|
1281
1421
|
* @example
|
|
1282
1422
|
* cn-beijing
|
|
@@ -1292,7 +1432,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1292
1432
|
replicas?: number;
|
|
1293
1433
|
/**
|
|
1294
1434
|
* @remarks
|
|
1295
|
-
* The type
|
|
1435
|
+
* The resource type. Only `application` is supported.
|
|
1296
1436
|
*
|
|
1297
1437
|
* @example
|
|
1298
1438
|
* application
|
|
@@ -1300,12 +1440,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1300
1440
|
resourceType?: string;
|
|
1301
1441
|
/**
|
|
1302
1442
|
* @remarks
|
|
1303
|
-
* Secret mount description.
|
|
1443
|
+
* The Secret mount description.
|
|
1304
1444
|
*/
|
|
1305
1445
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataSecretMountDesc[];
|
|
1306
1446
|
/**
|
|
1307
1447
|
* @remarks
|
|
1308
|
-
* The
|
|
1448
|
+
* The security group ID.
|
|
1309
1449
|
*
|
|
1310
1450
|
* @example
|
|
1311
1451
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -1313,41 +1453,45 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1313
1453
|
securityGroupId?: string;
|
|
1314
1454
|
/**
|
|
1315
1455
|
* @remarks
|
|
1316
|
-
* The canary
|
|
1456
|
+
* The canary release tags configured for the application.
|
|
1317
1457
|
*/
|
|
1318
1458
|
serviceTags?: {
|
|
1319
1459
|
[key: string]: string;
|
|
1320
1460
|
};
|
|
1321
1461
|
/**
|
|
1322
1462
|
* @remarks
|
|
1323
|
-
* The
|
|
1463
|
+
* The sidecar container configuration.
|
|
1324
1464
|
*/
|
|
1325
1465
|
sidecarContainersConfig?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfig[];
|
|
1326
1466
|
/**
|
|
1327
1467
|
* @remarks
|
|
1328
|
-
* The
|
|
1468
|
+
* The settings for log collection to Simple Log Service (SLS).
|
|
1329
1469
|
*
|
|
1330
|
-
*
|
|
1331
|
-
*
|
|
1470
|
+
* - To use SLS resources that are automatically created by Serverless App Engine (SAE): `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
1471
|
+
* - To use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
1332
1472
|
*
|
|
1333
|
-
*
|
|
1473
|
+
* Parameter descriptions:
|
|
1334
1474
|
*
|
|
1335
|
-
*
|
|
1336
|
-
*
|
|
1337
|
-
*
|
|
1338
|
-
*
|
|
1339
|
-
*
|
|
1475
|
+
* - **projectName**: The name of the project in SLS.
|
|
1476
|
+
* - **logDir**: The log path.
|
|
1477
|
+
* - **logType**: The log type. **stdout** indicates container standard output logs. You can set only one stdout entry. If this parameter is not set, file logs are collected.
|
|
1478
|
+
* - **logstoreName**: The name of the Logstore in SLS.
|
|
1479
|
+
* - **logtailName**: The name of the Logtail in SLS. If this parameter is not specified, a new Logtail is created through automatic creation.
|
|
1340
1480
|
*
|
|
1341
|
-
* If
|
|
1481
|
+
* If the SLS collection configuration has not changed during multiple deployments, you do not need to set this parameter (that is, the **SlsConfigs** field does not need to be included in the request). If you no longer need the SLS collection feature, set the value of this field to an empty string in the request (that is, set the value of the **SlsConfigs** field to "").
|
|
1342
1482
|
*
|
|
1343
1483
|
* @example
|
|
1344
1484
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
1345
1485
|
*/
|
|
1346
1486
|
slsConfigs?: string;
|
|
1487
|
+
/**
|
|
1488
|
+
* @remarks
|
|
1489
|
+
* sls log env tags
|
|
1490
|
+
*/
|
|
1347
1491
|
slsLogEnvTags?: string;
|
|
1348
1492
|
/**
|
|
1349
1493
|
* @remarks
|
|
1350
|
-
*
|
|
1494
|
+
* The startup probe of the application.
|
|
1351
1495
|
*
|
|
1352
1496
|
* @example
|
|
1353
1497
|
* {\\"exec\\":{\\"command\\":[\\"/bin/sh\\",\\"-c\\",\\"#!Note: If microservice config is enabled, the application will be automatically injected with the prestop configuration for lossless offline. If you delete this prestop configuration, lossless offline will not be effective.\\\\n echo stop > /tmp/prestop; /home/admin/.tools/curl http://127.0.0.1:54199/offline; sleep 30\\"]}}
|
|
@@ -1355,7 +1499,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1355
1499
|
startupProbe?: string;
|
|
1356
1500
|
/**
|
|
1357
1501
|
* @remarks
|
|
1358
|
-
*
|
|
1502
|
+
* Configures K8s Service-based service registration and discovery with end-to-end canary release.
|
|
1359
1503
|
*
|
|
1360
1504
|
* @example
|
|
1361
1505
|
* {\\"enable\\":\\"false\\",\\"namespaceId\\":\\"cn-beijing:test\\",\\"portAndProtocol\\":{\\"2000:TCP\\":\\"18081\\"},\\"portProtocols\\":[{\\"port\\":2000,\\"protocol\\":\\"TCP\\",\\"targetPort\\":18081}],\\"pvtzDiscoveryName\\":\\"cn-beijing-1421801774382676\\",\\"serviceId\\":\\"3513\\",\\"serviceName\\":\\"demo-gray.test\\"}
|
|
@@ -1363,12 +1507,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1363
1507
|
swimlanePvtzDiscovery?: string;
|
|
1364
1508
|
/**
|
|
1365
1509
|
* @remarks
|
|
1366
|
-
* The
|
|
1510
|
+
* The tag information.
|
|
1367
1511
|
*/
|
|
1368
1512
|
tags?: DescribeApplicationConfigResponseBodyDataTags[];
|
|
1369
1513
|
/**
|
|
1370
1514
|
* @remarks
|
|
1371
|
-
* The timeout period
|
|
1515
|
+
* The graceful shutdown timeout period. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
1372
1516
|
*
|
|
1373
1517
|
* @example
|
|
1374
1518
|
* 10
|
|
@@ -1384,13 +1528,13 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1384
1528
|
timezone?: string;
|
|
1385
1529
|
/**
|
|
1386
1530
|
* @remarks
|
|
1387
|
-
* The Tomcat configuration.
|
|
1531
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration:
|
|
1388
1532
|
*
|
|
1389
|
-
*
|
|
1390
|
-
*
|
|
1391
|
-
*
|
|
1392
|
-
*
|
|
1393
|
-
*
|
|
1533
|
+
* - **port**: The port number. Valid values: 1024 to 65535. Ports smaller than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
|
|
1534
|
+
* - **contextPath**: The access path. Default value: root directory "/".
|
|
1535
|
+
* - **maxThreads**: The maximum number of connections in the connection pool. Default value: 400.
|
|
1536
|
+
* - **uriEncoding**: The encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
1537
|
+
* - **useBodyEncoding**: Specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
1394
1538
|
*
|
|
1395
1539
|
* @example
|
|
1396
1540
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -1398,23 +1542,22 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1398
1542
|
tomcatConfig?: string;
|
|
1399
1543
|
/**
|
|
1400
1544
|
* @remarks
|
|
1401
|
-
* The deployment policy.
|
|
1402
|
-
*
|
|
1403
|
-
* * The application is deployed on an instance. The remaining instances are automatically classified into two release batches whose interval is set to 1. In this case, the parameter is set to `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}`.
|
|
1404
|
-
* * The application is deployed on an instance. The remaining instances are manually classified into two release batches. In this case, the parameter is set to `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`.
|
|
1405
|
-
* * All instances are automatically classified into two release batches. The application is deployed on the instances of the two batches in parallel. In this case, the parameter is set to `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
|
|
1545
|
+
* The deployment policy. When the minimum number of available instances is 1, the value of the **UpdateStrategy** field is "". When the minimum number of available instances is greater than 1, examples are as follows:
|
|
1406
1546
|
*
|
|
1407
|
-
*
|
|
1547
|
+
* - Canary release of 1 instance + 2 subsequent batches + automatic batching + 1-minute batch interval: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}`
|
|
1408
1548
|
*
|
|
1409
|
-
*
|
|
1549
|
+
* - Canary release of 1 instance + 2 subsequent batches + manual batching: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`
|
|
1410
1550
|
*
|
|
1411
|
-
*
|
|
1551
|
+
* - 2 batches + automatic batching + 0-minute batch interval: `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
|
|
1412
1552
|
*
|
|
1413
|
-
*
|
|
1414
|
-
* * **releaseType**: the processing method for the batches. Valid values: **auto** and **manual**.
|
|
1415
|
-
* * **batchWaitTime**: the interval between release batches. Unit: seconds.
|
|
1553
|
+
* Parameter descriptions:
|
|
1416
1554
|
*
|
|
1417
|
-
*
|
|
1555
|
+
* - **type**: The release policy type. Valid values: **GrayBatchUpdate** (grayscale batch release) and **BatchUpdate** (batch release).
|
|
1556
|
+
* - **batchUpdate**: The batch release policy.
|
|
1557
|
+
* - **batch**: The number of release batches.
|
|
1558
|
+
* - **releaseType**: The processing method between batches. Valid values: **auto** (automatic) and **manual** (manual).
|
|
1559
|
+
* - **batchWaitTime**: The interval between deployments within a batch, in seconds.
|
|
1560
|
+
* - **grayUpdate**: The remaining batches after grayscale release. This parameter is required when **type** is set to **GrayBatchUpdate**.
|
|
1418
1561
|
*
|
|
1419
1562
|
* @example
|
|
1420
1563
|
* {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
|
|
@@ -1422,7 +1565,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1422
1565
|
updateStrategy?: string;
|
|
1423
1566
|
/**
|
|
1424
1567
|
* @remarks
|
|
1425
|
-
*
|
|
1568
|
+
* vSwitch ID。
|
|
1426
1569
|
*
|
|
1427
1570
|
* @example
|
|
1428
1571
|
* vsw-2ze559r1z1bpwqxwp****
|
|
@@ -1430,7 +1573,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1430
1573
|
vSwitchId?: string;
|
|
1431
1574
|
/**
|
|
1432
1575
|
* @remarks
|
|
1433
|
-
*
|
|
1576
|
+
* VPC ID。
|
|
1434
1577
|
*
|
|
1435
1578
|
* @example
|
|
1436
1579
|
* vpc-2ze0i263cnn311nvj****
|
|
@@ -1438,7 +1581,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1438
1581
|
vpcId?: string;
|
|
1439
1582
|
/**
|
|
1440
1583
|
* @remarks
|
|
1441
|
-
* The
|
|
1584
|
+
* The startup options for the WAR package application. The default startup command for the application: `java $JAVA_OPTS $CATALINA_OPTS -Options org.apache.catalina.startup.Bootstrap "$@" start`.
|
|
1442
1585
|
*
|
|
1443
1586
|
* @example
|
|
1444
1587
|
* custom-option
|
|
@@ -1446,12 +1589,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1446
1589
|
warStartOptions?: string;
|
|
1447
1590
|
/**
|
|
1448
1591
|
* @remarks
|
|
1449
|
-
* The
|
|
1592
|
+
* The Tomcat version on which the deployment package depends. Valid values:
|
|
1450
1593
|
*
|
|
1451
|
-
*
|
|
1452
|
-
*
|
|
1594
|
+
* - **apache-tomcat-7.0.91**
|
|
1595
|
+
* - **apache-tomcat-8.5.42**
|
|
1453
1596
|
*
|
|
1454
|
-
* This parameter is not
|
|
1597
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
1455
1598
|
*
|
|
1456
1599
|
* @example
|
|
1457
1600
|
* apache-tomcat-7.0.91
|
|
@@ -1471,12 +1614,12 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
|
|
|
1471
1614
|
export declare class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
1472
1615
|
/**
|
|
1473
1616
|
* @remarks
|
|
1474
|
-
* The
|
|
1617
|
+
* The API status or POP error code. Valid values:
|
|
1475
1618
|
*
|
|
1476
|
-
*
|
|
1477
|
-
*
|
|
1478
|
-
*
|
|
1479
|
-
*
|
|
1619
|
+
* - **2xx**: success.
|
|
1620
|
+
* - **3xx**: redirection.
|
|
1621
|
+
* - **4xx**: request error.
|
|
1622
|
+
* - **5xx**: server error.
|
|
1480
1623
|
*
|
|
1481
1624
|
* @example
|
|
1482
1625
|
* 200
|
|
@@ -1484,23 +1627,20 @@ export declare class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
1484
1627
|
code?: string;
|
|
1485
1628
|
/**
|
|
1486
1629
|
* @remarks
|
|
1487
|
-
* The information
|
|
1630
|
+
* The application information.
|
|
1488
1631
|
*/
|
|
1489
1632
|
data?: DescribeApplicationConfigResponseBodyData;
|
|
1490
1633
|
/**
|
|
1491
1634
|
* @remarks
|
|
1492
|
-
* The
|
|
1635
|
+
* The error code. Valid values:
|
|
1493
1636
|
*
|
|
1494
|
-
*
|
|
1495
|
-
*
|
|
1496
|
-
*
|
|
1497
|
-
* @example
|
|
1498
|
-
* Null
|
|
1637
|
+
* - If the request is successful, the **ErrorCode** field is not returned.
|
|
1638
|
+
* - If the request fails, the **ErrorCode** field is returned. For more information, see the **Error codes** section in this topic.
|
|
1499
1639
|
*/
|
|
1500
1640
|
errorCode?: string;
|
|
1501
1641
|
/**
|
|
1502
1642
|
* @remarks
|
|
1503
|
-
* The
|
|
1643
|
+
* The additional information about the call result.
|
|
1504
1644
|
*
|
|
1505
1645
|
* @example
|
|
1506
1646
|
* success
|
|
@@ -1508,7 +1648,7 @@ export declare class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
1508
1648
|
message?: string;
|
|
1509
1649
|
/**
|
|
1510
1650
|
* @remarks
|
|
1511
|
-
* The ID
|
|
1651
|
+
* The request ID.
|
|
1512
1652
|
*
|
|
1513
1653
|
* @example
|
|
1514
1654
|
* 01CF26C7-00A3-4AA6-BA76-7E95F2A3****
|
|
@@ -1516,10 +1656,10 @@ export declare class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
1516
1656
|
requestId?: string;
|
|
1517
1657
|
/**
|
|
1518
1658
|
* @remarks
|
|
1519
|
-
* Indicates whether the
|
|
1659
|
+
* Indicates whether the application configuration information is retrieved. Valid values:
|
|
1520
1660
|
*
|
|
1521
|
-
*
|
|
1522
|
-
*
|
|
1661
|
+
* - **true**: Retrieved.
|
|
1662
|
+
* - **false**: Failed to retrieve.
|
|
1523
1663
|
*
|
|
1524
1664
|
* @example
|
|
1525
1665
|
* true
|
|
@@ -1527,7 +1667,7 @@ export declare class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
1527
1667
|
success?: boolean;
|
|
1528
1668
|
/**
|
|
1529
1669
|
* @remarks
|
|
1530
|
-
* The trace ID
|
|
1670
|
+
* The trace ID, which is used to query the details of a call.
|
|
1531
1671
|
*
|
|
1532
1672
|
* @example
|
|
1533
1673
|
* ac1a0b2215622246421415014e****
|