@alicloud/cs20151215 6.6.3 → 6.6.5
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 +202 -124
- package/dist/client.js +202 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +274 -180
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +58 -54
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +202 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +125 -25
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +276 -180
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
- package/src/models/model.ts +2 -0
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListAutoRepairPoliciesResponseBodyItemsRulesIncidents extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The incident name.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* Node.FaultNeedReboot.HOST
|
|
9
12
|
*/
|
|
10
13
|
name?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The diagnosis type.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* system
|
|
14
20
|
*/
|
|
@@ -38,11 +44,17 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesIncidents extends $dara
|
|
|
38
44
|
|
|
39
45
|
export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
|
|
40
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* The key of the label.
|
|
49
|
+
*
|
|
41
50
|
* @example
|
|
42
51
|
* k8s.aliyun.com/incident
|
|
43
52
|
*/
|
|
44
53
|
key?: string;
|
|
45
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* The value of the label.
|
|
57
|
+
*
|
|
46
58
|
* @example
|
|
47
59
|
* approved
|
|
48
60
|
*/
|
|
@@ -72,11 +84,17 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
|
|
|
72
84
|
|
|
73
85
|
export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
|
|
74
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The key of the label.
|
|
89
|
+
*
|
|
75
90
|
* @example
|
|
76
91
|
* k8s.aliyun.com/incident
|
|
77
92
|
*/
|
|
78
93
|
key?: string;
|
|
79
94
|
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* The value of the label.
|
|
97
|
+
*
|
|
80
98
|
* @example
|
|
81
99
|
* inquiring
|
|
82
100
|
*/
|
|
@@ -105,14 +123,28 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
|
|
|
105
123
|
}
|
|
106
124
|
|
|
107
125
|
export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureIntervention extends $dara.Model {
|
|
126
|
+
/**
|
|
127
|
+
* @remarks
|
|
128
|
+
* The configuration for the approval label. Applying this label to the node authorizes Container Service for Kubernetes (ACK) to execute the action for this repair step. After the step is complete, ACK automatically removes both the inquiry and approval labels. If the approval label is not applied promptly, the repair process will not proceed, and the node may remain in an unhealthy state.
|
|
129
|
+
*/
|
|
108
130
|
approvedLabel?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionApprovedLabel;
|
|
109
131
|
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* Determines whether manual approval is required for the repair step.
|
|
134
|
+
*
|
|
110
135
|
* @example
|
|
111
136
|
* true
|
|
112
137
|
*/
|
|
113
138
|
enable?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* The configuration for the authorization inquiry label. When this repair step starts, Container Service for Kubernetes (ACK) applies this label to the node and pauses, awaiting approval before executing the step\\"s action.
|
|
142
|
+
*/
|
|
114
143
|
inquiringLabel?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionInquiringLabel;
|
|
115
144
|
/**
|
|
145
|
+
* @remarks
|
|
146
|
+
* The manual approval type.
|
|
147
|
+
*
|
|
116
148
|
* @example
|
|
117
149
|
* label
|
|
118
150
|
*/
|
|
@@ -151,9 +183,20 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
|
|
|
151
183
|
}
|
|
152
184
|
|
|
153
185
|
export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure extends $dara.Model {
|
|
186
|
+
/**
|
|
187
|
+
* @remarks
|
|
188
|
+
* The configuration parameters for the procedure step.
|
|
189
|
+
*/
|
|
154
190
|
config?: { [key: string]: any };
|
|
191
|
+
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* The manual intervention settings for this procedure step.
|
|
194
|
+
*/
|
|
155
195
|
intervention?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureIntervention;
|
|
156
196
|
/**
|
|
197
|
+
* @remarks
|
|
198
|
+
* The name of the procedure step.
|
|
199
|
+
*
|
|
157
200
|
* @example
|
|
158
201
|
* QuarantineGPU
|
|
159
202
|
*/
|
|
@@ -190,7 +233,15 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure extends
|
|
|
190
233
|
}
|
|
191
234
|
|
|
192
235
|
export class ListAutoRepairPoliciesResponseBodyItemsRules extends $dara.Model {
|
|
236
|
+
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* A list of identified incidents.
|
|
239
|
+
*/
|
|
193
240
|
incidents?: ListAutoRepairPoliciesResponseBodyItemsRulesIncidents[];
|
|
241
|
+
/**
|
|
242
|
+
* @remarks
|
|
243
|
+
* The repair procedure.
|
|
244
|
+
*/
|
|
194
245
|
repairProcedure?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure[];
|
|
195
246
|
static names(): { [key: string]: string } {
|
|
196
247
|
return {
|
|
@@ -223,26 +274,46 @@ export class ListAutoRepairPoliciesResponseBodyItemsRules extends $dara.Model {
|
|
|
223
274
|
|
|
224
275
|
export class ListAutoRepairPoliciesResponseBodyItems extends $dara.Model {
|
|
225
276
|
/**
|
|
277
|
+
* @remarks
|
|
278
|
+
* The ID of the auto-repair rule.
|
|
279
|
+
*
|
|
226
280
|
* @example
|
|
227
281
|
* r-xxxxx
|
|
228
282
|
*/
|
|
229
283
|
id?: string;
|
|
230
284
|
/**
|
|
285
|
+
* @remarks
|
|
286
|
+
* The name of the auto-repair rule.
|
|
287
|
+
*
|
|
231
288
|
* @example
|
|
232
289
|
* test
|
|
233
290
|
*/
|
|
234
291
|
name?: string;
|
|
292
|
+
/**
|
|
293
|
+
* @remarks
|
|
294
|
+
* The IDs of the resources that the auto-repair rule affects.
|
|
295
|
+
*/
|
|
235
296
|
resourceIds?: string[];
|
|
236
297
|
/**
|
|
298
|
+
* @remarks
|
|
299
|
+
* The resource sub-type that the auto-repair rule affects.
|
|
300
|
+
*
|
|
237
301
|
* @example
|
|
238
302
|
* ess
|
|
239
303
|
*/
|
|
240
304
|
resourceSubType?: string;
|
|
241
305
|
/**
|
|
306
|
+
* @remarks
|
|
307
|
+
* The resource type that the auto-repair rule affects.
|
|
308
|
+
*
|
|
242
309
|
* @example
|
|
243
310
|
* nodepool
|
|
244
311
|
*/
|
|
245
312
|
resourceType?: string;
|
|
313
|
+
/**
|
|
314
|
+
* @remarks
|
|
315
|
+
* A list of auto-repair sub-rules.
|
|
316
|
+
*/
|
|
246
317
|
rules?: ListAutoRepairPoliciesResponseBodyItemsRules[];
|
|
247
318
|
static names(): { [key: string]: string } {
|
|
248
319
|
return {
|
|
@@ -282,6 +353,10 @@ export class ListAutoRepairPoliciesResponseBodyItems extends $dara.Model {
|
|
|
282
353
|
}
|
|
283
354
|
|
|
284
355
|
export class ListAutoRepairPoliciesResponseBody extends $dara.Model {
|
|
356
|
+
/**
|
|
357
|
+
* @remarks
|
|
358
|
+
* A list of auto-repair rules.
|
|
359
|
+
*/
|
|
285
360
|
items?: ListAutoRepairPoliciesResponseBodyItems[];
|
|
286
361
|
static names(): { [key: string]: string } {
|
|
287
362
|
return {
|
|
@@ -16,7 +16,7 @@ export class ListClusterChecksResponseBodyChecks extends $dara.Model {
|
|
|
16
16
|
* The time when the cluster check task was created.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
|
-
*
|
|
19
|
+
* 2025-04-11T02:56:02.565982623Z
|
|
20
20
|
*/
|
|
21
21
|
createdAt?: string;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ export class ListClusterChecksResponseBodyChecks extends $dara.Model {
|
|
|
24
24
|
* The time when the cluster check task was completed.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
|
-
*
|
|
27
|
+
* 2025-04-11T02:56:18.881054031Z
|
|
28
28
|
*/
|
|
29
29
|
finishedAt?: string;
|
|
30
30
|
/**
|
|
@@ -3,6 +3,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListClusterKubeconfigStatesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Whether to query the KubeConfig list of service roles for cloud products within the cluster.
|
|
9
|
+
*
|
|
10
|
+
* - true: Query the KubeConfig list of service roles for cloud products within the cluster.
|
|
11
|
+
* - false: Query the KubeConfig list of Resource Access Management (RAM) users or roles within the cluster.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* true
|
|
15
|
+
*/
|
|
6
16
|
cloudServiceKubeConfig?: boolean;
|
|
7
17
|
/**
|
|
8
18
|
* @remarks
|
|
@@ -53,9 +53,37 @@ export class ListClusterKubeconfigStatesResponseBodyPage extends $dara.Model {
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
export class ListClusterKubeconfigStatesResponseBodyStatesCloudServiceRoles extends $dara.Model {
|
|
56
|
+
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* Indicates whether the content matches the default cluster role template.
|
|
59
|
+
*
|
|
60
|
+
* - true: Matches
|
|
61
|
+
* - false: Does not match
|
|
62
|
+
*/
|
|
56
63
|
isDefaultTemplate?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* Name of the cluster role associated with the cluster cloud product service role.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* cluster-admin
|
|
70
|
+
*/
|
|
57
71
|
roleName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* Namespace of the cluster role associated with the cluster cloud product service role.
|
|
75
|
+
*
|
|
76
|
+
* @example
|
|
77
|
+
* kube-system
|
|
78
|
+
*/
|
|
58
79
|
roleNamespace?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @remarks
|
|
82
|
+
* The type of the cluster role associated with the cloud service role of the cluster.
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* ClusterRole
|
|
86
|
+
*/
|
|
59
87
|
type?: string;
|
|
60
88
|
static names(): { [key: string]: string } {
|
|
61
89
|
return {
|
|
@@ -153,7 +181,18 @@ export class ListClusterKubeconfigStatesResponseBodyStates extends $dara.Model {
|
|
|
153
181
|
* Expired
|
|
154
182
|
*/
|
|
155
183
|
certState?: string;
|
|
184
|
+
/**
|
|
185
|
+
* @remarks
|
|
186
|
+
* Cloud service name.
|
|
187
|
+
*
|
|
188
|
+
* @example
|
|
189
|
+
* cs/ecs/sls
|
|
190
|
+
*/
|
|
156
191
|
cloudServiceName?: string;
|
|
192
|
+
/**
|
|
193
|
+
* @remarks
|
|
194
|
+
* List of cluster roles associated with the cluster cloud product service roles.
|
|
195
|
+
*/
|
|
157
196
|
cloudServiceRoles?: ListClusterKubeconfigStatesResponseBodyStatesCloudServiceRoles[];
|
|
158
197
|
/**
|
|
159
198
|
* @remarks
|
|
@@ -4,16 +4,25 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListOperationPlansForRegionRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Filter by cluster ID.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* c02b3e03be10643e8a644a843ffcb****
|
|
9
12
|
*/
|
|
10
13
|
clusterId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Filter by execution plan status.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* Scheduled
|
|
14
20
|
*/
|
|
15
21
|
state?: string;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Filter by execution plan type.
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* CLUSTER_UPGRADE_MASTER
|
|
19
28
|
*/
|
|
@@ -3,7 +3,21 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ListOperationPlansForRegionResponseBodyPlansStateReason extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Code.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* CanceledByUser
|
|
12
|
+
*/
|
|
6
13
|
code?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Message.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* plan has been canceled by user
|
|
20
|
+
*/
|
|
7
21
|
message?: string;
|
|
8
22
|
static names(): { [key: string]: string } {
|
|
9
23
|
return {
|
|
@@ -30,52 +44,86 @@ export class ListOperationPlansForRegionResponseBodyPlansStateReason extends $da
|
|
|
30
44
|
|
|
31
45
|
export class ListOperationPlansForRegionResponseBodyPlans extends $dara.Model {
|
|
32
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* Cluster ID.
|
|
49
|
+
*
|
|
33
50
|
* @example
|
|
34
51
|
* c29ced64b3dfe4f33b57ca0aa9f68****
|
|
35
52
|
*/
|
|
36
53
|
clusterId?: string;
|
|
37
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* Creation Time of the execution plan.
|
|
57
|
+
*
|
|
38
58
|
* @example
|
|
39
59
|
* 2023-11-21T20:01:22+08:00
|
|
40
60
|
*/
|
|
41
61
|
created?: string;
|
|
42
62
|
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* Expected End Time of execution.
|
|
65
|
+
*
|
|
43
66
|
* @example
|
|
44
67
|
* 2023-11-22T18:00:00+08:00
|
|
45
68
|
*/
|
|
46
69
|
endTime?: string;
|
|
47
70
|
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* Execution plan ID.
|
|
73
|
+
*
|
|
48
74
|
* @example
|
|
49
75
|
* P-655c9c127e0e6603ef00****
|
|
50
76
|
*/
|
|
51
77
|
planId?: string;
|
|
52
78
|
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* Expected start time.
|
|
81
|
+
*
|
|
53
82
|
* @example
|
|
54
83
|
* 2023-11-22T15:18:00+08:00
|
|
55
84
|
*/
|
|
56
85
|
startTime?: string;
|
|
57
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* Status.
|
|
89
|
+
*
|
|
58
90
|
* @example
|
|
59
91
|
* Scheduled
|
|
60
92
|
*/
|
|
61
93
|
state?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* Status reason.
|
|
97
|
+
*/
|
|
62
98
|
stateReason?: ListOperationPlansForRegionResponseBodyPlansStateReason;
|
|
63
99
|
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* ID of the execution Target.
|
|
102
|
+
*
|
|
64
103
|
* @example
|
|
65
104
|
* c29ced64b3dfe4f33b57ca0aa9f68****
|
|
66
105
|
*/
|
|
67
106
|
targetId?: string;
|
|
68
107
|
/**
|
|
108
|
+
* @remarks
|
|
109
|
+
* Type of the execution Target.
|
|
110
|
+
*
|
|
69
111
|
* @example
|
|
70
112
|
* cluster
|
|
71
113
|
*/
|
|
72
114
|
targetType?: string;
|
|
73
115
|
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* Job ID generated by the execution plan.
|
|
118
|
+
*
|
|
74
119
|
* @example
|
|
75
120
|
* T-681ac448b23ced010600****
|
|
76
121
|
*/
|
|
77
122
|
taskId?: string;
|
|
78
123
|
/**
|
|
124
|
+
* @remarks
|
|
125
|
+
* Type.
|
|
126
|
+
*
|
|
79
127
|
* @example
|
|
80
128
|
* CLUSTER_UPGRADE_MASTER
|
|
81
129
|
*/
|
|
@@ -125,6 +173,10 @@ export class ListOperationPlansForRegionResponseBodyPlans extends $dara.Model {
|
|
|
125
173
|
}
|
|
126
174
|
|
|
127
175
|
export class ListOperationPlansForRegionResponseBody extends $dara.Model {
|
|
176
|
+
/**
|
|
177
|
+
* @remarks
|
|
178
|
+
* List of execution plans.
|
|
179
|
+
*/
|
|
128
180
|
plans?: ListOperationPlansForRegionResponseBodyPlans[];
|
|
129
181
|
static names(): { [key: string]: string } {
|
|
130
182
|
return {
|
|
@@ -58,7 +58,7 @@ export class ListUserKubeConfigStatesResponseBodyStates extends $dara.Model {
|
|
|
58
58
|
* The expiration date of the certificate used in a kubeconfig file. Format: the UTC time in the RFC3339 format.
|
|
59
59
|
*
|
|
60
60
|
* @example
|
|
61
|
-
*
|
|
61
|
+
* 2028-04-09T06:20:47Z
|
|
62
62
|
*/
|
|
63
63
|
certExpireTime?: string;
|
|
64
64
|
/**
|
|
@@ -35,7 +35,7 @@ export class MaintenanceWindow extends $dara.Model {
|
|
|
35
35
|
* The start time of the cluster maintenance window. The value follows a standard time format in Golang. Example: 15:04:05Z.
|
|
36
36
|
*
|
|
37
37
|
* @example
|
|
38
|
-
*
|
|
38
|
+
* 2020-10-15T12:31:00.000+08:00
|
|
39
39
|
*/
|
|
40
40
|
maintenanceTime?: string;
|
|
41
41
|
/**
|
|
@@ -8,7 +8,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
|
|
|
8
8
|
* The cluster ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
|
-
*
|
|
11
|
+
* c21e0591548ba4c10bdb535d657******
|
|
12
12
|
*/
|
|
13
13
|
clusterId?: string;
|
|
14
14
|
/**
|
|
@@ -16,7 +16,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
|
|
|
16
16
|
* The request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
|
-
*
|
|
19
|
+
* 687C5BAA-D103-4993-884B-C35E43******
|
|
20
20
|
*/
|
|
21
21
|
requestId?: string;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
|
|
|
24
24
|
* The task ID.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
|
-
* T-
|
|
27
|
+
* T-62ccd14aacb8db06ca******
|
|
28
28
|
*/
|
|
29
29
|
taskId?: string;
|
|
30
30
|
static names(): { [key: string]: string } {
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ModifyAutoRepairPolicyRequestRulesIncidents extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The incident name.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* Node.FaultNeedReboot.HOST
|
|
9
12
|
*/
|
|
10
13
|
name?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The incident type.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* system
|
|
14
20
|
*/
|
|
@@ -38,11 +44,17 @@ export class ModifyAutoRepairPolicyRequestRulesIncidents extends $dara.Model {
|
|
|
38
44
|
|
|
39
45
|
export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
|
|
40
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* The label `key`.
|
|
49
|
+
*
|
|
41
50
|
* @example
|
|
42
51
|
* k8s.aliyun.com/incident
|
|
43
52
|
*/
|
|
44
53
|
key?: string;
|
|
45
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* The label `value`.
|
|
57
|
+
*
|
|
46
58
|
* @example
|
|
47
59
|
* approved
|
|
48
60
|
*/
|
|
@@ -72,11 +84,17 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprov
|
|
|
72
84
|
|
|
73
85
|
export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
|
|
74
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The label `key`.
|
|
89
|
+
*
|
|
75
90
|
* @example
|
|
76
91
|
* k8s.aliyun.com/incident
|
|
77
92
|
*/
|
|
78
93
|
key?: string;
|
|
79
94
|
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* The label `value`.
|
|
97
|
+
*
|
|
80
98
|
* @example
|
|
81
99
|
* inquiring
|
|
82
100
|
*/
|
|
@@ -105,14 +123,28 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquir
|
|
|
105
123
|
}
|
|
106
124
|
|
|
107
125
|
export class ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention extends $dara.Model {
|
|
126
|
+
/**
|
|
127
|
+
* @remarks
|
|
128
|
+
* The label configuration for authorization confirmation. Add this label to the node to authorize ACK to proceed with this stage. After the stage completes, ACK automatically removes the inquiry and confirmation labels. If you do not add this label in time, ACK will not proceed with this or subsequent stages, leaving the node in an unhealthy state.
|
|
129
|
+
*/
|
|
108
130
|
approvedLabel?: ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprovedLabel;
|
|
109
131
|
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* Specifies whether to enable manual approval.
|
|
134
|
+
*
|
|
110
135
|
* @example
|
|
111
136
|
* true
|
|
112
137
|
*/
|
|
113
138
|
enable?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* The label configuration for the authorization inquiry. At this stage, ACK adds this label to the node and waits for your authorization before proceeding.
|
|
142
|
+
*/
|
|
114
143
|
inquiringLabel?: ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquiringLabel;
|
|
115
144
|
/**
|
|
145
|
+
* @remarks
|
|
146
|
+
* The approval type.
|
|
147
|
+
*
|
|
116
148
|
* @example
|
|
117
149
|
* label
|
|
118
150
|
*/
|
|
@@ -151,9 +183,20 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention exten
|
|
|
151
183
|
}
|
|
152
184
|
|
|
153
185
|
export class ModifyAutoRepairPolicyRequestRulesRepairProcedure extends $dara.Model {
|
|
186
|
+
/**
|
|
187
|
+
* @remarks
|
|
188
|
+
* Configuration parameters for the procedure.
|
|
189
|
+
*/
|
|
154
190
|
config?: { [key: string]: any };
|
|
191
|
+
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* The configuration for the manual intervention procedure.
|
|
194
|
+
*/
|
|
155
195
|
intervention?: ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention;
|
|
156
196
|
/**
|
|
197
|
+
* @remarks
|
|
198
|
+
* The procedure name.
|
|
199
|
+
*
|
|
157
200
|
* @example
|
|
158
201
|
* QuarantineGPU
|
|
159
202
|
*/
|
|
@@ -190,7 +233,15 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedure extends $dara.Mod
|
|
|
190
233
|
}
|
|
191
234
|
|
|
192
235
|
export class ModifyAutoRepairPolicyRequestRules extends $dara.Model {
|
|
236
|
+
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* A list of identified incidents.
|
|
239
|
+
*/
|
|
193
240
|
incidents?: ModifyAutoRepairPolicyRequestRulesIncidents[];
|
|
241
|
+
/**
|
|
242
|
+
* @remarks
|
|
243
|
+
* A list of repair procedures.
|
|
244
|
+
*/
|
|
194
245
|
repairProcedure?: ModifyAutoRepairPolicyRequestRulesRepairProcedure[];
|
|
195
246
|
static names(): { [key: string]: string } {
|
|
196
247
|
return {
|
|
@@ -223,10 +274,17 @@ export class ModifyAutoRepairPolicyRequestRules extends $dara.Model {
|
|
|
223
274
|
|
|
224
275
|
export class ModifyAutoRepairPolicyRequest extends $dara.Model {
|
|
225
276
|
/**
|
|
277
|
+
* @remarks
|
|
278
|
+
* The name of the self-healing rule.
|
|
279
|
+
*
|
|
226
280
|
* @example
|
|
227
281
|
* test
|
|
228
282
|
*/
|
|
229
283
|
name?: string;
|
|
284
|
+
/**
|
|
285
|
+
* @remarks
|
|
286
|
+
* A list of self-healing sub-rules.
|
|
287
|
+
*/
|
|
230
288
|
rules?: ModifyAutoRepairPolicyRequestRules[];
|
|
231
289
|
static names(): { [key: string]: string } {
|
|
232
290
|
return {
|