@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
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* ConfigMap ID。
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 1
|
|
@@ -13,7 +13,7 @@ export class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends
|
|
|
13
13
|
configMapId?: number;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The name
|
|
16
|
+
* The ConfigMap name.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* test
|
|
@@ -21,7 +21,7 @@ export class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends
|
|
|
21
21
|
configMapName?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The key-value pair
|
|
24
|
+
* The ConfigMap key-value pair.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* k1
|
|
@@ -29,7 +29,7 @@ export class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends
|
|
|
29
29
|
key?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The container mount path.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* /tmp
|
|
@@ -63,7 +63,15 @@ export class DescribeApplicationConfigResponseBodyDataConfigMapMountDesc extends
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
export class DescribeApplicationConfigResponseBodyDataEmptyDirDesc extends $dara.Model {
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The mount path.
|
|
69
|
+
*/
|
|
66
70
|
mountPath?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The temporary storage name.
|
|
74
|
+
*/
|
|
67
75
|
name?: string;
|
|
68
76
|
static names(): { [key: string]: string } {
|
|
69
77
|
return {
|
|
@@ -99,7 +107,7 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigConfig
|
|
|
99
107
|
configMapId?: number;
|
|
100
108
|
/**
|
|
101
109
|
* @remarks
|
|
102
|
-
* The name
|
|
110
|
+
* The ConfigMap name.
|
|
103
111
|
*
|
|
104
112
|
* @example
|
|
105
113
|
* test
|
|
@@ -107,7 +115,7 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigConfig
|
|
|
107
115
|
configMapName?: string;
|
|
108
116
|
/**
|
|
109
117
|
* @remarks
|
|
110
|
-
* The key.
|
|
118
|
+
* The ConfigMap key-value pair.
|
|
111
119
|
*
|
|
112
120
|
* @example
|
|
113
121
|
* k1
|
|
@@ -115,7 +123,7 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigConfig
|
|
|
115
123
|
key?: string;
|
|
116
124
|
/**
|
|
117
125
|
* @remarks
|
|
118
|
-
* The mount path.
|
|
126
|
+
* The container mount path.
|
|
119
127
|
*
|
|
120
128
|
* @example
|
|
121
129
|
* /tmp
|
|
@@ -149,7 +157,15 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigConfig
|
|
|
149
157
|
}
|
|
150
158
|
|
|
151
159
|
export class DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyDirDesc extends $dara.Model {
|
|
160
|
+
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The mount path of the data volume in the container.
|
|
163
|
+
*/
|
|
152
164
|
mountPath?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* The temporary storage name.
|
|
168
|
+
*/
|
|
153
169
|
name?: string;
|
|
154
170
|
static names(): { [key: string]: string } {
|
|
155
171
|
return {
|
|
@@ -175,9 +191,25 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyD
|
|
|
175
191
|
}
|
|
176
192
|
|
|
177
193
|
export class DescribeApplicationConfigResponseBodyDataInitContainersConfigSecretMountDesc extends $dara.Model {
|
|
194
|
+
/**
|
|
195
|
+
* @remarks
|
|
196
|
+
* The key.
|
|
197
|
+
*/
|
|
178
198
|
key?: string;
|
|
199
|
+
/**
|
|
200
|
+
* @remarks
|
|
201
|
+
* The mount path.
|
|
202
|
+
*/
|
|
179
203
|
mountPath?: string;
|
|
204
|
+
/**
|
|
205
|
+
* @remarks
|
|
206
|
+
* The Secret instance ID.
|
|
207
|
+
*/
|
|
180
208
|
secretId?: number;
|
|
209
|
+
/**
|
|
210
|
+
* @remarks
|
|
211
|
+
* The Secret instance name.
|
|
212
|
+
*/
|
|
181
213
|
secretName?: string;
|
|
182
214
|
static names(): { [key: string]: string } {
|
|
183
215
|
return {
|
|
@@ -209,15 +241,16 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfigSecret
|
|
|
209
241
|
export class DescribeApplicationConfigResponseBodyDataInitContainersConfig extends $dara.Model {
|
|
210
242
|
/**
|
|
211
243
|
* @remarks
|
|
212
|
-
* The
|
|
213
|
-
*
|
|
214
|
-
* command:
|
|
215
|
-
* - echo
|
|
216
|
-
* - abc
|
|
217
|
-
* - >
|
|
218
|
-
* - file0
|
|
244
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
219
245
|
*
|
|
220
|
-
*
|
|
246
|
+
* ```
|
|
247
|
+
* command:
|
|
248
|
+
* - echo
|
|
249
|
+
* - abc
|
|
250
|
+
* - >
|
|
251
|
+
* - file0
|
|
252
|
+
* ```
|
|
253
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
221
254
|
*
|
|
222
255
|
* @example
|
|
223
256
|
* /bin/sh
|
|
@@ -225,11 +258,11 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfig exten
|
|
|
225
258
|
command?: string;
|
|
226
259
|
/**
|
|
227
260
|
* @remarks
|
|
228
|
-
* The
|
|
261
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
229
262
|
*
|
|
230
263
|
* `["a","b"]`
|
|
231
264
|
*
|
|
232
|
-
* In the preceding example,
|
|
265
|
+
* 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.
|
|
233
266
|
*
|
|
234
267
|
* @example
|
|
235
268
|
* ["a","b"]
|
|
@@ -237,25 +270,30 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfig exten
|
|
|
237
270
|
commandArgs?: string;
|
|
238
271
|
/**
|
|
239
272
|
* @remarks
|
|
240
|
-
* The information
|
|
273
|
+
* The ConfigMap information.
|
|
241
274
|
*/
|
|
242
275
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigConfigMapMountDesc[];
|
|
276
|
+
/**
|
|
277
|
+
* @remarks
|
|
278
|
+
* The shared temporary storage.
|
|
279
|
+
*/
|
|
243
280
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyDirDesc[];
|
|
244
281
|
/**
|
|
245
282
|
* @remarks
|
|
246
|
-
* The environment
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
283
|
+
* 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:
|
|
284
|
+
* - Custom configuration
|
|
285
|
+
* - **name**: the name of the environment variable.
|
|
286
|
+
* - **value**: the value of the environment variable. This takes priority over valueFrom.
|
|
287
|
+
* - Reference a ConfigMap instance (valueFrom)
|
|
288
|
+
* - **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`.
|
|
289
|
+
* - **valueFrom**: the reference of the environment variable. Set the value to `configMapRef`.
|
|
290
|
+
* - **configMapId**: the ID of the ConfigMap instance.
|
|
291
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
292
|
+
* - Reference a secret (valueFrom)
|
|
293
|
+
* - **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`.
|
|
294
|
+
* - **valueFrom**: the reference of the environment variable. Set the value to `secretRef`.
|
|
295
|
+
* - **secretId**: the ID of the secret.
|
|
296
|
+
* - **key**: the key. Do not set this field if you want to reference all keys.
|
|
259
297
|
*
|
|
260
298
|
* @example
|
|
261
299
|
* [{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}]
|
|
@@ -263,7 +301,8 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfig exten
|
|
|
263
301
|
envs?: string;
|
|
264
302
|
/**
|
|
265
303
|
* @remarks
|
|
266
|
-
* The image URL
|
|
304
|
+
* The image URL used by the init container.
|
|
305
|
+
* [_single.resp.200.props.Data.InitContainersConfig.items.Env
|
|
267
306
|
*
|
|
268
307
|
* @example
|
|
269
308
|
* registry.cn-shenzhen.aliyuncs.com/sae-serverless-demo/sae-demo:microservice-java-provider-v1.0
|
|
@@ -271,12 +310,16 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfig exten
|
|
|
271
310
|
imageUrl?: string;
|
|
272
311
|
/**
|
|
273
312
|
* @remarks
|
|
274
|
-
* The
|
|
313
|
+
* The init container name.
|
|
275
314
|
*
|
|
276
315
|
* @example
|
|
277
316
|
* init-container
|
|
278
317
|
*/
|
|
279
318
|
name?: string;
|
|
319
|
+
/**
|
|
320
|
+
* @remarks
|
|
321
|
+
* The Secret mount description.
|
|
322
|
+
*/
|
|
280
323
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataInitContainersConfigSecretMountDesc[];
|
|
281
324
|
static names(): { [key: string]: string } {
|
|
282
325
|
return {
|
|
@@ -325,7 +368,7 @@ export class DescribeApplicationConfigResponseBodyDataInitContainersConfig exten
|
|
|
325
368
|
export class DescribeApplicationConfigResponseBodyDataMountDesc extends $dara.Model {
|
|
326
369
|
/**
|
|
327
370
|
* @remarks
|
|
328
|
-
* The
|
|
371
|
+
* The container mount path.
|
|
329
372
|
*
|
|
330
373
|
* @example
|
|
331
374
|
* /tmp
|
|
@@ -333,7 +376,7 @@ export class DescribeApplicationConfigResponseBodyDataMountDesc extends $dara.Mo
|
|
|
333
376
|
mountPath?: string;
|
|
334
377
|
/**
|
|
335
378
|
* @remarks
|
|
336
|
-
* The
|
|
379
|
+
* The NAS relative file directory.
|
|
337
380
|
*
|
|
338
381
|
* @example
|
|
339
382
|
* /
|
|
@@ -365,7 +408,7 @@ export class DescribeApplicationConfigResponseBodyDataMountDesc extends $dara.Mo
|
|
|
365
408
|
export class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dara.Model {
|
|
366
409
|
/**
|
|
367
410
|
* @remarks
|
|
368
|
-
* The name
|
|
411
|
+
* The bucket name.
|
|
369
412
|
*
|
|
370
413
|
* @example
|
|
371
414
|
* oss-bucket
|
|
@@ -373,7 +416,7 @@ export class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dar
|
|
|
373
416
|
bucketName?: string;
|
|
374
417
|
/**
|
|
375
418
|
* @remarks
|
|
376
|
-
* The directory or object in OSS. If the
|
|
419
|
+
* The directory or OSS object that you created in OSS. If the OSS mount directory does not exist, an exception is triggered.
|
|
377
420
|
*
|
|
378
421
|
* @example
|
|
379
422
|
* data/user.data
|
|
@@ -381,7 +424,7 @@ export class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dar
|
|
|
381
424
|
bucketPath?: string;
|
|
382
425
|
/**
|
|
383
426
|
* @remarks
|
|
384
|
-
* The path
|
|
427
|
+
* The container path in SAE. If the path already exists, it is overwritten. If the path does not exist, it is created.
|
|
385
428
|
*
|
|
386
429
|
* @example
|
|
387
430
|
* /usr/data/user.data
|
|
@@ -389,10 +432,10 @@ export class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dar
|
|
|
389
432
|
mountPath?: string;
|
|
390
433
|
/**
|
|
391
434
|
* @remarks
|
|
392
|
-
* Indicates whether the
|
|
435
|
+
* Indicates whether the container path has read-only permission to the mounted directory resources. Valid values:
|
|
393
436
|
*
|
|
394
|
-
*
|
|
395
|
-
*
|
|
437
|
+
* - **true**: Read-only permission.
|
|
438
|
+
* - **false**: Read and write permission.
|
|
396
439
|
*
|
|
397
440
|
* @example
|
|
398
441
|
* true
|
|
@@ -425,10 +468,39 @@ export class DescribeApplicationConfigResponseBodyDataOssMountDescs extends $dar
|
|
|
425
468
|
}
|
|
426
469
|
}
|
|
427
470
|
|
|
471
|
+
export class DescribeApplicationConfigResponseBodyDataRaspConfig extends $dara.Model {
|
|
472
|
+
enableRasp?: boolean;
|
|
473
|
+
raspAppKey?: string;
|
|
474
|
+
raspAppName?: string;
|
|
475
|
+
static names(): { [key: string]: string } {
|
|
476
|
+
return {
|
|
477
|
+
enableRasp: 'EnableRasp',
|
|
478
|
+
raspAppKey: 'RaspAppKey',
|
|
479
|
+
raspAppName: 'RaspAppName',
|
|
480
|
+
};
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
static types(): { [key: string]: any } {
|
|
484
|
+
return {
|
|
485
|
+
enableRasp: 'boolean',
|
|
486
|
+
raspAppKey: 'string',
|
|
487
|
+
raspAppName: 'string',
|
|
488
|
+
};
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
validate() {
|
|
492
|
+
super.validate();
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
constructor(map?: { [key: string]: any }) {
|
|
496
|
+
super(map);
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
428
500
|
export class DescribeApplicationConfigResponseBodyDataSecretMountDesc extends $dara.Model {
|
|
429
501
|
/**
|
|
430
502
|
* @remarks
|
|
431
|
-
* The key
|
|
503
|
+
* The key with Base64-encoded data value.
|
|
432
504
|
*
|
|
433
505
|
* @example
|
|
434
506
|
* task-center
|
|
@@ -444,7 +516,7 @@ export class DescribeApplicationConfigResponseBodyDataSecretMountDesc extends $d
|
|
|
444
516
|
mountPath?: string;
|
|
445
517
|
/**
|
|
446
518
|
* @remarks
|
|
447
|
-
* The
|
|
519
|
+
* The queried Secret instance ID.
|
|
448
520
|
*
|
|
449
521
|
* @example
|
|
450
522
|
* 520
|
|
@@ -452,7 +524,7 @@ export class DescribeApplicationConfigResponseBodyDataSecretMountDesc extends $d
|
|
|
452
524
|
secretId?: number;
|
|
453
525
|
/**
|
|
454
526
|
* @remarks
|
|
455
|
-
* The
|
|
527
|
+
* The Secret instance name.
|
|
456
528
|
*
|
|
457
529
|
* @example
|
|
458
530
|
* dummy-name-opaque-894
|
|
@@ -488,7 +560,7 @@ export class DescribeApplicationConfigResponseBodyDataSecretMountDesc extends $d
|
|
|
488
560
|
export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigConfigMapMountDesc extends $dara.Model {
|
|
489
561
|
/**
|
|
490
562
|
* @remarks
|
|
491
|
-
* The ConfigMap ID.
|
|
563
|
+
* The ConfigMap instance ID.
|
|
492
564
|
*
|
|
493
565
|
* @example
|
|
494
566
|
* 7361
|
|
@@ -504,7 +576,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigCon
|
|
|
504
576
|
configMapName?: string;
|
|
505
577
|
/**
|
|
506
578
|
* @remarks
|
|
507
|
-
* The ConfigMap key
|
|
579
|
+
* The ConfigMap key.
|
|
508
580
|
*
|
|
509
581
|
* @example
|
|
510
582
|
* key
|
|
@@ -512,7 +584,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigCon
|
|
|
512
584
|
key?: string;
|
|
513
585
|
/**
|
|
514
586
|
* @remarks
|
|
515
|
-
* The mount path.
|
|
587
|
+
* The container mount path.
|
|
516
588
|
*
|
|
517
589
|
* @example
|
|
518
590
|
* /mnt/test
|
|
@@ -548,7 +620,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigCon
|
|
|
548
620
|
export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmptyDirDesc extends $dara.Model {
|
|
549
621
|
/**
|
|
550
622
|
* @remarks
|
|
551
|
-
*
|
|
623
|
+
* The mount path of the data volume in the container.
|
|
552
624
|
*
|
|
553
625
|
* @example
|
|
554
626
|
* /mnt/cache
|
|
@@ -556,7 +628,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmp
|
|
|
556
628
|
mountPath?: string;
|
|
557
629
|
/**
|
|
558
630
|
* @remarks
|
|
559
|
-
* The
|
|
631
|
+
* The temporary storage name.
|
|
560
632
|
*
|
|
561
633
|
* @example
|
|
562
634
|
* sidecar-container
|
|
@@ -586,9 +658,25 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmp
|
|
|
586
658
|
}
|
|
587
659
|
|
|
588
660
|
export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigSecretMountDesc extends $dara.Model {
|
|
661
|
+
/**
|
|
662
|
+
* @remarks
|
|
663
|
+
* The key with Base64-encoded data value.
|
|
664
|
+
*/
|
|
589
665
|
key?: string;
|
|
666
|
+
/**
|
|
667
|
+
* @remarks
|
|
668
|
+
* The mount path.
|
|
669
|
+
*/
|
|
590
670
|
mountPath?: string;
|
|
671
|
+
/**
|
|
672
|
+
* @remarks
|
|
673
|
+
* The Secret instance ID.
|
|
674
|
+
*/
|
|
591
675
|
secretId?: number;
|
|
676
|
+
/**
|
|
677
|
+
* @remarks
|
|
678
|
+
* The Secret instance name.
|
|
679
|
+
*/
|
|
592
680
|
secretName?: string;
|
|
593
681
|
static names(): { [key: string]: string } {
|
|
594
682
|
return {
|
|
@@ -620,7 +708,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfigSec
|
|
|
620
708
|
export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig extends $dara.Model {
|
|
621
709
|
/**
|
|
622
710
|
* @remarks
|
|
623
|
-
* The
|
|
711
|
+
* The ACR Enterprise instance ID. This parameter is required when **ImageUrl** is from ACR Enterprise Edition.
|
|
624
712
|
*
|
|
625
713
|
* @example
|
|
626
714
|
* cri-fhzlneorxala66ip
|
|
@@ -628,15 +716,16 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
628
716
|
acrInstanceId?: string;
|
|
629
717
|
/**
|
|
630
718
|
* @remarks
|
|
631
|
-
* The
|
|
632
|
-
*
|
|
633
|
-
* command:
|
|
634
|
-
* - echo
|
|
635
|
-
* - abc
|
|
636
|
-
* - >
|
|
637
|
-
* - file0
|
|
719
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
638
720
|
*
|
|
639
|
-
*
|
|
721
|
+
* ```
|
|
722
|
+
* command:
|
|
723
|
+
* - echo
|
|
724
|
+
* - abc
|
|
725
|
+
* - >
|
|
726
|
+
* - file0
|
|
727
|
+
* ```
|
|
728
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
640
729
|
*
|
|
641
730
|
* @example
|
|
642
731
|
* /bin/sh
|
|
@@ -644,11 +733,11 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
644
733
|
command?: string;
|
|
645
734
|
/**
|
|
646
735
|
* @remarks
|
|
647
|
-
* The
|
|
736
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
648
737
|
*
|
|
649
738
|
* `["a","b"]`
|
|
650
739
|
*
|
|
651
|
-
* In the preceding example,
|
|
740
|
+
* 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.
|
|
652
741
|
*
|
|
653
742
|
* @example
|
|
654
743
|
* [\\"-c\\",\\"echo \\\\\\"test\\\\\\" > /home/nas/test.log && sleep 10000000s\\"]
|
|
@@ -656,19 +745,17 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
656
745
|
commandArgs?: string;
|
|
657
746
|
/**
|
|
658
747
|
* @remarks
|
|
659
|
-
* The
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
*
|
|
663
|
-
*
|
|
664
|
-
*
|
|
665
|
-
*
|
|
666
|
-
* * **mountPath**: the mount path in the container.
|
|
748
|
+
* The ConfigMap mount description. Use the configuration items created on the namespace configuration page to inject configuration information into the container. Parameter descriptions:
|
|
749
|
+
* - **configMapId**: The ConfigMap instance ID. You can obtain this ID by calling the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
|
|
750
|
+
* - **key**: The key-value pair.
|
|
751
|
+
* > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
|
|
752
|
+
* - **mountPath**: The mount path.
|
|
753
|
+
* - **ConfigMapName**: The ConfigMap name.
|
|
667
754
|
*/
|
|
668
755
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigConfigMapMountDesc[];
|
|
669
756
|
/**
|
|
670
757
|
* @remarks
|
|
671
|
-
*
|
|
758
|
+
* The maximum CPU resources of the primary container that the sidecar container can use.
|
|
672
759
|
*
|
|
673
760
|
* @example
|
|
674
761
|
* 500
|
|
@@ -676,24 +763,20 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
676
763
|
cpu?: number;
|
|
677
764
|
/**
|
|
678
765
|
* @remarks
|
|
679
|
-
*
|
|
766
|
+
* The shared temporary storage. Sets a temporary storage directory and mounts it to the primary container and sidecar container.
|
|
680
767
|
*/
|
|
681
768
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigEmptyDirDesc[];
|
|
682
769
|
/**
|
|
683
770
|
* @remarks
|
|
684
|
-
* The environment
|
|
685
|
-
*
|
|
686
|
-
*
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
*
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
* * **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`.
|
|
694
|
-
* * **valueFrom**: the reference of the environment variable. Set the value to `configMapRef`.
|
|
695
|
-
* * **configMapId**: the ConfigMap ID.
|
|
696
|
-
* * **key**: the key. If you want to reference all keys, do not configure this parameter.
|
|
771
|
+
* 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:
|
|
772
|
+
* - Custom configuration
|
|
773
|
+
* - **name**: The environment variable name.
|
|
774
|
+
* - **value**: The environment variable value. This value takes precedence over valueFrom.
|
|
775
|
+
* - Reference to a configuration item (valueFrom)
|
|
776
|
+
* - **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`.
|
|
777
|
+
* - **valueFrom**: The environment variable reference. Set the value to `configMapRef`.
|
|
778
|
+
* - **configMapId**: The ConfigMap ID.
|
|
779
|
+
* - **key**: The key. If all keys are referenced, do not set this field.
|
|
697
780
|
*
|
|
698
781
|
* @example
|
|
699
782
|
* [{\\"name\\":\\"k1\\",\\"value\\":\\"c8e3a815-e5d3-4adf-abb3-98b106a607c4\\"}]
|
|
@@ -701,16 +784,20 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
701
784
|
envs?: string;
|
|
702
785
|
/**
|
|
703
786
|
* @remarks
|
|
704
|
-
* The URL
|
|
787
|
+
* The image URL.
|
|
705
788
|
*
|
|
706
789
|
* @example
|
|
707
790
|
* registry.cn-beijing.aliyuncs.com/sae-dev-test/nginx:stable
|
|
708
791
|
*/
|
|
709
792
|
imageUrl?: string;
|
|
793
|
+
/**
|
|
794
|
+
* @remarks
|
|
795
|
+
* The container health check.
|
|
796
|
+
*/
|
|
710
797
|
liveness?: string;
|
|
711
798
|
/**
|
|
712
799
|
* @remarks
|
|
713
|
-
*
|
|
800
|
+
* The maximum memory resources of the primary container that the sidecar container can use.
|
|
714
801
|
*
|
|
715
802
|
* @example
|
|
716
803
|
* 1024
|
|
@@ -724,9 +811,25 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
724
811
|
* test
|
|
725
812
|
*/
|
|
726
813
|
name?: string;
|
|
814
|
+
/**
|
|
815
|
+
* @remarks
|
|
816
|
+
* The script that is run after the container starts.
|
|
817
|
+
*/
|
|
727
818
|
postStart?: string;
|
|
819
|
+
/**
|
|
820
|
+
* @remarks
|
|
821
|
+
* The script that is run before the container stops.
|
|
822
|
+
*/
|
|
728
823
|
preStop?: string;
|
|
824
|
+
/**
|
|
825
|
+
* @remarks
|
|
826
|
+
* The application startup status check.
|
|
827
|
+
*/
|
|
729
828
|
readiness?: string;
|
|
829
|
+
/**
|
|
830
|
+
* @remarks
|
|
831
|
+
* The Secret mount description.
|
|
832
|
+
*/
|
|
730
833
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfigSecretMountDesc[];
|
|
731
834
|
static names(): { [key: string]: string } {
|
|
732
835
|
return {
|
|
@@ -789,7 +892,7 @@ export class DescribeApplicationConfigResponseBodyDataSidecarContainersConfig ex
|
|
|
789
892
|
export class DescribeApplicationConfigResponseBodyDataTags extends $dara.Model {
|
|
790
893
|
/**
|
|
791
894
|
* @remarks
|
|
792
|
-
* The key
|
|
895
|
+
* The tag key.
|
|
793
896
|
*
|
|
794
897
|
* @example
|
|
795
898
|
* k1
|
|
@@ -797,7 +900,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $dara.Model {
|
|
|
797
900
|
key?: string;
|
|
798
901
|
/**
|
|
799
902
|
* @remarks
|
|
800
|
-
* The value
|
|
903
|
+
* The tag value.
|
|
801
904
|
*
|
|
802
905
|
* @example
|
|
803
906
|
* v1
|
|
@@ -829,7 +932,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $dara.Model {
|
|
|
829
932
|
export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
830
933
|
/**
|
|
831
934
|
* @remarks
|
|
832
|
-
* The
|
|
935
|
+
* 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).
|
|
833
936
|
*
|
|
834
937
|
* @example
|
|
835
938
|
* acs:ram::123456789012****:role/adminrole
|
|
@@ -837,25 +940,33 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
837
940
|
acrAssumeRoleArn?: string;
|
|
838
941
|
/**
|
|
839
942
|
* @remarks
|
|
840
|
-
* The
|
|
943
|
+
* The ACR Enterprise instance ID.
|
|
841
944
|
*
|
|
842
945
|
* @example
|
|
843
946
|
* cri-xxxxxx
|
|
844
947
|
*/
|
|
845
948
|
acrInstanceId?: string;
|
|
949
|
+
/**
|
|
950
|
+
* @remarks
|
|
951
|
+
* The agent version.
|
|
952
|
+
*/
|
|
846
953
|
agentVersion?: string;
|
|
954
|
+
/**
|
|
955
|
+
* @remarks
|
|
956
|
+
* The ALB gateway ReadinessGate configuration.
|
|
957
|
+
*/
|
|
847
958
|
albIngressReadinessGate?: string;
|
|
848
959
|
/**
|
|
849
960
|
* @remarks
|
|
850
|
-
* The description
|
|
961
|
+
* The application description.
|
|
851
962
|
*
|
|
852
963
|
* @example
|
|
853
|
-
*
|
|
964
|
+
* Sample application
|
|
854
965
|
*/
|
|
855
966
|
appDescription?: string;
|
|
856
967
|
/**
|
|
857
968
|
* @remarks
|
|
858
|
-
* The ID
|
|
969
|
+
* The application ID.
|
|
859
970
|
*
|
|
860
971
|
* @example
|
|
861
972
|
* 7171a6ca-d1cd-4928-8642-7d5cfe69****
|
|
@@ -863,7 +974,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
863
974
|
appId?: string;
|
|
864
975
|
/**
|
|
865
976
|
* @remarks
|
|
866
|
-
* The name
|
|
977
|
+
* The application name.
|
|
867
978
|
*
|
|
868
979
|
* @example
|
|
869
980
|
* demo-app
|
|
@@ -873,9 +984,11 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
873
984
|
* @remarks
|
|
874
985
|
* The SAE application type.
|
|
875
986
|
*
|
|
876
|
-
*
|
|
877
|
-
*
|
|
878
|
-
*
|
|
987
|
+
* - micro_service
|
|
988
|
+
*
|
|
989
|
+
* - web
|
|
990
|
+
*
|
|
991
|
+
* - job
|
|
879
992
|
*
|
|
880
993
|
* @example
|
|
881
994
|
* micro_service
|
|
@@ -883,10 +996,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
883
996
|
appSource?: string;
|
|
884
997
|
/**
|
|
885
998
|
* @remarks
|
|
886
|
-
*
|
|
999
|
+
* Specifies whether to associate an EIP. Valid values:
|
|
887
1000
|
*
|
|
888
|
-
*
|
|
889
|
-
*
|
|
1001
|
+
* - **true**: Associated.
|
|
1002
|
+
* - **false**: Not associated.
|
|
890
1003
|
*
|
|
891
1004
|
* @example
|
|
892
1005
|
* true
|
|
@@ -894,7 +1007,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
894
1007
|
associateEip?: boolean;
|
|
895
1008
|
/**
|
|
896
1009
|
* @remarks
|
|
897
|
-
* The
|
|
1010
|
+
* The ID of the baseline application.
|
|
898
1011
|
*
|
|
899
1012
|
* @example
|
|
900
1013
|
* 8c573618-8d72-4407-baf4-f7b64b******
|
|
@@ -902,7 +1015,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
902
1015
|
baseAppId?: string;
|
|
903
1016
|
/**
|
|
904
1017
|
* @remarks
|
|
905
|
-
* The
|
|
1018
|
+
* The wait time between batches during a phased release, in seconds.
|
|
906
1019
|
*
|
|
907
1020
|
* @example
|
|
908
1021
|
* 10
|
|
@@ -916,21 +1029,23 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
916
1029
|
* 495fc79c-ae61-4600-866d-a09d68******
|
|
917
1030
|
*/
|
|
918
1031
|
clusterId?: string;
|
|
1032
|
+
/**
|
|
1033
|
+
* @remarks
|
|
1034
|
+
* The CloudMonitor service ID.
|
|
1035
|
+
*/
|
|
919
1036
|
cmsServiceId?: string;
|
|
920
1037
|
/**
|
|
921
1038
|
* @remarks
|
|
922
|
-
* The
|
|
1039
|
+
* The image startup command. This command must be an executable object that exists in the container. Example:
|
|
923
1040
|
*
|
|
924
1041
|
* ```
|
|
925
|
-
*
|
|
926
1042
|
* command:
|
|
927
1043
|
* - echo
|
|
928
1044
|
* - abc
|
|
929
1045
|
* - >
|
|
930
1046
|
* - file0
|
|
931
1047
|
* ```
|
|
932
|
-
*
|
|
933
|
-
* In this example, the Command parameter is set to `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
1048
|
+
* Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
|
|
934
1049
|
*
|
|
935
1050
|
* @example
|
|
936
1051
|
* echo
|
|
@@ -938,11 +1053,11 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
938
1053
|
command?: string;
|
|
939
1054
|
/**
|
|
940
1055
|
* @remarks
|
|
941
|
-
* The
|
|
1056
|
+
* The arguments for the image startup command. These are the arguments required by the startup command **Command**. Format:
|
|
942
1057
|
*
|
|
943
1058
|
* `["a","b"]`
|
|
944
1059
|
*
|
|
945
|
-
* In the
|
|
1060
|
+
* 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.
|
|
946
1061
|
*
|
|
947
1062
|
* @example
|
|
948
1063
|
* ["a","b"]
|
|
@@ -950,20 +1065,20 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
950
1065
|
commandArgs?: string;
|
|
951
1066
|
/**
|
|
952
1067
|
* @remarks
|
|
953
|
-
* The
|
|
1068
|
+
* The ConfigMap information.
|
|
954
1069
|
*/
|
|
955
1070
|
configMapMountDesc?: DescribeApplicationConfigResponseBodyDataConfigMapMountDesc[];
|
|
956
1071
|
/**
|
|
957
1072
|
* @remarks
|
|
958
|
-
* The CPU
|
|
1073
|
+
* The CPU required by each instance, in millicores. This value cannot be 0. Only the following defined specifications are supported:
|
|
959
1074
|
*
|
|
960
|
-
*
|
|
961
|
-
*
|
|
962
|
-
*
|
|
963
|
-
*
|
|
964
|
-
*
|
|
965
|
-
*
|
|
966
|
-
*
|
|
1075
|
+
* - **500**
|
|
1076
|
+
* - **1000**
|
|
1077
|
+
* - **2000**
|
|
1078
|
+
* - **4000**
|
|
1079
|
+
* - **8000**
|
|
1080
|
+
* - **16000**
|
|
1081
|
+
* - **32000**
|
|
967
1082
|
*
|
|
968
1083
|
* @example
|
|
969
1084
|
* 1000
|
|
@@ -971,10 +1086,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
971
1086
|
cpu?: number;
|
|
972
1087
|
/**
|
|
973
1088
|
* @remarks
|
|
974
|
-
* The custom
|
|
1089
|
+
* The custom host mapping in the container. Valid values:
|
|
975
1090
|
*
|
|
976
|
-
*
|
|
977
|
-
*
|
|
1091
|
+
* - **hostName**: The domain name or hostname.
|
|
1092
|
+
* - **ip**: The IP address.
|
|
978
1093
|
*
|
|
979
1094
|
* @example
|
|
980
1095
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
@@ -982,20 +1097,26 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
982
1097
|
customHostAlias?: string;
|
|
983
1098
|
/**
|
|
984
1099
|
* @remarks
|
|
985
|
-
* The type of custom image.
|
|
1100
|
+
* The type of the custom image. If the image is not a custom image, set this parameter to an empty string. Valid values:
|
|
986
1101
|
*
|
|
987
|
-
* - internet: public
|
|
988
|
-
*
|
|
989
|
-
* - intranet: private network image.
|
|
1102
|
+
* - internet: public image
|
|
1103
|
+
* - intranet: internal image
|
|
990
1104
|
*
|
|
991
1105
|
* @example
|
|
992
1106
|
* internet
|
|
993
1107
|
*/
|
|
994
1108
|
customImageNetworkType?: string;
|
|
1109
|
+
/**
|
|
1110
|
+
* @remarks
|
|
1111
|
+
* The instance name of the application in the ASI cluster.
|
|
1112
|
+
*
|
|
1113
|
+
* @example
|
|
1114
|
+
* demo-b0cdce9b-3d1f-4168-b206-b59f348f1a8a
|
|
1115
|
+
*/
|
|
995
1116
|
deploymentName?: string;
|
|
996
1117
|
/**
|
|
997
1118
|
* @remarks
|
|
998
|
-
* The disk size
|
|
1119
|
+
* The disk storage size, in GB.
|
|
999
1120
|
*
|
|
1000
1121
|
* @example
|
|
1001
1122
|
* 20
|
|
@@ -1003,7 +1124,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1003
1124
|
diskSize?: number;
|
|
1004
1125
|
/**
|
|
1005
1126
|
* @remarks
|
|
1006
|
-
* The
|
|
1127
|
+
* The .NET framework version:
|
|
1007
1128
|
*
|
|
1008
1129
|
* - .NET 3.1
|
|
1009
1130
|
* - .NET 5.0
|
|
@@ -1017,19 +1138,23 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1017
1138
|
dotnet?: string;
|
|
1018
1139
|
/**
|
|
1019
1140
|
* @remarks
|
|
1020
|
-
* The version of the
|
|
1141
|
+
* The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
|
|
1021
1142
|
*
|
|
1022
1143
|
* @example
|
|
1023
1144
|
* 3.5.3
|
|
1024
1145
|
*/
|
|
1025
1146
|
edasContainerVersion?: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* @remarks
|
|
1149
|
+
* The shared temporary storage.
|
|
1150
|
+
*/
|
|
1026
1151
|
emptyDirDesc?: DescribeApplicationConfigResponseBodyDataEmptyDirDesc[];
|
|
1027
1152
|
/**
|
|
1028
1153
|
* @remarks
|
|
1029
|
-
*
|
|
1154
|
+
* Specifies whether to connect to Application High Availability Service (AHAS). Valid values:
|
|
1030
1155
|
*
|
|
1031
|
-
*
|
|
1032
|
-
*
|
|
1156
|
+
* - **true**: Connected to AHAS.
|
|
1157
|
+
* - **false**: Not connected to AHAS.
|
|
1033
1158
|
*
|
|
1034
1159
|
* @example
|
|
1035
1160
|
* true
|
|
@@ -1037,11 +1162,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1037
1162
|
enableAhas?: string;
|
|
1038
1163
|
/**
|
|
1039
1164
|
* @remarks
|
|
1040
|
-
*
|
|
1165
|
+
* Specifies whether to enable the CPU Burst feature. Valid values:
|
|
1041
1166
|
*
|
|
1042
|
-
* - true:
|
|
1043
|
-
*
|
|
1044
|
-
* - false: disable
|
|
1167
|
+
* - true: Enabled.
|
|
1168
|
+
* - false: Not enabled.
|
|
1045
1169
|
*
|
|
1046
1170
|
* @example
|
|
1047
1171
|
* true
|
|
@@ -1049,10 +1173,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1049
1173
|
enableCpuBurst?: string;
|
|
1050
1174
|
/**
|
|
1051
1175
|
* @remarks
|
|
1052
|
-
*
|
|
1176
|
+
* 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:
|
|
1053
1177
|
*
|
|
1054
|
-
*
|
|
1055
|
-
*
|
|
1178
|
+
* - **true**: Enabled.
|
|
1179
|
+
* - **false**: Disabled.
|
|
1056
1180
|
*
|
|
1057
1181
|
* @example
|
|
1058
1182
|
* false
|
|
@@ -1060,49 +1184,68 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1060
1184
|
enableGreyTagRoute?: boolean;
|
|
1061
1185
|
/**
|
|
1062
1186
|
* @remarks
|
|
1063
|
-
*
|
|
1064
|
-
*
|
|
1065
|
-
* - true: enable
|
|
1187
|
+
* Specifies whether to enable idle mode. Valid values:
|
|
1066
1188
|
*
|
|
1067
|
-
* -
|
|
1189
|
+
* - true: Enabled.
|
|
1190
|
+
* - false: Disabled.
|
|
1068
1191
|
*
|
|
1069
1192
|
* @example
|
|
1070
1193
|
* false
|
|
1071
1194
|
*/
|
|
1072
1195
|
enableIdle?: boolean;
|
|
1196
|
+
/**
|
|
1197
|
+
* @remarks
|
|
1198
|
+
* Indicates whether the namespace agent version configuration is reused.
|
|
1199
|
+
*/
|
|
1073
1200
|
enableNamespaceAgentVersion?: boolean;
|
|
1074
1201
|
/**
|
|
1075
1202
|
* @remarks
|
|
1076
|
-
*
|
|
1077
|
-
*
|
|
1078
|
-
* - true: enable
|
|
1203
|
+
* Specifies whether to enable the new ARMS feature. Valid values:
|
|
1079
1204
|
*
|
|
1080
|
-
* -
|
|
1205
|
+
* - true: Enabled.
|
|
1206
|
+
* - false: Not enabled.
|
|
1081
1207
|
*
|
|
1082
1208
|
* @example
|
|
1083
1209
|
* false
|
|
1084
1210
|
*/
|
|
1085
1211
|
enableNewArms?: boolean;
|
|
1212
|
+
/**
|
|
1213
|
+
* @remarks
|
|
1214
|
+
* Indicates whether Prometheus custom metric collection is enabled.
|
|
1215
|
+
*/
|
|
1086
1216
|
enablePrometheus?: boolean;
|
|
1087
1217
|
/**
|
|
1088
1218
|
* @remarks
|
|
1089
|
-
* The environment
|
|
1090
|
-
*
|
|
1091
|
-
*
|
|
1092
|
-
*
|
|
1219
|
+
* 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:
|
|
1220
|
+
* - Custom configuration
|
|
1221
|
+
* - **name**: The environment variable name.
|
|
1222
|
+
* - **value**: The environment variable value.
|
|
1223
|
+
* - Reference to a configuration item
|
|
1224
|
+
* - **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`.
|
|
1225
|
+
* - **valueFrom**: The environment variable reference. Set the value to `configMapRef`.
|
|
1226
|
+
* - **configMapId**: The ConfigMap ID.
|
|
1227
|
+
* - **key**: The key. If all keys are referenced, do not set this field.
|
|
1093
1228
|
*
|
|
1094
1229
|
* @example
|
|
1095
1230
|
* [{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}]
|
|
1096
1231
|
*/
|
|
1097
1232
|
envs?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* @remarks
|
|
1235
|
+
* The number of GPUs.
|
|
1236
|
+
*/
|
|
1098
1237
|
gpuCount?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* @remarks
|
|
1240
|
+
* The GPU type.
|
|
1241
|
+
*/
|
|
1099
1242
|
gpuType?: string;
|
|
1100
1243
|
headlessPvtzDiscovery?: string;
|
|
1101
1244
|
html?: string;
|
|
1102
1245
|
idleHour?: string;
|
|
1103
1246
|
/**
|
|
1104
1247
|
* @remarks
|
|
1105
|
-
* The
|
|
1248
|
+
* The corresponding secret ID.
|
|
1106
1249
|
*
|
|
1107
1250
|
* @example
|
|
1108
1251
|
* 10
|
|
@@ -1110,7 +1253,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1110
1253
|
imagePullSecrets?: string;
|
|
1111
1254
|
/**
|
|
1112
1255
|
* @remarks
|
|
1113
|
-
* The URL
|
|
1256
|
+
* The image URL. This parameter is required when **Package Type** is set to **Image**.
|
|
1114
1257
|
*
|
|
1115
1258
|
* @example
|
|
1116
1259
|
* docker.io/library/nginx:1.14.2
|
|
@@ -1118,13 +1261,17 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1118
1261
|
imageUrl?: string;
|
|
1119
1262
|
/**
|
|
1120
1263
|
* @remarks
|
|
1121
|
-
*
|
|
1264
|
+
* The init container configuration.
|
|
1122
1265
|
*/
|
|
1123
1266
|
initContainersConfig?: DescribeApplicationConfigResponseBodyDataInitContainersConfig[];
|
|
1267
|
+
/**
|
|
1268
|
+
* @remarks
|
|
1269
|
+
* Indicates whether the application is stateful.
|
|
1270
|
+
*/
|
|
1124
1271
|
isStateful?: boolean;
|
|
1125
1272
|
/**
|
|
1126
1273
|
* @remarks
|
|
1127
|
-
* The arguments
|
|
1274
|
+
* 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`
|
|
1128
1275
|
*
|
|
1129
1276
|
* @example
|
|
1130
1277
|
* start
|
|
@@ -1132,7 +1279,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1132
1279
|
jarStartArgs?: string;
|
|
1133
1280
|
/**
|
|
1134
1281
|
* @remarks
|
|
1135
|
-
* The
|
|
1282
|
+
* 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`
|
|
1136
1283
|
*
|
|
1137
1284
|
* @example
|
|
1138
1285
|
* -Dtest=true
|
|
@@ -1140,16 +1287,16 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1140
1287
|
jarStartOptions?: string;
|
|
1141
1288
|
/**
|
|
1142
1289
|
* @remarks
|
|
1143
|
-
* The version
|
|
1290
|
+
* The JDK version on which the deployment package depends. Valid values:
|
|
1144
1291
|
*
|
|
1145
|
-
*
|
|
1146
|
-
*
|
|
1147
|
-
*
|
|
1148
|
-
*
|
|
1149
|
-
*
|
|
1150
|
-
*
|
|
1292
|
+
* - **Open JDK 8**
|
|
1293
|
+
* - **Open JDK 7**
|
|
1294
|
+
* - **Dragonwell 11**
|
|
1295
|
+
* - **Dragonwell 8**
|
|
1296
|
+
* - **openjdk-8u191-jdk-alpine3.9**
|
|
1297
|
+
* - **openjdk-7u201-jdk-alpine3.9**
|
|
1151
1298
|
*
|
|
1152
|
-
* This parameter is not
|
|
1299
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
1153
1300
|
*
|
|
1154
1301
|
* @example
|
|
1155
1302
|
* Open JDK 8
|
|
@@ -1157,72 +1304,75 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1157
1304
|
jdk?: string;
|
|
1158
1305
|
/**
|
|
1159
1306
|
* @remarks
|
|
1160
|
-
* The
|
|
1161
|
-
*
|
|
1162
|
-
* * **KafkaConfigs**: the configurations of Message Queue for Apache Kafka.
|
|
1163
|
-
*
|
|
1164
|
-
* * **createTime**: the time when the Message Queue for Apache Kafka instance was created.
|
|
1307
|
+
* The summary of log collection configurations for Kafka. Valid values:
|
|
1165
1308
|
*
|
|
1166
|
-
*
|
|
1309
|
+
* - **kafkaEndpoint**: The endpoint of the Kafka API.
|
|
1310
|
+
* - **kafkaInstanceId**: The Kafka instance ID.
|
|
1311
|
+
* - **kafkaConfigs**: The configuration summary for one or more log entries. For example values and parameter descriptions, see the **kafkaConfigs** request parameter in this topic.
|
|
1167
1312
|
*
|
|
1168
|
-
*
|
|
1169
|
-
*
|
|
1170
|
-
* * **logType**: the type of collected logs. Valid values:
|
|
1171
|
-
*
|
|
1172
|
-
* * **file_log**: the file log that is stored in the container. The path of the file logs in the container is returned.
|
|
1173
|
-
* * **stdout**: the standard output log of the container. You can specify only one stdout value.
|
|
1174
|
-
*
|
|
1175
|
-
* * **kafkaEndpoint**: the endpoint of the Message Queue for Apache Kafka service.
|
|
1176
|
-
*
|
|
1177
|
-
* * **kafkaInstanceId**: the ID of the Message Queue for Apache Kafka instance.
|
|
1178
|
-
*
|
|
1179
|
-
* * **region**: the region where the Message Queue for Apache Kafka instance resides.
|
|
1313
|
+
* @example
|
|
1314
|
+
* {"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"}]}
|
|
1180
1315
|
*/
|
|
1181
1316
|
kafkaConfigs?: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* @remarks
|
|
1319
|
+
* The labels.
|
|
1320
|
+
*/
|
|
1182
1321
|
labels?: { [key: string]: string };
|
|
1183
1322
|
/**
|
|
1184
1323
|
* @remarks
|
|
1185
|
-
* The
|
|
1324
|
+
* The container health check settings. Containers that fail the health check are shut down and recovered. The following methods are supported:
|
|
1186
1325
|
*
|
|
1187
|
-
*
|
|
1188
|
-
*
|
|
1189
|
-
*
|
|
1326
|
+
* - **exec**: For example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
|
|
1327
|
+
* - **httpGet**: For example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
1328
|
+
* - **tcpSocket**: For example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
|
|
1190
1329
|
*
|
|
1191
|
-
* >
|
|
1330
|
+
* > You can select only one method for health checks.
|
|
1192
1331
|
*
|
|
1193
|
-
*
|
|
1332
|
+
* Parameter descriptions:
|
|
1194
1333
|
*
|
|
1195
|
-
*
|
|
1196
|
-
*
|
|
1197
|
-
*
|
|
1198
|
-
*
|
|
1199
|
-
*
|
|
1200
|
-
*
|
|
1201
|
-
*
|
|
1202
|
-
*
|
|
1203
|
-
*
|
|
1334
|
+
* - **exec.command**: The health check command.
|
|
1335
|
+
* - **httpGet.path**: The access path.
|
|
1336
|
+
* - **httpGet.scheme**: **HTTP** or **HTTPS**.
|
|
1337
|
+
* - **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.
|
|
1338
|
+
* - **httpGet.keyWord**: The custom keyword. The **isContainKeyWord** field must be present when this parameter is used.
|
|
1339
|
+
* - **tcpSocket.port**: The port for TCP connection detection.
|
|
1340
|
+
* - **initialDelaySeconds**: The initial delay for the health check. Default value: 10. Unit: seconds.
|
|
1341
|
+
* - **periodSeconds**: The health check period. Default value: 30. Unit: seconds.
|
|
1342
|
+
* - **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.
|
|
1204
1343
|
*
|
|
1205
1344
|
* @example
|
|
1206
1345
|
* {"exec":{"command":["curl http://localhost:8080"]},"initialDelaySeconds":20,"timeoutSeconds":3}
|
|
1207
1346
|
*/
|
|
1208
1347
|
liveness?: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* @remarks
|
|
1350
|
+
* LokiConfigs
|
|
1351
|
+
*/
|
|
1209
1352
|
lokiConfigs?: string;
|
|
1353
|
+
/**
|
|
1354
|
+
* @remarks
|
|
1355
|
+
* The Peak Volume instance ratio.
|
|
1356
|
+
*/
|
|
1210
1357
|
maxSurgeInstanceRatio?: number;
|
|
1358
|
+
/**
|
|
1359
|
+
* @remarks
|
|
1360
|
+
* The Peak Volume of instances.
|
|
1361
|
+
*/
|
|
1211
1362
|
maxSurgeInstances?: number;
|
|
1212
1363
|
/**
|
|
1213
1364
|
* @remarks
|
|
1214
|
-
* The size
|
|
1215
|
-
*
|
|
1216
|
-
*
|
|
1217
|
-
*
|
|
1218
|
-
*
|
|
1219
|
-
*
|
|
1220
|
-
*
|
|
1221
|
-
*
|
|
1222
|
-
*
|
|
1223
|
-
*
|
|
1224
|
-
*
|
|
1225
|
-
* * This parameter is set to **131072** if the Cpu parameter is set to 32000.
|
|
1365
|
+
* 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:
|
|
1366
|
+
* - **1024**: Corresponds to 500 millicores and 1000 millicores of CPU.
|
|
1367
|
+
* - **2048**: Corresponds to 500, 1000, and 2000 millicores of CPU.
|
|
1368
|
+
* - **4096**: Corresponds to 1000, 2000, and 4000 millicores of CPU.
|
|
1369
|
+
* - **8192**: Corresponds to 2000, 4000, and 8000 millicores of CPU.
|
|
1370
|
+
* - **12288**: Corresponds to 12000 millicores of CPU.
|
|
1371
|
+
* - **16384**: Corresponds to 4000, 8000, and 16000 millicores of CPU.
|
|
1372
|
+
* - **24576**: Corresponds to 12000 millicores of CPU.
|
|
1373
|
+
* - **32768**: Corresponds to 16000 millicores of CPU.
|
|
1374
|
+
* - **65536**: Corresponds to 8000, 16000, and 32000 millicores of CPU.
|
|
1375
|
+
* - **131072**: Corresponds to 32000 millicores of CPU.
|
|
1226
1376
|
*
|
|
1227
1377
|
* @example
|
|
1228
1378
|
* 2048
|
|
@@ -1231,10 +1381,9 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1231
1381
|
/**
|
|
1232
1382
|
* @remarks
|
|
1233
1383
|
* The Nacos registry. Valid values:
|
|
1234
|
-
*
|
|
1235
|
-
*
|
|
1236
|
-
*
|
|
1237
|
-
* * **2** : MSE Nacos registry
|
|
1384
|
+
* - **0**: SAE built-in Nacos.
|
|
1385
|
+
* - **1**: Self-managed Nacos.
|
|
1386
|
+
* - **2**: MSE commercial edition Nacos.
|
|
1238
1387
|
*
|
|
1239
1388
|
* @example
|
|
1240
1389
|
* "0"
|
|
@@ -1242,7 +1391,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1242
1391
|
microRegistration?: string;
|
|
1243
1392
|
/**
|
|
1244
1393
|
* @remarks
|
|
1245
|
-
* The configuration
|
|
1394
|
+
* The registry configuration. This parameter takes effect only when the registry type is MSE Nacos Enterprise Edition.
|
|
1246
1395
|
*
|
|
1247
1396
|
* @example
|
|
1248
1397
|
* {\\"instanceId\\":\\"mse-cn-1ls43******\\",\\"namespace\\":\\"62ee12fb-c279-4da4-be96-21**********\\"}
|
|
@@ -1250,19 +1399,23 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1250
1399
|
microRegistrationConfig?: string;
|
|
1251
1400
|
/**
|
|
1252
1401
|
* @remarks
|
|
1253
|
-
*
|
|
1402
|
+
* The microservice governance configuration.
|
|
1403
|
+
*
|
|
1404
|
+
* - Specifies whether to enable microservice governance (enable):
|
|
1405
|
+
*
|
|
1406
|
+
* - true: enabled
|
|
1407
|
+
*
|
|
1408
|
+
* - false: disabled
|
|
1409
|
+
*
|
|
1410
|
+
* - Lossless rolling update configuration (mseLosslessRule):
|
|
1254
1411
|
*
|
|
1255
|
-
*
|
|
1412
|
+
* - delayTime: the delay time.
|
|
1256
1413
|
*
|
|
1257
|
-
*
|
|
1258
|
-
* - false: Disable
|
|
1414
|
+
* - enable: specifies whether to enable the lossless online feature. true indicates enabled. false indicates disabled.
|
|
1259
1415
|
*
|
|
1260
|
-
*
|
|
1416
|
+
* - notice: specifies whether to enable the notification feature. true indicates enabled. false indicates disabled.
|
|
1261
1417
|
*
|
|
1262
|
-
*
|
|
1263
|
-
* - enable: Whether to enable lossless deployment. Set to "true" to enable; set to "false" to disable.
|
|
1264
|
-
* - notice: Whether to enable notifications. Set to "true" to enable; set to "false" to disable.
|
|
1265
|
-
* - warmupTime: Small-traffic warm-up duration (unit: seconds)
|
|
1418
|
+
* - warmupTime: the warm-up duration for traffic ramping, in seconds.
|
|
1266
1419
|
*
|
|
1267
1420
|
* @example
|
|
1268
1421
|
* {\\"Enable\\":true,\\"MseLosslessRule\\":{\\"enable\\":true,\\"notice\\":true,\\"delayTime\\":10,\\"warmupTime\\":120,\\"funcType\\":2,\\"aligned\\":false,\\"related\\":false,\\"lossLessDetail\\":false}}
|
|
@@ -1270,12 +1423,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1270
1423
|
microserviceEngineConfig?: string;
|
|
1271
1424
|
/**
|
|
1272
1425
|
* @remarks
|
|
1273
|
-
* The
|
|
1426
|
+
* The minimum percentage of available instances. Valid values:
|
|
1274
1427
|
*
|
|
1275
|
-
*
|
|
1276
|
-
*
|
|
1428
|
+
* - **-1**: The default value, which indicates that the percentage is not used. If this parameter is not specified, the system uses **-1** by default.
|
|
1429
|
+
* - **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.
|
|
1277
1430
|
*
|
|
1278
|
-
* >
|
|
1431
|
+
* > 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.
|
|
1279
1432
|
*
|
|
1280
1433
|
* @example
|
|
1281
1434
|
* -1
|
|
@@ -1285,10 +1438,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1285
1438
|
* @remarks
|
|
1286
1439
|
* The minimum number of available instances. Valid values:
|
|
1287
1440
|
*
|
|
1288
|
-
*
|
|
1289
|
-
*
|
|
1441
|
+
* - If set to **0**, the application interrupts services during the upgrade process.
|
|
1442
|
+
* - 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.
|
|
1290
1443
|
*
|
|
1291
|
-
* >
|
|
1444
|
+
* > Set the minimum number of available instances to ≥ 1 for each rolling deployment to avoid service interruptions.
|
|
1292
1445
|
*
|
|
1293
1446
|
* @example
|
|
1294
1447
|
* 1
|
|
@@ -1296,12 +1449,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1296
1449
|
minReadyInstances?: number;
|
|
1297
1450
|
/**
|
|
1298
1451
|
* @remarks
|
|
1299
|
-
* The
|
|
1452
|
+
* The mount description information.
|
|
1300
1453
|
*/
|
|
1301
1454
|
mountDesc?: DescribeApplicationConfigResponseBodyDataMountDesc[];
|
|
1302
1455
|
/**
|
|
1303
1456
|
* @remarks
|
|
1304
|
-
* The mount
|
|
1457
|
+
* 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 "").
|
|
1305
1458
|
*
|
|
1306
1459
|
* @example
|
|
1307
1460
|
* example.com
|
|
@@ -1309,7 +1462,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1309
1462
|
mountHost?: string;
|
|
1310
1463
|
/**
|
|
1311
1464
|
* @remarks
|
|
1312
|
-
* The ID
|
|
1465
|
+
* The application ID on the Microservices Engine (MSE) side.
|
|
1313
1466
|
*
|
|
1314
1467
|
* @example
|
|
1315
1468
|
* xxxxxxx@xxxxx
|
|
@@ -1317,7 +1470,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1317
1470
|
mseApplicationId?: string;
|
|
1318
1471
|
/**
|
|
1319
1472
|
* @remarks
|
|
1320
|
-
* The application name
|
|
1473
|
+
* The application name after the SAE service is registered with MSE.
|
|
1321
1474
|
*
|
|
1322
1475
|
* @example
|
|
1323
1476
|
* cn-shenzhen-alb-demo-5c****
|
|
@@ -1325,7 +1478,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1325
1478
|
mseApplicationName?: string;
|
|
1326
1479
|
/**
|
|
1327
1480
|
* @remarks
|
|
1328
|
-
* The ID
|
|
1481
|
+
* The namespace ID.
|
|
1329
1482
|
*
|
|
1330
1483
|
* @example
|
|
1331
1484
|
* cn-beijing:test
|
|
@@ -1333,7 +1486,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1333
1486
|
namespaceId?: string;
|
|
1334
1487
|
/**
|
|
1335
1488
|
* @remarks
|
|
1336
|
-
* The
|
|
1489
|
+
* The NAS mount configurations.
|
|
1337
1490
|
*
|
|
1338
1491
|
* @example
|
|
1339
1492
|
* [{"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"}]
|
|
@@ -1341,19 +1494,19 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1341
1494
|
nasConfigs?: string;
|
|
1342
1495
|
/**
|
|
1343
1496
|
* @remarks
|
|
1344
|
-
*
|
|
1497
|
+
* NAS ID。
|
|
1345
1498
|
*
|
|
1346
1499
|
* @example
|
|
1347
|
-
*
|
|
1500
|
+
* AKSN****
|
|
1348
1501
|
*/
|
|
1349
1502
|
nasId?: string;
|
|
1350
1503
|
/**
|
|
1351
1504
|
* @remarks
|
|
1352
|
-
* The
|
|
1505
|
+
* The application version. Valid values:
|
|
1353
1506
|
*
|
|
1354
|
-
* - lite:
|
|
1355
|
-
* - std:
|
|
1356
|
-
* - pro:
|
|
1507
|
+
* - lite: Lite Edition
|
|
1508
|
+
* - std: Standard Edition
|
|
1509
|
+
* - pro: Professional Edition
|
|
1357
1510
|
*
|
|
1358
1511
|
* @example
|
|
1359
1512
|
* pro
|
|
@@ -1361,9 +1514,8 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1361
1514
|
newSaeVersion?: string;
|
|
1362
1515
|
/**
|
|
1363
1516
|
* @remarks
|
|
1364
|
-
* The
|
|
1365
|
-
*
|
|
1366
|
-
* > 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).
|
|
1517
|
+
* The RAM role for identity authentication.
|
|
1518
|
+
* > 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).
|
|
1367
1519
|
*
|
|
1368
1520
|
* @example
|
|
1369
1521
|
* sae-test
|
|
@@ -1371,7 +1523,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1371
1523
|
oidcRoleName?: string;
|
|
1372
1524
|
/**
|
|
1373
1525
|
* @remarks
|
|
1374
|
-
* The AccessKey ID
|
|
1526
|
+
* The AccessKey ID for OSS read/write operations.
|
|
1375
1527
|
*
|
|
1376
1528
|
* @example
|
|
1377
1529
|
* xxxxxx
|
|
@@ -1379,7 +1531,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1379
1531
|
ossAkId?: string;
|
|
1380
1532
|
/**
|
|
1381
1533
|
* @remarks
|
|
1382
|
-
* The AccessKey
|
|
1534
|
+
* The AccessKey Secret for OSS read/write operations.
|
|
1383
1535
|
*
|
|
1384
1536
|
* @example
|
|
1385
1537
|
* xxxxxx
|
|
@@ -1387,32 +1539,30 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1387
1539
|
ossAkSecret?: string;
|
|
1388
1540
|
/**
|
|
1389
1541
|
* @remarks
|
|
1390
|
-
* The
|
|
1542
|
+
* The OSS mount description.
|
|
1391
1543
|
*/
|
|
1392
1544
|
ossMountDescs?: DescribeApplicationConfigResponseBodyDataOssMountDescs[];
|
|
1393
1545
|
/**
|
|
1394
1546
|
* @remarks
|
|
1395
|
-
* The
|
|
1396
|
-
*
|
|
1397
|
-
* * If you deploy the application by using a Java Archive (JAR) package, you can set this parameter to **FatJar**, **War**, or **Image**.
|
|
1398
|
-
*
|
|
1399
|
-
* * If you deploy the application by using a PHP package, you can set this parameter to one of the following values:
|
|
1547
|
+
* The application package type. Valid values:
|
|
1400
1548
|
*
|
|
1401
|
-
*
|
|
1402
|
-
*
|
|
1403
|
-
*
|
|
1404
|
-
*
|
|
1405
|
-
*
|
|
1406
|
-
*
|
|
1407
|
-
*
|
|
1408
|
-
*
|
|
1409
|
-
*
|
|
1410
|
-
*
|
|
1411
|
-
*
|
|
1412
|
-
*
|
|
1413
|
-
*
|
|
1414
|
-
*
|
|
1415
|
-
*
|
|
1549
|
+
* - When you deploy with Java, **FatJar**, **War**, and **Image** are supported.
|
|
1550
|
+
* - When you deploy with PHP, the following types are supported:
|
|
1551
|
+
* - **PhpZip**
|
|
1552
|
+
* - **IMAGE_PHP_5_4**
|
|
1553
|
+
* - **IMAGE_PHP_5_4_ALPINE**
|
|
1554
|
+
* - **IMAGE_PHP_5_5**
|
|
1555
|
+
* - **IMAGE_PHP_5_5_ALPINE**
|
|
1556
|
+
* - **IMAGE_PHP_5_6**
|
|
1557
|
+
* - **IMAGE_PHP_5_6_ALPINE**
|
|
1558
|
+
* - **IMAGE_PHP_7_0**
|
|
1559
|
+
* - **IMAGE_PHP_7_0_ALPINE**
|
|
1560
|
+
* - **IMAGE_PHP_7_1**
|
|
1561
|
+
* - **IMAGE_PHP_7_1_ALPINE**
|
|
1562
|
+
* - **IMAGE_PHP_7_2**
|
|
1563
|
+
* - **IMAGE_PHP_7_2_ALPINE**
|
|
1564
|
+
* - **IMAGE_PHP_7_3**
|
|
1565
|
+
* - **IMAGE_PHP_7_3_ALPINE**
|
|
1416
1566
|
*
|
|
1417
1567
|
* @example
|
|
1418
1568
|
* War
|
|
@@ -1420,12 +1570,15 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1420
1570
|
packageType?: string;
|
|
1421
1571
|
/**
|
|
1422
1572
|
* @remarks
|
|
1423
|
-
* The URL
|
|
1573
|
+
* The deployment package URL. If your deployment package is uploaded through SAE, note the following:
|
|
1574
|
+
*
|
|
1575
|
+
* - This URL cannot be used for direct download. Use the GetPackageVersionAccessableUrl operation to obtain a downloadable URL (valid for 10 minutes).
|
|
1576
|
+
* - 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.
|
|
1424
1577
|
*/
|
|
1425
1578
|
packageUrl?: string;
|
|
1426
1579
|
/**
|
|
1427
1580
|
* @remarks
|
|
1428
|
-
* The version of the deployment package. This parameter is
|
|
1581
|
+
* The version of the deployment package. This parameter is required when **Package Type** is set to **FatJar** or **War**.
|
|
1429
1582
|
*
|
|
1430
1583
|
* @example
|
|
1431
1584
|
* 1.0
|
|
@@ -1433,7 +1586,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1433
1586
|
packageVersion?: string;
|
|
1434
1587
|
/**
|
|
1435
1588
|
* @remarks
|
|
1436
|
-
* The version
|
|
1589
|
+
* The PHP version on which the PHP deployment package depends. Images are not supported.
|
|
1437
1590
|
*
|
|
1438
1591
|
* @example
|
|
1439
1592
|
* PHP-FPM 7.0
|
|
@@ -1441,9 +1594,9 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1441
1594
|
php?: string;
|
|
1442
1595
|
/**
|
|
1443
1596
|
* @remarks
|
|
1444
|
-
* The path
|
|
1597
|
+
* The mount path for PHP application monitoring. Make sure that the PHP server loads the configuration file from this path.
|
|
1445
1598
|
*
|
|
1446
|
-
*
|
|
1599
|
+
* You do not need to manage the configuration content. SAE automatically renders the correct configuration file.
|
|
1447
1600
|
*
|
|
1448
1601
|
* @example
|
|
1449
1602
|
* /usr/local/etc/php/conf.d/arms.ini
|
|
@@ -1451,7 +1604,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1451
1604
|
phpArmsConfigLocation?: string;
|
|
1452
1605
|
/**
|
|
1453
1606
|
* @remarks
|
|
1454
|
-
* The
|
|
1607
|
+
* The content of the PHP configuration file.
|
|
1455
1608
|
*
|
|
1456
1609
|
* @example
|
|
1457
1610
|
* k1=v1
|
|
@@ -1459,7 +1612,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1459
1612
|
phpConfig?: string;
|
|
1460
1613
|
/**
|
|
1461
1614
|
* @remarks
|
|
1462
|
-
* The path
|
|
1615
|
+
* The mount path of the PHP application startup configuration. Make sure that the PHP server uses this configuration file for startup.
|
|
1463
1616
|
*
|
|
1464
1617
|
* @example
|
|
1465
1618
|
* /usr/local/etc/php/php.ini
|
|
@@ -1467,7 +1620,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1467
1620
|
phpConfigLocation?: string;
|
|
1468
1621
|
/**
|
|
1469
1622
|
* @remarks
|
|
1470
|
-
* The script that is run immediately after the container is
|
|
1623
|
+
* 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"\\]}}`
|
|
1471
1624
|
*
|
|
1472
1625
|
* @example
|
|
1473
1626
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -1475,7 +1628,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1475
1628
|
postStart?: string;
|
|
1476
1629
|
/**
|
|
1477
1630
|
* @remarks
|
|
1478
|
-
* The script that is run before the container is
|
|
1631
|
+
* The script that is run before the container stops. A script is triggered before the container is deleted. Format: `{"exec":{"command":["cat","/etc/group"\\]}}`
|
|
1479
1632
|
*
|
|
1480
1633
|
* @example
|
|
1481
1634
|
* {"exec":{"command":["cat","/etc/group"]}}
|
|
@@ -1483,11 +1636,11 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1483
1636
|
preStop?: string;
|
|
1484
1637
|
/**
|
|
1485
1638
|
* @remarks
|
|
1486
|
-
* The programming language
|
|
1639
|
+
* The programming language of the technology stack used to create the application. Valid values:
|
|
1487
1640
|
*
|
|
1488
|
-
*
|
|
1489
|
-
*
|
|
1490
|
-
*
|
|
1641
|
+
* - **java**: Java.
|
|
1642
|
+
* - **php**: PHP.
|
|
1643
|
+
* - **other**: Other languages, such as Python, C++, Go, .NET, and Node.js.
|
|
1491
1644
|
*
|
|
1492
1645
|
* @example
|
|
1493
1646
|
* java
|
|
@@ -1495,10 +1648,10 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1495
1648
|
programmingLanguage?: string;
|
|
1496
1649
|
/**
|
|
1497
1650
|
* @remarks
|
|
1498
|
-
*
|
|
1651
|
+
* Enables K8s Service-based service registration and discovery.
|
|
1499
1652
|
*
|
|
1500
1653
|
* @example
|
|
1501
|
-
* {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
|
|
1654
|
+
* { "serviceName": "bwm-poc-sc-gateway-cn-beijing-front", "namespaceId": "cn-beijing:front", "portAndProtocol": { "18012": "TCP" }, "portProtocols": [ { "port": "18012", "protocol": "TCP" } ], "enable": true }
|
|
1502
1655
|
*/
|
|
1503
1656
|
pvtzDiscovery?: string;
|
|
1504
1657
|
/**
|
|
@@ -1511,17 +1664,18 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1511
1664
|
python?: string;
|
|
1512
1665
|
/**
|
|
1513
1666
|
* @remarks
|
|
1514
|
-
* The
|
|
1667
|
+
* 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.
|
|
1515
1668
|
*
|
|
1516
1669
|
* @example
|
|
1517
1670
|
* Flask==2.0
|
|
1518
1671
|
*/
|
|
1519
1672
|
pythonModules?: string;
|
|
1673
|
+
raspConfig?: DescribeApplicationConfigResponseBodyDataRaspConfig[];
|
|
1520
1674
|
/**
|
|
1521
1675
|
* @remarks
|
|
1522
|
-
* The
|
|
1676
|
+
* 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.
|
|
1523
1677
|
*
|
|
1524
|
-
* >
|
|
1678
|
+
* > You can select only one method for health checks.
|
|
1525
1679
|
*
|
|
1526
1680
|
* @example
|
|
1527
1681
|
* {"exec":{"command":["curl http://localhost:8080"]},"initialDelaySeconds":20,"timeoutSeconds":5}
|
|
@@ -1529,7 +1683,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1529
1683
|
readiness?: string;
|
|
1530
1684
|
/**
|
|
1531
1685
|
* @remarks
|
|
1532
|
-
* The ID
|
|
1686
|
+
* The region ID.
|
|
1533
1687
|
*
|
|
1534
1688
|
* @example
|
|
1535
1689
|
* cn-beijing
|
|
@@ -1545,7 +1699,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1545
1699
|
replicas?: number;
|
|
1546
1700
|
/**
|
|
1547
1701
|
* @remarks
|
|
1548
|
-
* The type
|
|
1702
|
+
* The resource type. Only `application` is supported.
|
|
1549
1703
|
*
|
|
1550
1704
|
* @example
|
|
1551
1705
|
* application
|
|
@@ -1553,12 +1707,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1553
1707
|
resourceType?: string;
|
|
1554
1708
|
/**
|
|
1555
1709
|
* @remarks
|
|
1556
|
-
* Secret mount description.
|
|
1710
|
+
* The Secret mount description.
|
|
1557
1711
|
*/
|
|
1558
1712
|
secretMountDesc?: DescribeApplicationConfigResponseBodyDataSecretMountDesc[];
|
|
1559
1713
|
/**
|
|
1560
1714
|
* @remarks
|
|
1561
|
-
* The
|
|
1715
|
+
* The security group ID.
|
|
1562
1716
|
*
|
|
1563
1717
|
* @example
|
|
1564
1718
|
* sg-wz969ngg2e49q5i4****
|
|
@@ -1566,39 +1720,43 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1566
1720
|
securityGroupId?: string;
|
|
1567
1721
|
/**
|
|
1568
1722
|
* @remarks
|
|
1569
|
-
* The canary
|
|
1723
|
+
* The canary release tags configured for the application.
|
|
1570
1724
|
*/
|
|
1571
1725
|
serviceTags?: { [key: string]: string };
|
|
1572
1726
|
/**
|
|
1573
1727
|
* @remarks
|
|
1574
|
-
* The
|
|
1728
|
+
* The sidecar container configuration.
|
|
1575
1729
|
*/
|
|
1576
1730
|
sidecarContainersConfig?: DescribeApplicationConfigResponseBodyDataSidecarContainersConfig[];
|
|
1577
1731
|
/**
|
|
1578
1732
|
* @remarks
|
|
1579
|
-
* The
|
|
1733
|
+
* The settings for log collection to Simple Log Service (SLS).
|
|
1580
1734
|
*
|
|
1581
|
-
*
|
|
1582
|
-
*
|
|
1735
|
+
* - To use SLS resources that are automatically created by Serverless App Engine (SAE): `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
|
|
1736
|
+
* - To use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
|
|
1583
1737
|
*
|
|
1584
|
-
*
|
|
1738
|
+
* Parameter descriptions:
|
|
1585
1739
|
*
|
|
1586
|
-
*
|
|
1587
|
-
*
|
|
1588
|
-
*
|
|
1589
|
-
*
|
|
1590
|
-
*
|
|
1740
|
+
* - **projectName**: The name of the project in SLS.
|
|
1741
|
+
* - **logDir**: The log path.
|
|
1742
|
+
* - **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.
|
|
1743
|
+
* - **logstoreName**: The name of the Logstore in SLS.
|
|
1744
|
+
* - **logtailName**: The name of the Logtail in SLS. If this parameter is not specified, a new Logtail is created through automatic creation.
|
|
1591
1745
|
*
|
|
1592
|
-
* If
|
|
1746
|
+
* 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 "").
|
|
1593
1747
|
*
|
|
1594
1748
|
* @example
|
|
1595
1749
|
* [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
|
|
1596
1750
|
*/
|
|
1597
1751
|
slsConfigs?: string;
|
|
1752
|
+
/**
|
|
1753
|
+
* @remarks
|
|
1754
|
+
* sls log env tags
|
|
1755
|
+
*/
|
|
1598
1756
|
slsLogEnvTags?: string;
|
|
1599
1757
|
/**
|
|
1600
1758
|
* @remarks
|
|
1601
|
-
*
|
|
1759
|
+
* The startup probe of the application.
|
|
1602
1760
|
*
|
|
1603
1761
|
* @example
|
|
1604
1762
|
* {\\"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\\"]}}
|
|
@@ -1606,7 +1764,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1606
1764
|
startupProbe?: string;
|
|
1607
1765
|
/**
|
|
1608
1766
|
* @remarks
|
|
1609
|
-
*
|
|
1767
|
+
* Configures K8s Service-based service registration and discovery with end-to-end canary release.
|
|
1610
1768
|
*
|
|
1611
1769
|
* @example
|
|
1612
1770
|
* {\\"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\\"}
|
|
@@ -1614,12 +1772,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1614
1772
|
swimlanePvtzDiscovery?: string;
|
|
1615
1773
|
/**
|
|
1616
1774
|
* @remarks
|
|
1617
|
-
* The
|
|
1775
|
+
* The tag information.
|
|
1618
1776
|
*/
|
|
1619
1777
|
tags?: DescribeApplicationConfigResponseBodyDataTags[];
|
|
1620
1778
|
/**
|
|
1621
1779
|
* @remarks
|
|
1622
|
-
* The timeout period
|
|
1780
|
+
* The graceful shutdown timeout period. Default value: 30. Unit: seconds. Valid values: 1 to 300.
|
|
1623
1781
|
*
|
|
1624
1782
|
* @example
|
|
1625
1783
|
* 10
|
|
@@ -1635,13 +1793,13 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1635
1793
|
timezone?: string;
|
|
1636
1794
|
/**
|
|
1637
1795
|
* @remarks
|
|
1638
|
-
* The Tomcat configuration.
|
|
1796
|
+
* The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration:
|
|
1639
1797
|
*
|
|
1640
|
-
*
|
|
1641
|
-
*
|
|
1642
|
-
*
|
|
1643
|
-
*
|
|
1644
|
-
*
|
|
1798
|
+
* - **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.
|
|
1799
|
+
* - **contextPath**: The access path. Default value: root directory "/".
|
|
1800
|
+
* - **maxThreads**: The maximum number of connections in the connection pool. Default value: 400.
|
|
1801
|
+
* - **uriEncoding**: The encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
|
|
1802
|
+
* - **useBodyEncoding**: Specifies whether to use **BodyEncoding for URL**. Default value: **true**.
|
|
1645
1803
|
*
|
|
1646
1804
|
* @example
|
|
1647
1805
|
* {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
|
|
@@ -1649,23 +1807,22 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1649
1807
|
tomcatConfig?: string;
|
|
1650
1808
|
/**
|
|
1651
1809
|
* @remarks
|
|
1652
|
-
* The deployment policy.
|
|
1653
|
-
*
|
|
1654
|
-
* * 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}}`.
|
|
1655
|
-
* * 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}}`.
|
|
1656
|
-
* * 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}}`
|
|
1657
|
-
*
|
|
1658
|
-
* The following parameters are involved:
|
|
1810
|
+
* 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:
|
|
1659
1811
|
*
|
|
1660
|
-
*
|
|
1812
|
+
* - 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}}`
|
|
1813
|
+
*
|
|
1814
|
+
* - Canary release of 1 instance + 2 subsequent batches + manual batching: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`
|
|
1661
1815
|
*
|
|
1662
|
-
*
|
|
1816
|
+
* - 2 batches + automatic batching + 0-minute batch interval: `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
|
|
1663
1817
|
*
|
|
1664
|
-
*
|
|
1665
|
-
* * **releaseType**: the processing method for the batches. Valid values: **auto** and **manual**.
|
|
1666
|
-
* * **batchWaitTime**: the interval between release batches. Unit: seconds.
|
|
1818
|
+
* Parameter descriptions:
|
|
1667
1819
|
*
|
|
1668
|
-
*
|
|
1820
|
+
* - **type**: The release policy type. Valid values: **GrayBatchUpdate** (grayscale batch release) and **BatchUpdate** (batch release).
|
|
1821
|
+
* - **batchUpdate**: The batch release policy.
|
|
1822
|
+
* - **batch**: The number of release batches.
|
|
1823
|
+
* - **releaseType**: The processing method between batches. Valid values: **auto** (automatic) and **manual** (manual).
|
|
1824
|
+
* - **batchWaitTime**: The interval between deployments within a batch, in seconds.
|
|
1825
|
+
* - **grayUpdate**: The remaining batches after grayscale release. This parameter is required when **type** is set to **GrayBatchUpdate**.
|
|
1669
1826
|
*
|
|
1670
1827
|
* @example
|
|
1671
1828
|
* {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
|
|
@@ -1673,7 +1830,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1673
1830
|
updateStrategy?: string;
|
|
1674
1831
|
/**
|
|
1675
1832
|
* @remarks
|
|
1676
|
-
*
|
|
1833
|
+
* vSwitch ID。
|
|
1677
1834
|
*
|
|
1678
1835
|
* @example
|
|
1679
1836
|
* vsw-2ze559r1z1bpwqxwp****
|
|
@@ -1681,7 +1838,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1681
1838
|
vSwitchId?: string;
|
|
1682
1839
|
/**
|
|
1683
1840
|
* @remarks
|
|
1684
|
-
*
|
|
1841
|
+
* VPC ID。
|
|
1685
1842
|
*
|
|
1686
1843
|
* @example
|
|
1687
1844
|
* vpc-2ze0i263cnn311nvj****
|
|
@@ -1689,7 +1846,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1689
1846
|
vpcId?: string;
|
|
1690
1847
|
/**
|
|
1691
1848
|
* @remarks
|
|
1692
|
-
* The
|
|
1849
|
+
* 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`.
|
|
1693
1850
|
*
|
|
1694
1851
|
* @example
|
|
1695
1852
|
* custom-option
|
|
@@ -1697,12 +1854,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1697
1854
|
warStartOptions?: string;
|
|
1698
1855
|
/**
|
|
1699
1856
|
* @remarks
|
|
1700
|
-
* The
|
|
1857
|
+
* The Tomcat version on which the deployment package depends. Valid values:
|
|
1701
1858
|
*
|
|
1702
|
-
*
|
|
1703
|
-
*
|
|
1859
|
+
* - **apache-tomcat-7.0.91**
|
|
1860
|
+
* - **apache-tomcat-8.5.42**
|
|
1704
1861
|
*
|
|
1705
|
-
* This parameter is not
|
|
1862
|
+
* This parameter is not supported when **Package Type** is set to **Image**.
|
|
1706
1863
|
*
|
|
1707
1864
|
* @example
|
|
1708
1865
|
* apache-tomcat-7.0.91
|
|
@@ -1791,6 +1948,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1791
1948
|
pvtzDiscovery: 'PvtzDiscovery',
|
|
1792
1949
|
python: 'Python',
|
|
1793
1950
|
pythonModules: 'PythonModules',
|
|
1951
|
+
raspConfig: 'RaspConfig',
|
|
1794
1952
|
readiness: 'Readiness',
|
|
1795
1953
|
regionId: 'RegionId',
|
|
1796
1954
|
replicas: 'Replicas',
|
|
@@ -1898,6 +2056,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1898
2056
|
pvtzDiscovery: 'string',
|
|
1899
2057
|
python: 'string',
|
|
1900
2058
|
pythonModules: 'string',
|
|
2059
|
+
raspConfig: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataRaspConfig },
|
|
1901
2060
|
readiness: 'string',
|
|
1902
2061
|
regionId: 'string',
|
|
1903
2062
|
replicas: 'number',
|
|
@@ -1941,6 +2100,9 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1941
2100
|
if(Array.isArray(this.ossMountDescs)) {
|
|
1942
2101
|
$dara.Model.validateArray(this.ossMountDescs);
|
|
1943
2102
|
}
|
|
2103
|
+
if(Array.isArray(this.raspConfig)) {
|
|
2104
|
+
$dara.Model.validateArray(this.raspConfig);
|
|
2105
|
+
}
|
|
1944
2106
|
if(Array.isArray(this.secretMountDesc)) {
|
|
1945
2107
|
$dara.Model.validateArray(this.secretMountDesc);
|
|
1946
2108
|
}
|
|
@@ -1964,12 +2126,12 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
1964
2126
|
export class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
1965
2127
|
/**
|
|
1966
2128
|
* @remarks
|
|
1967
|
-
* The
|
|
2129
|
+
* The API status or POP error code. Valid values:
|
|
1968
2130
|
*
|
|
1969
|
-
*
|
|
1970
|
-
*
|
|
1971
|
-
*
|
|
1972
|
-
*
|
|
2131
|
+
* - **2xx**: success.
|
|
2132
|
+
* - **3xx**: redirection.
|
|
2133
|
+
* - **4xx**: request error.
|
|
2134
|
+
* - **5xx**: server error.
|
|
1973
2135
|
*
|
|
1974
2136
|
* @example
|
|
1975
2137
|
* 200
|
|
@@ -1977,23 +2139,20 @@ export class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
1977
2139
|
code?: string;
|
|
1978
2140
|
/**
|
|
1979
2141
|
* @remarks
|
|
1980
|
-
* The information
|
|
2142
|
+
* The application information.
|
|
1981
2143
|
*/
|
|
1982
2144
|
data?: DescribeApplicationConfigResponseBodyData;
|
|
1983
2145
|
/**
|
|
1984
2146
|
* @remarks
|
|
1985
|
-
* The
|
|
1986
|
-
*
|
|
1987
|
-
* * If the call is successful, the **ErrorCode** parameter is not returned.
|
|
1988
|
-
* * If the call fails, the **ErrorCode** parameter is returned. For more information, see the "**Error codes**" section of this topic.
|
|
2147
|
+
* The error code. Valid values:
|
|
1989
2148
|
*
|
|
1990
|
-
*
|
|
1991
|
-
*
|
|
2149
|
+
* - If the request is successful, the **ErrorCode** field is not returned.
|
|
2150
|
+
* - If the request fails, the **ErrorCode** field is returned. For more information, see the **Error codes** section in this topic.
|
|
1992
2151
|
*/
|
|
1993
2152
|
errorCode?: string;
|
|
1994
2153
|
/**
|
|
1995
2154
|
* @remarks
|
|
1996
|
-
* The
|
|
2155
|
+
* The additional information about the call result.
|
|
1997
2156
|
*
|
|
1998
2157
|
* @example
|
|
1999
2158
|
* success
|
|
@@ -2001,7 +2160,7 @@ export class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
2001
2160
|
message?: string;
|
|
2002
2161
|
/**
|
|
2003
2162
|
* @remarks
|
|
2004
|
-
* The ID
|
|
2163
|
+
* The request ID.
|
|
2005
2164
|
*
|
|
2006
2165
|
* @example
|
|
2007
2166
|
* 01CF26C7-00A3-4AA6-BA76-7E95F2A3****
|
|
@@ -2009,10 +2168,10 @@ export class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
2009
2168
|
requestId?: string;
|
|
2010
2169
|
/**
|
|
2011
2170
|
* @remarks
|
|
2012
|
-
* Indicates whether the
|
|
2171
|
+
* Indicates whether the application configuration information is retrieved. Valid values:
|
|
2013
2172
|
*
|
|
2014
|
-
*
|
|
2015
|
-
*
|
|
2173
|
+
* - **true**: Retrieved.
|
|
2174
|
+
* - **false**: Failed to retrieve.
|
|
2016
2175
|
*
|
|
2017
2176
|
* @example
|
|
2018
2177
|
* true
|
|
@@ -2020,7 +2179,7 @@ export class DescribeApplicationConfigResponseBody extends $dara.Model {
|
|
|
2020
2179
|
success?: boolean;
|
|
2021
2180
|
/**
|
|
2022
2181
|
* @remarks
|
|
2023
|
-
* The trace ID
|
|
2182
|
+
* The trace ID, which is used to query the details of a call.
|
|
2024
2183
|
*
|
|
2025
2184
|
* @example
|
|
2026
2185
|
* ac1a0b2215622246421415014e****
|