@alicloud/dds20151201 8.4.0 → 8.4.1
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 +530 -428
- package/dist/client.js +563 -428
- package/dist/client.js.map +1 -1
- package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.d.ts +16 -0
- package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.js.map +1 -1
- package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.d.ts +3 -0
- package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/AllocateNodePrivateNetworkAddressRequest.d.ts +8 -7
- package/dist/models/AllocateNodePrivateNetworkAddressRequest.js.map +1 -1
- package/dist/models/CancelActiveOperationTasksRequest.d.ts +5 -0
- package/dist/models/CancelActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/CancelActiveOperationTasksResponseBody.d.ts +6 -0
- package/dist/models/CancelActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/CheckCloudResourceAuthorizedResponseBody.d.ts +6 -4
- package/dist/models/CheckCloudResourceAuthorizedResponseBody.js.map +1 -1
- package/dist/models/CreateAccountRequest.d.ts +6 -4
- package/dist/models/CreateAccountRequest.js.map +1 -1
- package/dist/models/CreateBackupRequest.d.ts +22 -4
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +6 -1
- package/dist/models/CreateBackupResponseBody.js.map +1 -1
- package/dist/models/CreateDbinstanceRequest.d.ts +212 -139
- package/dist/models/CreateDbinstanceRequest.js.map +1 -1
- package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
- package/dist/models/CreateGlobalSecurityIpgroupRequest.d.ts +5 -3
- package/dist/models/CreateGlobalSecurityIpgroupRequest.js.map +1 -1
- package/dist/models/CreateGlobalSecurityIpgroupResponseBody.d.ts +5 -3
- package/dist/models/CreateGlobalSecurityIpgroupResponseBody.js.map +1 -1
- package/dist/models/CreateNodeBatchRequest.d.ts +24 -8
- package/dist/models/CreateNodeBatchRequest.js.map +1 -1
- package/dist/models/CreateNodeRequest.d.ts +59 -34
- package/dist/models/CreateNodeRequest.js +6 -0
- package/dist/models/CreateNodeRequest.js.map +1 -1
- package/dist/models/CreateNodeRoleTagRequest.d.ts +7 -0
- package/dist/models/CreateNodeRoleTagRequest.js.map +1 -1
- package/dist/models/CreateNodeRoleTagResponseBody.d.ts +3 -0
- package/dist/models/CreateNodeRoleTagResponseBody.js.map +1 -1
- package/dist/models/CreateShardingDbinstanceRequest.d.ts +205 -157
- package/dist/models/CreateShardingDbinstanceRequest.js.map +1 -1
- package/dist/models/DeleteBackupRequest.d.ts +4 -0
- package/dist/models/DeleteBackupRequest.js.map +1 -1
- package/dist/models/DeleteBackupResponseBody.d.ts +3 -0
- package/dist/models/DeleteBackupResponseBody.js.map +1 -1
- package/dist/models/DeleteDbinstanceRequest.d.ts +1 -1
- package/dist/models/DeleteGlobalSecurityIpgroupRequest.d.ts +8 -6
- package/dist/models/DeleteGlobalSecurityIpgroupRequest.js.map +1 -1
- package/dist/models/DeleteGlobalSecurityIpgroupResponseBody.d.ts +1 -1
- package/dist/models/DescribeActiveOperationMaintenanceConfigResponseBody.d.ts +30 -17
- package/dist/models/DescribeActiveOperationMaintenanceConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.d.ts +3 -2
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskRegionRequest.d.ts +10 -8
- package/dist/models/DescribeActiveOperationTaskRegionRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskRegionResponseBody.d.ts +3 -3
- package/dist/models/DescribeActiveOperationTaskRequest.d.ts +4 -1
- package/dist/models/DescribeActiveOperationTaskRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskResponseBody.d.ts +8 -0
- package/dist/models/DescribeActiveOperationTaskResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskTypeRequest.d.ts +3 -2
- package/dist/models/DescribeActiveOperationTaskTypeRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskTypeResponseBody.d.ts +4 -3
- package/dist/models/DescribeActiveOperationTaskTypeResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksRequest.d.ts +55 -30
- package/dist/models/DescribeActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksResponseBody.d.ts +92 -56
- package/dist/models/DescribeActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditLogFilterRequest.d.ts +5 -3
- package/dist/models/DescribeAuditLogFilterRequest.js.map +1 -1
- package/dist/models/DescribeAuditLogFilterResponseBody.d.ts +13 -7
- package/dist/models/DescribeAuditLogFilterResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditPolicyResponseBody.d.ts +5 -4
- package/dist/models/DescribeAuditPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditRecordsRequest.d.ts +21 -20
- package/dist/models/DescribeAuditRecordsRequest.js.map +1 -1
- package/dist/models/DescribeAuditRecordsResponseBody.d.ts +3 -3
- package/dist/models/DescribeAvailabilityZonesRequest.d.ts +36 -23
- package/dist/models/DescribeAvailabilityZonesRequest.js.map +1 -1
- package/dist/models/DescribeAvailabilityZonesResponseBody.d.ts +3 -2
- package/dist/models/DescribeAvailabilityZonesResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableResourceRequest.d.ts +15 -9
- package/dist/models/DescribeAvailableResourceRequest.js.map +1 -1
- package/dist/models/DescribeBackupDbsRequest.d.ts +4 -4
- package/dist/models/DescribeBackupPolicyRequest.d.ts +5 -4
- package/dist/models/DescribeBackupPolicyRequest.js.map +1 -1
- package/dist/models/DescribeBackupPolicyResponseBody.d.ts +99 -56
- package/dist/models/DescribeBackupPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupStorageRequest.d.ts +2 -2
- package/dist/models/DescribeBackupStorageResponseBody.d.ts +4 -4
- package/dist/models/DescribeBackupTasksRequest.d.ts +2 -2
- package/dist/models/DescribeBackupTasksResponseBody.d.ts +15 -11
- package/dist/models/DescribeBackupTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupsRequest.d.ts +30 -17
- package/dist/models/DescribeBackupsRequest.js.map +1 -1
- package/dist/models/DescribeBackupsResponseBody.d.ts +8 -6
- package/dist/models/DescribeBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeBinlogFilesRequest.d.ts +48 -0
- package/dist/models/DescribeBinlogFilesRequest.js.map +1 -1
- package/dist/models/DescribeBinlogFilesResponseBody.d.ts +12 -0
- package/dist/models/DescribeBinlogFilesResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterBackupsRequest.d.ts +29 -18
- package/dist/models/DescribeClusterBackupsRequest.js.map +1 -1
- package/dist/models/DescribeClusterBackupsResponseBody.d.ts +76 -50
- package/dist/models/DescribeClusterBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterRecoverTimeRequest.d.ts +23 -1
- package/dist/models/DescribeClusterRecoverTimeRequest.js +2 -0
- package/dist/models/DescribeClusterRecoverTimeRequest.js.map +1 -1
- package/dist/models/DescribeClusterRecoverTimeResponseBody.d.ts +5 -6
- package/dist/models/DescribeClusterRecoverTimeResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +8 -7
- package/dist/models/DescribeDbinstanceAttributeRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +33 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js +57 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceEncryptionKeyResponseBody.d.ts +3 -2
- package/dist/models/DescribeDbinstanceEncryptionKeyResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancePerformanceRequest.d.ts +26 -15
- package/dist/models/DescribeDbinstancePerformanceRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancePerformanceResponseBody.d.ts +2 -2
- package/dist/models/DescribeDbinstanceSpecInfoRequest.d.ts +10 -0
- package/dist/models/DescribeDbinstanceSpecInfoRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceSpecInfoResponseBody.d.ts +16 -0
- package/dist/models/DescribeDbinstanceSpecInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceSslresponseBody.d.ts +16 -4
- package/dist/models/DescribeDbinstanceSslresponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceSwitchLogResponseBody.d.ts +12 -7
- package/dist/models/DescribeDbinstanceSwitchLogResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceTdeinfoResponseBody.d.ts +16 -15
- package/dist/models/DescribeDbinstanceTdeinfoResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancesOverviewRequest.d.ts +38 -26
- package/dist/models/DescribeDbinstancesOverviewRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancesOverviewResponseBody.d.ts +82 -58
- package/dist/models/DescribeDbinstancesOverviewResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancesRequest.d.ts +78 -51
- package/dist/models/DescribeDbinstancesRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancesResponseBody.d.ts +3 -3
- package/dist/models/DescribeErrorLogRecordsRequest.d.ts +9 -7
- package/dist/models/DescribeErrorLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeGlobalSecurityIpgroupRelationRequest.d.ts +1 -1
- package/dist/models/DescribeGlobalSecurityIpgroupRelationResponseBody.d.ts +6 -6
- package/dist/models/DescribeHistoryTasksRequest.d.ts +58 -30
- package/dist/models/DescribeHistoryTasksRequest.js.map +1 -1
- package/dist/models/DescribeHistoryTasksResponseBody.d.ts +85 -53
- package/dist/models/DescribeHistoryTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceAutoRenewalAttributeRequest.d.ts +4 -3
- package/dist/models/DescribeInstanceAutoRenewalAttributeRequest.js.map +1 -1
- package/dist/models/DescribeInstanceRecoverTimeRequest.d.ts +22 -0
- package/dist/models/DescribeInstanceRecoverTimeRequest.js +2 -0
- package/dist/models/DescribeInstanceRecoverTimeRequest.js.map +1 -1
- package/dist/models/DescribeInstanceRecoverTimeResponseBody.d.ts +5 -6
- package/dist/models/DescribeInstanceRecoverTimeResponseBody.js.map +1 -1
- package/dist/models/DescribeKernelReleaseNotesRequest.d.ts +1 -1
- package/dist/models/DescribeMongoDblogConfigRequest.d.ts +1 -1
- package/dist/models/DescribeMongoDblogConfigResponseBody.d.ts +39 -19
- package/dist/models/DescribeMongoDblogConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeParameterModificationHistoryRequest.d.ts +11 -8
- package/dist/models/DescribeParameterModificationHistoryRequest.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesRequest.d.ts +22 -14
- package/dist/models/DescribeParameterTemplatesRequest.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeParametersRequest.d.ts +7 -5
- package/dist/models/DescribeParametersRequest.js.map +1 -1
- package/dist/models/DescribePriceRequest.d.ts +37 -25
- package/dist/models/DescribePriceRequest.js.map +1 -1
- package/dist/models/DescribePriceResponseBody.d.ts +32 -25
- package/dist/models/DescribePriceResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVpcsRequest.d.ts +6 -0
- package/dist/models/DescribeRdsVpcsRequest.js.map +1 -1
- package/dist/models/DescribeRdsVpcsResponseBody.d.ts +73 -2
- package/dist/models/DescribeRdsVpcsResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVswitchsRequest.d.ts +9 -0
- package/dist/models/DescribeRdsVswitchsRequest.js.map +1 -1
- package/dist/models/DescribeRdsVswitchsResponseBody.d.ts +46 -1
- package/dist/models/DescribeRdsVswitchsResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsRequest.d.ts +4 -3
- package/dist/models/DescribeRegionsRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceRequest.d.ts +8 -4
- package/dist/models/DescribeRenewalPriceRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceResponseBody.d.ts +22 -9
- package/dist/models/DescribeRenewalPriceResponseBody.js.map +1 -1
- package/dist/models/DescribeReplicaSetRoleResponseBody.d.ts +11 -0
- package/dist/models/DescribeReplicaSetRoleResponseBody.js.map +1 -1
- package/dist/models/DescribeRestoreDbinstanceListRequest.d.ts +2 -2
- package/dist/models/DescribeRoleTagStatusRequest.d.ts +2 -0
- package/dist/models/DescribeRoleTagStatusRequest.js.map +1 -1
- package/dist/models/DescribeRoleTagStatusResponseBody.d.ts +19 -0
- package/dist/models/DescribeRoleTagStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeRunningLogRecordsRequest.d.ts +19 -20
- package/dist/models/DescribeRunningLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeRunningLogRecordsResponseBody.d.ts +4 -4
- package/dist/models/DescribeShardingNetworkAddressRequest.d.ts +15 -2
- package/dist/models/DescribeShardingNetworkAddressRequest.js.map +1 -1
- package/dist/models/DescribeShardingNetworkAddressResponseBody.d.ts +7 -0
- package/dist/models/DescribeShardingNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/DescribeSlowLogRecordsRequest.d.ts +8 -6
- package/dist/models/DescribeSlowLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeTagsRequest.d.ts +1 -1
- package/dist/models/DescribeTagsResponseBody.d.ts +5 -2
- package/dist/models/DescribeTagsResponseBody.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +13 -2
- package/dist/models/DescribeUserEncryptionKeyListRequest.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListResponseBody.d.ts +1 -1
- package/dist/models/DescribeVpcsForMongoDbrequest.d.ts +15 -0
- package/dist/models/DescribeVpcsForMongoDbrequest.js.map +1 -1
- package/dist/models/DescribeVpcsForMongoDbresponseBody.d.ts +80 -2
- package/dist/models/DescribeVpcsForMongoDbresponseBody.js.map +1 -1
- package/dist/models/EvaluateResourceRequest.d.ts +51 -37
- package/dist/models/EvaluateResourceRequest.js.map +1 -1
- package/dist/models/EvaluateResourceResponseBody.d.ts +7 -6
- package/dist/models/EvaluateResourceResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +4 -4
- package/dist/models/ListTagResourcesResponseBody.d.ts +1 -1
- package/dist/models/MigrateAvailableZoneRequest.d.ts +5 -4
- package/dist/models/MigrateAvailableZoneRequest.js.map +1 -1
- package/dist/models/MigrateToOtherZoneRequest.d.ts +8 -6
- package/dist/models/MigrateToOtherZoneRequest.js.map +1 -1
- package/dist/models/ModifyAccountDescriptionRequest.d.ts +9 -6
- package/dist/models/ModifyAccountDescriptionRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintenanceConfigRequest.d.ts +27 -0
- package/dist/models/ModifyActiveOperationMaintenanceConfigRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintenanceConfigResponseBody.d.ts +3 -0
- package/dist/models/ModifyActiveOperationMaintenanceConfigResponseBody.js.map +1 -1
- package/dist/models/ModifyAuditLogFilterRequest.d.ts +16 -9
- package/dist/models/ModifyAuditLogFilterRequest.js.map +1 -1
- package/dist/models/ModifyAuditPolicyRequest.d.ts +24 -9
- package/dist/models/ModifyAuditPolicyRequest.js.map +1 -1
- package/dist/models/ModifyBackupExpireTimeRequest.d.ts +13 -0
- package/dist/models/ModifyBackupExpireTimeRequest.js.map +1 -1
- package/dist/models/ModifyBackupExpireTimeResponseBody.d.ts +15 -0
- package/dist/models/ModifyBackupExpireTimeResponseBody.js.map +1 -1
- package/dist/models/ModifyBackupPolicyRequest.d.ts +128 -93
- package/dist/models/ModifyBackupPolicyRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceAttributeRequest.d.ts +9 -0
- package/dist/models/ModifyDbinstanceAttributeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceAttributeResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceConfigRequest.d.ts +6 -0
- package/dist/models/ModifyDbinstanceConfigRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceConfigResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceConfigResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceConnectionStringRequest.d.ts +17 -9
- package/dist/models/ModifyDbinstanceConnectionStringRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceConnectionStringResponseBody.d.ts +1 -1
- package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +5 -5
- package/dist/models/ModifyDbinstanceDiskTypeRequest.d.ts +28 -16
- package/dist/models/ModifyDbinstanceDiskTypeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +1 -1
- package/dist/models/ModifyDbinstanceNetworkTypeRequest.d.ts +14 -20
- package/dist/models/ModifyDbinstanceNetworkTypeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSpecRequest.d.ts +125 -42
- package/dist/models/ModifyDbinstanceSpecRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSpecResponseBody.d.ts +2 -2
- package/dist/models/ModifyDbinstanceSslrequest.d.ts +39 -5
- package/dist/models/ModifyDbinstanceSslrequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSslresponseBody.d.ts +1 -1
- package/dist/models/ModifyDbinstanceTderequest.d.ts +33 -7
- package/dist/models/ModifyDbinstanceTderequest.js.map +1 -1
- package/dist/models/ModifyGlobalSecurityIpgroupNameRequest.d.ts +5 -3
- package/dist/models/ModifyGlobalSecurityIpgroupNameRequest.js.map +1 -1
- package/dist/models/ModifyInstanceVpcAuthModeRequest.d.ts +2 -2
- package/dist/models/ModifyNodeSpecBatchRequest.d.ts +114 -19
- package/dist/models/ModifyNodeSpecBatchRequest.js.map +1 -1
- package/dist/models/ModifyNodeSpecRequest.d.ts +75 -22
- package/dist/models/ModifyNodeSpecRequest.js.map +1 -1
- package/dist/models/ModifyNodeSpecResponseBody.d.ts +2 -2
- package/dist/models/ModifyParametersRequest.d.ts +23 -10
- package/dist/models/ModifyParametersRequest.js.map +1 -1
- package/dist/models/ModifySecurityGroupConfigurationRequest.d.ts +3 -2
- package/dist/models/ModifySecurityGroupConfigurationRequest.js.map +1 -1
- package/dist/models/ModifySecurityIpsRequest.d.ts +8 -5
- package/dist/models/ModifySecurityIpsRequest.js.map +1 -1
- package/dist/models/ModifySrvNetworkAddressRequest.d.ts +20 -0
- package/dist/models/ModifySrvNetworkAddressRequest.js.map +1 -1
- package/dist/models/ModifySrvNetworkAddressResponseBody.d.ts +3 -0
- package/dist/models/ModifySrvNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/ReleaseNodePrivateNetworkAddressRequest.d.ts +17 -9
- package/dist/models/ReleaseNodePrivateNetworkAddressRequest.js.map +1 -1
- package/dist/models/ReleasePublicNetworkAddressRequest.d.ts +8 -6
- package/dist/models/ReleasePublicNetworkAddressRequest.js.map +1 -1
- package/dist/models/RenewDbinstanceRequest.d.ts +10 -7
- package/dist/models/RenewDbinstanceRequest.js.map +1 -1
- package/dist/models/ResetAccountPasswordRequest.d.ts +6 -4
- package/dist/models/ResetAccountPasswordRequest.js.map +1 -1
- package/dist/models/RestartDbinstanceRequest.d.ts +14 -2
- package/dist/models/RestartDbinstanceRequest.js +2 -0
- package/dist/models/RestartDbinstanceRequest.js.map +1 -1
- package/dist/models/RestartNodeRequest.d.ts +19 -5
- package/dist/models/RestartNodeRequest.js.map +1 -1
- package/dist/models/SwitchDbinstanceHarequest.d.ts +5 -4
- package/dist/models/SwitchDbinstanceHarequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +4 -2
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TransformInstanceChargeTypeRequest.d.ts +17 -13
- package/dist/models/TransformInstanceChargeTypeRequest.js.map +1 -1
- package/dist/models/TransformToPrePaidRequest.d.ts +9 -7
- package/dist/models/TransformToPrePaidRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +8 -4
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UpgradeDbinstanceEngineVersionRequest.d.ts +4 -3
- package/dist/models/UpgradeDbinstanceEngineVersionRequest.js.map +1 -1
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +21 -17
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +575 -434
- package/src/models/AllocateDbinstanceSrvNetworkAddressRequest.ts +16 -0
- package/src/models/AllocateDbinstanceSrvNetworkAddressResponseBody.ts +3 -0
- package/src/models/AllocateNodePrivateNetworkAddressRequest.ts +9 -8
- package/src/models/CancelActiveOperationTasksRequest.ts +5 -0
- package/src/models/CancelActiveOperationTasksResponseBody.ts +6 -0
- package/src/models/CheckCloudResourceAuthorizedResponseBody.ts +6 -4
- package/src/models/CreateAccountRequest.ts +6 -4
- package/src/models/CreateBackupRequest.ts +22 -4
- package/src/models/CreateBackupResponseBody.ts +6 -1
- package/src/models/CreateDbinstanceRequest.ts +212 -139
- package/src/models/CreateDbinstanceResponseBody.ts +3 -3
- package/src/models/CreateGlobalSecurityIpgroupRequest.ts +5 -3
- package/src/models/CreateGlobalSecurityIpgroupResponseBody.ts +5 -3
- package/src/models/CreateNodeBatchRequest.ts +33 -17
- package/src/models/CreateNodeRequest.ts +65 -34
- package/src/models/CreateNodeRoleTagRequest.ts +7 -0
- package/src/models/CreateNodeRoleTagResponseBody.ts +3 -0
- package/src/models/CreateShardingDbinstanceRequest.ts +208 -160
- package/src/models/DeleteBackupRequest.ts +4 -0
- package/src/models/DeleteBackupResponseBody.ts +3 -0
- package/src/models/DeleteDbinstanceRequest.ts +1 -1
- package/src/models/DeleteGlobalSecurityIpgroupRequest.ts +8 -6
- package/src/models/DeleteGlobalSecurityIpgroupResponseBody.ts +1 -1
- package/src/models/DescribeActiveOperationMaintenanceConfigResponseBody.ts +30 -17
- package/src/models/DescribeActiveOperationTaskCountResponseBody.ts +3 -2
- package/src/models/DescribeActiveOperationTaskRegionRequest.ts +10 -8
- package/src/models/DescribeActiveOperationTaskRegionResponseBody.ts +3 -3
- package/src/models/DescribeActiveOperationTaskRequest.ts +5 -2
- package/src/models/DescribeActiveOperationTaskResponseBody.ts +8 -0
- package/src/models/DescribeActiveOperationTaskTypeRequest.ts +3 -2
- package/src/models/DescribeActiveOperationTaskTypeResponseBody.ts +4 -3
- package/src/models/DescribeActiveOperationTasksRequest.ts +55 -30
- package/src/models/DescribeActiveOperationTasksResponseBody.ts +92 -56
- package/src/models/DescribeAuditLogFilterRequest.ts +5 -3
- package/src/models/DescribeAuditLogFilterResponseBody.ts +13 -7
- package/src/models/DescribeAuditPolicyResponseBody.ts +5 -4
- package/src/models/DescribeAuditRecordsRequest.ts +21 -20
- package/src/models/DescribeAuditRecordsResponseBody.ts +3 -3
- package/src/models/DescribeAvailabilityZonesRequest.ts +36 -23
- package/src/models/DescribeAvailabilityZonesResponseBody.ts +3 -2
- package/src/models/DescribeAvailableResourceRequest.ts +15 -9
- package/src/models/DescribeBackupDbsRequest.ts +6 -6
- package/src/models/DescribeBackupPolicyRequest.ts +5 -4
- package/src/models/DescribeBackupPolicyResponseBody.ts +100 -57
- package/src/models/DescribeBackupStorageRequest.ts +2 -2
- package/src/models/DescribeBackupStorageResponseBody.ts +4 -4
- package/src/models/DescribeBackupTasksRequest.ts +2 -2
- package/src/models/DescribeBackupTasksResponseBody.ts +15 -11
- package/src/models/DescribeBackupsRequest.ts +30 -17
- package/src/models/DescribeBackupsResponseBody.ts +8 -6
- package/src/models/DescribeBinlogFilesRequest.ts +48 -0
- package/src/models/DescribeBinlogFilesResponseBody.ts +12 -0
- package/src/models/DescribeClusterBackupsRequest.ts +30 -19
- package/src/models/DescribeClusterBackupsResponseBody.ts +76 -50
- package/src/models/DescribeClusterRecoverTimeRequest.ts +25 -1
- package/src/models/DescribeClusterRecoverTimeResponseBody.ts +5 -6
- package/src/models/DescribeDbinstanceAttributeRequest.ts +8 -7
- package/src/models/DescribeDbinstanceAttributeResponseBody.ts +71 -1
- package/src/models/DescribeDbinstanceEncryptionKeyResponseBody.ts +3 -2
- package/src/models/DescribeDbinstancePerformanceRequest.ts +26 -15
- package/src/models/DescribeDbinstancePerformanceResponseBody.ts +2 -2
- package/src/models/DescribeDbinstanceSpecInfoRequest.ts +10 -0
- package/src/models/DescribeDbinstanceSpecInfoResponseBody.ts +16 -0
- package/src/models/DescribeDbinstanceSslresponseBody.ts +16 -4
- package/src/models/DescribeDbinstanceSwitchLogResponseBody.ts +12 -7
- package/src/models/DescribeDbinstanceTdeinfoResponseBody.ts +16 -15
- package/src/models/DescribeDbinstancesOverviewRequest.ts +39 -27
- package/src/models/DescribeDbinstancesOverviewResponseBody.ts +83 -59
- package/src/models/DescribeDbinstancesRequest.ts +78 -51
- package/src/models/DescribeDbinstancesResponseBody.ts +3 -3
- package/src/models/DescribeErrorLogRecordsRequest.ts +9 -7
- package/src/models/DescribeGlobalSecurityIpgroupRelationRequest.ts +1 -1
- package/src/models/DescribeGlobalSecurityIpgroupRelationResponseBody.ts +6 -6
- package/src/models/DescribeHistoryTasksRequest.ts +58 -30
- package/src/models/DescribeHistoryTasksResponseBody.ts +85 -53
- package/src/models/DescribeInstanceAutoRenewalAttributeRequest.ts +4 -3
- package/src/models/DescribeInstanceRecoverTimeRequest.ts +24 -0
- package/src/models/DescribeInstanceRecoverTimeResponseBody.ts +5 -6
- package/src/models/DescribeKernelReleaseNotesRequest.ts +1 -1
- package/src/models/DescribeMongoDblogConfigRequest.ts +1 -1
- package/src/models/DescribeMongoDblogConfigResponseBody.ts +39 -19
- package/src/models/DescribeParameterModificationHistoryRequest.ts +11 -8
- package/src/models/DescribeParameterTemplatesRequest.ts +22 -14
- package/src/models/DescribeParameterTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeParametersRequest.ts +7 -5
- package/src/models/DescribePriceRequest.ts +37 -25
- package/src/models/DescribePriceResponseBody.ts +32 -25
- package/src/models/DescribeRdsVpcsRequest.ts +6 -0
- package/src/models/DescribeRdsVpcsResponseBody.ts +73 -2
- package/src/models/DescribeRdsVswitchsRequest.ts +9 -0
- package/src/models/DescribeRdsVswitchsResponseBody.ts +46 -1
- package/src/models/DescribeRegionsRequest.ts +4 -3
- package/src/models/DescribeRenewalPriceRequest.ts +8 -4
- package/src/models/DescribeRenewalPriceResponseBody.ts +22 -9
- package/src/models/DescribeReplicaSetRoleResponseBody.ts +11 -0
- package/src/models/DescribeRestoreDbinstanceListRequest.ts +2 -2
- package/src/models/DescribeRoleTagStatusRequest.ts +2 -0
- package/src/models/DescribeRoleTagStatusResponseBody.ts +19 -0
- package/src/models/DescribeRunningLogRecordsRequest.ts +19 -20
- package/src/models/DescribeRunningLogRecordsResponseBody.ts +4 -4
- package/src/models/DescribeShardingNetworkAddressRequest.ts +15 -2
- package/src/models/DescribeShardingNetworkAddressResponseBody.ts +7 -0
- package/src/models/DescribeSlowLogRecordsRequest.ts +9 -7
- package/src/models/DescribeTagsRequest.ts +1 -1
- package/src/models/DescribeTagsResponseBody.ts +5 -2
- package/src/models/DescribeUserEncryptionKeyListRequest.ts +13 -2
- package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +1 -1
- package/src/models/DescribeVpcsForMongoDbrequest.ts +15 -0
- package/src/models/DescribeVpcsForMongoDbresponseBody.ts +80 -2
- package/src/models/EvaluateResourceRequest.ts +51 -37
- package/src/models/EvaluateResourceResponseBody.ts +7 -6
- package/src/models/ListTagResourcesRequest.ts +4 -4
- package/src/models/ListTagResourcesResponseBody.ts +1 -1
- package/src/models/MigrateAvailableZoneRequest.ts +6 -5
- package/src/models/MigrateToOtherZoneRequest.ts +8 -6
- package/src/models/ModifyAccountDescriptionRequest.ts +9 -6
- package/src/models/ModifyActiveOperationMaintenanceConfigRequest.ts +27 -0
- package/src/models/ModifyActiveOperationMaintenanceConfigResponseBody.ts +3 -0
- package/src/models/ModifyAuditLogFilterRequest.ts +16 -9
- package/src/models/ModifyAuditPolicyRequest.ts +24 -9
- package/src/models/ModifyBackupExpireTimeRequest.ts +13 -0
- package/src/models/ModifyBackupExpireTimeResponseBody.ts +15 -0
- package/src/models/ModifyBackupPolicyRequest.ts +130 -95
- package/src/models/ModifyDbinstanceAttributeRequest.ts +9 -0
- package/src/models/ModifyDbinstanceAttributeResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceConfigRequest.ts +6 -0
- package/src/models/ModifyDbinstanceConfigResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceConnectionStringRequest.ts +17 -9
- package/src/models/ModifyDbinstanceConnectionStringResponseBody.ts +1 -1
- package/src/models/ModifyDbinstanceDescriptionRequest.ts +6 -6
- package/src/models/ModifyDbinstanceDiskTypeRequest.ts +28 -16
- package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +1 -1
- package/src/models/ModifyDbinstanceNetworkTypeRequest.ts +14 -20
- package/src/models/ModifyDbinstanceSpecRequest.ts +125 -42
- package/src/models/ModifyDbinstanceSpecResponseBody.ts +2 -2
- package/src/models/ModifyDbinstanceSslrequest.ts +39 -5
- package/src/models/ModifyDbinstanceSslresponseBody.ts +1 -1
- package/src/models/ModifyDbinstanceTderequest.ts +33 -7
- package/src/models/ModifyGlobalSecurityIpgroupNameRequest.ts +5 -3
- package/src/models/ModifyInstanceVpcAuthModeRequest.ts +2 -2
- package/src/models/ModifyNodeSpecBatchRequest.ts +114 -19
- package/src/models/ModifyNodeSpecRequest.ts +75 -22
- package/src/models/ModifyNodeSpecResponseBody.ts +2 -2
- package/src/models/ModifyParametersRequest.ts +23 -10
- package/src/models/ModifySecurityGroupConfigurationRequest.ts +3 -2
- package/src/models/ModifySecurityIpsRequest.ts +8 -5
- package/src/models/ModifySrvNetworkAddressRequest.ts +20 -0
- package/src/models/ModifySrvNetworkAddressResponseBody.ts +3 -0
- package/src/models/ReleaseNodePrivateNetworkAddressRequest.ts +17 -9
- package/src/models/ReleasePublicNetworkAddressRequest.ts +8 -6
- package/src/models/RenewDbinstanceRequest.ts +10 -7
- package/src/models/ResetAccountPasswordRequest.ts +6 -4
- package/src/models/RestartDbinstanceRequest.ts +16 -2
- package/src/models/RestartNodeRequest.ts +19 -5
- package/src/models/SwitchDbinstanceHarequest.ts +6 -5
- package/src/models/TagResourcesRequest.ts +4 -2
- package/src/models/TransformInstanceChargeTypeRequest.ts +17 -13
- package/src/models/TransformToPrePaidRequest.ts +9 -7
- package/src/models/UntagResourcesRequest.ts +9 -5
- package/src/models/UpgradeDbinstanceEngineVersionRequest.ts +4 -3
- package/src/models/model.ts +2 -0
|
@@ -7,13 +7,13 @@ export class ModifyDBInstanceDescriptionRequest extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* The name of the instance.
|
|
9
9
|
*
|
|
10
|
-
* >
|
|
10
|
+
* >
|
|
11
11
|
*
|
|
12
|
-
*
|
|
12
|
+
* - The name cannot start with `http://` or `https://`.
|
|
13
13
|
*
|
|
14
|
-
*
|
|
14
|
+
* - It must start with a letter.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
16
|
+
* - It must be 2 to 256 characters in length, and can contain letters, underscores (_), hyphens (-), and digits.
|
|
17
17
|
*
|
|
18
18
|
* This parameter is required.
|
|
19
19
|
*
|
|
@@ -25,7 +25,7 @@ export class ModifyDBInstanceDescriptionRequest extends $dara.Model {
|
|
|
25
25
|
* @remarks
|
|
26
26
|
* The instance ID.
|
|
27
27
|
*
|
|
28
|
-
* >
|
|
28
|
+
* > To modify the name of a shard or mongos node in a sharded cluster instance, you must also specify the **NodeId** parameter.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -37,7 +37,7 @@ export class ModifyDBInstanceDescriptionRequest extends $dara.Model {
|
|
|
37
37
|
* @remarks
|
|
38
38
|
* The ID of the shard or mongos node in the sharded cluster instance.
|
|
39
39
|
*
|
|
40
|
-
* >
|
|
40
|
+
* > This parameter is valid only if you set the **DBInstanceId** parameter to the ID of a sharded cluster instance.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* d-bp89067****
|
|
@@ -7,8 +7,21 @@ export class ModifyDBInstanceDiskTypeRequest extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* Specifies whether to enable automatic payment. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - **true**: Enables automatic payment. Make sure that your account has a sufficient balance.
|
|
11
|
+
*
|
|
12
|
+
* <props="china">
|
|
13
|
+
*
|
|
14
|
+
* - **false**: Disables automatic payment. To pay for the order, log on to the ApsaraDB for MongoDB console. In the upper-right corner of the page, choose **Expenses** > **Expenses and Costs**. In the navigation pane on the left, choose **Subscription Orders** > **My Orders**. On the **Product Orders** tab, find the order and complete the payment.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* <props="intl">
|
|
20
|
+
*
|
|
21
|
+
* - **false**: Disables automatic payment. To pay for the order, log on to the ApsaraDB for MongoDB console. In the upper-right corner of the page, choose **Expenses** > **Expenses and Costs**. In the navigation pane on the left, click **Order Management**. On the **Product Orders** page, find the order and complete the payment.
|
|
22
|
+
*
|
|
23
|
+
*
|
|
24
|
+
*
|
|
12
25
|
*
|
|
13
26
|
* Default value: **true**.
|
|
14
27
|
*
|
|
@@ -18,12 +31,13 @@ export class ModifyDBInstanceDiskTypeRequest extends $dara.Model {
|
|
|
18
31
|
autoPay?: boolean;
|
|
19
32
|
/**
|
|
20
33
|
* @remarks
|
|
21
|
-
* Specifies whether to enable auto-renewal. Valid values:
|
|
34
|
+
* Specifies whether to enable auto-renewal for the instance. Valid values:
|
|
35
|
+
*
|
|
36
|
+
* - **true**: Enables auto-renewal.
|
|
22
37
|
*
|
|
23
|
-
*
|
|
24
|
-
* * **false**
|
|
38
|
+
* - **false**: Disables auto-renewal.
|
|
25
39
|
*
|
|
26
|
-
* Default value: **false
|
|
40
|
+
* Default value: **false**
|
|
27
41
|
*
|
|
28
42
|
* @example
|
|
29
43
|
* false
|
|
@@ -39,7 +53,7 @@ export class ModifyDBInstanceDiskTypeRequest extends $dara.Model {
|
|
|
39
53
|
businessInfo?: string;
|
|
40
54
|
/**
|
|
41
55
|
* @remarks
|
|
42
|
-
* The coupon code.
|
|
56
|
+
* The coupon code. The default value is `youhuiquan_promotion_option_id_for_blank`.
|
|
43
57
|
*
|
|
44
58
|
* @example
|
|
45
59
|
* youhuiquan_promotion_option_id_for_blank
|
|
@@ -57,12 +71,9 @@ export class ModifyDBInstanceDiskTypeRequest extends $dara.Model {
|
|
|
57
71
|
DBInstanceId?: string;
|
|
58
72
|
/**
|
|
59
73
|
* @remarks
|
|
60
|
-
* The
|
|
74
|
+
* The disk type after the modification. Valid value:
|
|
61
75
|
*
|
|
62
|
-
*
|
|
63
|
-
* * **cloud_essd1**: PL1 ESSD
|
|
64
|
-
* * **cloud_essd2**: PL2 ESSD
|
|
65
|
-
* * **cloud_essd3**: PL3 ESSD
|
|
76
|
+
* - **cloud_auto**: ESSD AutoPL disk.
|
|
66
77
|
*
|
|
67
78
|
* @example
|
|
68
79
|
* cloud_auto
|
|
@@ -78,12 +89,13 @@ export class ModifyDBInstanceDiskTypeRequest extends $dara.Model {
|
|
|
78
89
|
extraParam?: string;
|
|
79
90
|
/**
|
|
80
91
|
* @remarks
|
|
81
|
-
* The type
|
|
92
|
+
* The order type. Valid values:
|
|
93
|
+
*
|
|
94
|
+
* - **UPGRADE**: Upgrades the instance configuration.
|
|
82
95
|
*
|
|
83
|
-
*
|
|
84
|
-
* * **DOWNGRADE**
|
|
96
|
+
* - **DOWNGRADE**: Downgrades the instance configuration.
|
|
85
97
|
*
|
|
86
|
-
* >
|
|
98
|
+
* > This parameter is available only when the instance uses the subscription billing method.
|
|
87
99
|
*
|
|
88
100
|
* @example
|
|
89
101
|
* UPGRADE
|
|
@@ -17,7 +17,7 @@ export class ModifyDBInstanceMaintainTimeRequest extends $dara.Model {
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* The end time of the maintenance window. Specify the time in the ISO 8601 standard in the *HH:mm*Z format. The time must be in UTC.
|
|
19
19
|
*
|
|
20
|
-
* >
|
|
20
|
+
* > The end time must be later than the start time of the maintenance window.
|
|
21
21
|
*
|
|
22
22
|
* This parameter is required.
|
|
23
23
|
*
|
|
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The retention period of the original classic network address when you
|
|
8
|
+
* The retention period of the original classic network address when you switch the network type to VPC. Settings. Valid values: **14**, **30**, **60**, and **120**. Unit: days.
|
|
9
9
|
*
|
|
10
|
-
* > This parameter is required when the **NetworkType** parameter is set to **VPC** and the **RetainClassic** parameter is set to **True**.
|
|
10
|
+
* > This parameter is required when the **NetworkType** parameter settings is set to **VPC** and the **RetainClassic** parameter settings is set to **True**.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* 30
|
|
@@ -25,9 +25,8 @@ export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
|
25
25
|
DBInstanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The network type to switch
|
|
29
|
-
*
|
|
30
|
-
* * **VPC**
|
|
28
|
+
* The target network type to which you want to switch the instance. Valid values:
|
|
29
|
+
* - **VPC**: switches the network type to VPC.
|
|
31
30
|
*
|
|
32
31
|
* This parameter is required.
|
|
33
32
|
*
|
|
@@ -41,16 +40,12 @@ export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
|
41
40
|
resourceOwnerId?: number;
|
|
42
41
|
/**
|
|
43
42
|
* @remarks
|
|
44
|
-
* Specifies whether to retain the original classic network address when you
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
* * **False**: does not retain the original classic network address.
|
|
48
|
-
*
|
|
49
|
-
* >
|
|
43
|
+
* Specifies whether to retain the original classic network address when you switch the network type to VPC. Settings. Valid values:
|
|
44
|
+
* - **True**: retains the original classic network address.
|
|
45
|
+
* - **False**: does not retain the original classic network address.
|
|
50
46
|
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* * If you set this parameter to **True**, you must also specify the **ClassicExpiredDays** parameter.
|
|
47
|
+
* > - This parameter is required when the **NetworkType** parameter settings is set to **VPC**.
|
|
48
|
+
* > - If this parameter settings is set to **True**, you must also specify the **ClassicExpiredDays** parameter.
|
|
54
49
|
*
|
|
55
50
|
* @example
|
|
56
51
|
* False
|
|
@@ -58,9 +53,8 @@ export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
|
58
53
|
retainClassic?: string;
|
|
59
54
|
/**
|
|
60
55
|
* @remarks
|
|
61
|
-
* The ID
|
|
62
|
-
*
|
|
63
|
-
* > This parameter is required when the **NetworkType** parameter is set to **VPC**.
|
|
56
|
+
* The vSwitch ID in the VPC.
|
|
57
|
+
* > This parameter is required when the **NetworkType** parameter settings is set to **VPC**.
|
|
64
58
|
*
|
|
65
59
|
* @example
|
|
66
60
|
* vsw-bp1vj604nj5a9zz74****
|
|
@@ -68,9 +62,9 @@ export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
|
68
62
|
vSwitchId?: string;
|
|
69
63
|
/**
|
|
70
64
|
* @remarks
|
|
71
|
-
* The ID
|
|
65
|
+
* The VPC ID.
|
|
72
66
|
*
|
|
73
|
-
* > This parameter is required when the **NetworkType** parameter is set to **VPC**.
|
|
67
|
+
* > This parameter is required when the **NetworkType** parameter settings is set to **VPC**.
|
|
74
68
|
*
|
|
75
69
|
* @example
|
|
76
70
|
* vpc-bp1n3i15v90el48nx****
|
|
@@ -78,7 +72,7 @@ export class ModifyDBInstanceNetworkTypeRequest extends $dara.Model {
|
|
|
78
72
|
vpcId?: string;
|
|
79
73
|
/**
|
|
80
74
|
* @remarks
|
|
81
|
-
*
|
|
75
|
+
* The zone ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query the zone ID.
|
|
82
76
|
*
|
|
83
77
|
* This parameter is required.
|
|
84
78
|
*
|
|
@@ -5,10 +5,20 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* Specifies whether to enable automatic payment. Valid values:
|
|
8
|
+
* Specifies whether to enable automatic payment for the instance. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - **true**: enables automatic payment. Make sure that your account has a sufficient balance. This is the default value.
|
|
11
|
+
*
|
|
12
|
+
* <props="china">
|
|
13
|
+
*
|
|
14
|
+
* - **false**: disables automatic payment. You can log on to the ApsaraDB for MongoDB console to pay for the instance. In the upper-right corner of the page, choose **Billing Management** > **Billing Management**. In the left-side navigation pane, choose **Orders** > **My Orders**. On the **Product Orders** tab, find the order and complete the payment.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* <props="intl">
|
|
20
|
+
*
|
|
21
|
+
* - **false**: disables automatic payment. You can log on to the ApsaraDB for MongoDB console to pay for the instance. In the upper-right corner of the page, choose **Billing Management** > **Billing Management**. In the left-side navigation pane, click **Orders**. On the **Product Orders** page, find the order and complete the payment.
|
|
12
22
|
*
|
|
13
23
|
* @example
|
|
14
24
|
* true
|
|
@@ -24,17 +34,25 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
24
34
|
businessInfo?: string;
|
|
25
35
|
/**
|
|
26
36
|
* @remarks
|
|
27
|
-
*
|
|
37
|
+
* Specifies whether to use a coupon. Valid values:
|
|
38
|
+
*
|
|
39
|
+
* - **default** or **null** (default): A coupon is used.
|
|
40
|
+
*
|
|
41
|
+
* - **youhuiquan_promotion_option_id_for_blank**: No coupon is used.
|
|
28
42
|
*
|
|
29
43
|
* @example
|
|
30
|
-
*
|
|
44
|
+
* default
|
|
31
45
|
*/
|
|
32
46
|
couponNo?: string;
|
|
33
47
|
/**
|
|
34
48
|
* @remarks
|
|
35
|
-
* The instance type. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html). You can also call the [DescribeAvailableResource](https://help.aliyun.com/document_detail/149719.html) operation to
|
|
49
|
+
* The instance type. <props="intl">For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html). You can also call the [DescribeAvailableResource](https://help.aliyun.com/document_detail/149719.html) operation to query instance types.<props="china">
|
|
50
|
+
*
|
|
51
|
+
* - For a standalone instance or a replica set instance, this parameter specifies the instance type. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html). You can also call the [DescribeAvailableResource](https://help.aliyun.com/document_detail/149719.html) operation to query the instance types of standalone and replica set instances.
|
|
52
|
+
*
|
|
53
|
+
* - For a serverless instance, this parameter specifies the computing capacity of the instance. Valid values: 100 to 8000.
|
|
36
54
|
*
|
|
37
|
-
* > You must
|
|
55
|
+
* > You must configure one of the **DBInstanceStorage** and DBInstanceClass parameters.
|
|
38
56
|
*
|
|
39
57
|
* @example
|
|
40
58
|
* dds.sn4.xlarge.1
|
|
@@ -42,7 +60,7 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
42
60
|
DBInstanceClass?: string;
|
|
43
61
|
/**
|
|
44
62
|
* @remarks
|
|
45
|
-
* The ID
|
|
63
|
+
* The instance ID.
|
|
46
64
|
*
|
|
47
65
|
* This parameter is required.
|
|
48
66
|
*
|
|
@@ -52,13 +70,19 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
52
70
|
DBInstanceId?: string;
|
|
53
71
|
/**
|
|
54
72
|
* @remarks
|
|
55
|
-
* The storage capacity of the instance.
|
|
73
|
+
* The storage capacity of the instance. <props="intl">The value must be an integer that is greater than or equal to 10. The value increases in increments of 10. Unit: GB. The values that can be specified for this parameter are subject to the instance type. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html).
|
|
74
|
+
*
|
|
75
|
+
* <props="china">
|
|
76
|
+
*
|
|
77
|
+
* - The storage capacity of a standalone instance or a replica set instance must be a multiple of 10. The valid values are 10 to 3000. Unit: GB. The values that can be specified for this parameter are subject to the instance type. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html).
|
|
78
|
+
*
|
|
79
|
+
* - The storage capacity of a serverless instance must be a multiple of 1. The valid values are 1 to 100. Unit: GB.
|
|
56
80
|
*
|
|
57
|
-
* >
|
|
58
81
|
*
|
|
59
|
-
* * You must specify at least one of the DBInstanceStorage and **DBInstanceClass** parameters.
|
|
60
82
|
*
|
|
61
|
-
*
|
|
83
|
+
* > - You must configure one of the **DBInstanceClass** and DBInstanceStorage parameters.
|
|
84
|
+
* >
|
|
85
|
+
* > - You cannot decrease the storage capacity of an instance.
|
|
62
86
|
*
|
|
63
87
|
* @example
|
|
64
88
|
* 50
|
|
@@ -66,10 +90,11 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
66
90
|
DBInstanceStorage?: string;
|
|
67
91
|
/**
|
|
68
92
|
* @remarks
|
|
69
|
-
* The time
|
|
93
|
+
* The effective time of the configuration change. Valid values:
|
|
70
94
|
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
95
|
+
* - **Immediately**: The configuration change immediately takes effect. This is the default value.
|
|
96
|
+
*
|
|
97
|
+
* - **MaintainTime**: The configuration change takes effect during the maintenance window of the instance.
|
|
73
98
|
*
|
|
74
99
|
* @example
|
|
75
100
|
* Immediately
|
|
@@ -77,25 +102,11 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
77
102
|
effectiveTime?: string;
|
|
78
103
|
/**
|
|
79
104
|
* @remarks
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
* Valid values:
|
|
83
|
-
*
|
|
84
|
-
* * async
|
|
85
|
-
*
|
|
86
|
-
* <!-- -->
|
|
87
|
-
*
|
|
88
|
-
* <!-- -->
|
|
89
|
-
*
|
|
90
|
-
* <!-- -->
|
|
91
|
-
*
|
|
92
|
-
* * sync
|
|
105
|
+
* Additional parameters. Valid values:
|
|
93
106
|
*
|
|
94
|
-
*
|
|
107
|
+
* - **async**: The result is returned after the specification change order is created.
|
|
95
108
|
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
* <!-- -->
|
|
109
|
+
* - **sync**: The result is returned after the instance specification change is delivered.
|
|
99
110
|
*
|
|
100
111
|
* @example
|
|
101
112
|
* async
|
|
@@ -103,12 +114,13 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
103
114
|
extraParam?: string;
|
|
104
115
|
/**
|
|
105
116
|
* @remarks
|
|
106
|
-
* The
|
|
117
|
+
* The specification change type. Valid values:
|
|
118
|
+
*
|
|
119
|
+
* - **UPGRADE**: upgrades the specifications. This is the default value.
|
|
107
120
|
*
|
|
108
|
-
*
|
|
109
|
-
* * **DOWNGRADE** (default)
|
|
121
|
+
* - **DOWNGRADE**: downgrades the specifications.
|
|
110
122
|
*
|
|
111
|
-
* >
|
|
123
|
+
* > This parameter is available only for subscription instances.
|
|
112
124
|
*
|
|
113
125
|
* @example
|
|
114
126
|
* UPGRADE
|
|
@@ -120,9 +132,9 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
120
132
|
* @remarks
|
|
121
133
|
* The number of read-only nodes. Valid values: **0** to **5**.
|
|
122
134
|
*
|
|
123
|
-
* If
|
|
135
|
+
* If the network type of the instance is set to only **classic network** and **VPC**, you need to enable public access or release the classic network endpoint before you can change the **number of read-only nodes**.
|
|
124
136
|
*
|
|
125
|
-
* > You can go to the **Database Connections** page to view the types
|
|
137
|
+
* > You can log on to the ApsaraDB for MongoDB console and go to the **Database Connections** page to view the network types that have been enabled.
|
|
126
138
|
*
|
|
127
139
|
* @example
|
|
128
140
|
* 1
|
|
@@ -130,12 +142,15 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
130
142
|
readonlyReplicas?: string;
|
|
131
143
|
/**
|
|
132
144
|
* @remarks
|
|
133
|
-
* The number of nodes in the instance.
|
|
145
|
+
* The number of nodes in the instance. Default value: 3.
|
|
146
|
+
*
|
|
147
|
+
* - Valid values for replica set instances: **3**, **5**, and **7**.
|
|
134
148
|
*
|
|
135
|
-
*
|
|
136
|
-
* * Valid values for standalone instances: **1**
|
|
149
|
+
* - The value for standalone instances is fixed at **1**.
|
|
137
150
|
*
|
|
138
|
-
*
|
|
151
|
+
* - The value for replica set instances with shared storage (available only in the China site) is fixed at **2**.
|
|
152
|
+
*
|
|
153
|
+
* > This parameter is not required for serverless instances (available only in the China site).
|
|
139
154
|
*
|
|
140
155
|
* @example
|
|
141
156
|
* 3
|
|
@@ -144,23 +159,91 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
|
|
|
144
159
|
resourceOwnerAccount?: string;
|
|
145
160
|
resourceOwnerId?: number;
|
|
146
161
|
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The specifications of the Search node to be changed.
|
|
164
|
+
*
|
|
147
165
|
* @example
|
|
148
166
|
* mdb.shard.2x.xlarge.d
|
|
149
167
|
*/
|
|
150
168
|
searchNodeClass?: string;
|
|
151
169
|
/**
|
|
170
|
+
* @remarks
|
|
171
|
+
* The number of Search nodes to be changed.
|
|
172
|
+
*
|
|
152
173
|
* @example
|
|
153
174
|
* 2
|
|
154
175
|
*/
|
|
155
176
|
searchNodeCount?: number;
|
|
156
177
|
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* The capacity of the Search node to be changed.
|
|
180
|
+
*
|
|
157
181
|
* @example
|
|
158
182
|
* 20
|
|
159
183
|
*/
|
|
160
184
|
searchNodeStorage?: number;
|
|
185
|
+
/**
|
|
186
|
+
* @remarks
|
|
187
|
+
* The destination zone for the hidden node when you change the specifications and migrate the instance across zones.
|
|
188
|
+
* >Notice: This parameter applies only to cloud disk instances.
|
|
189
|
+
* >Notice: The value of this parameter cannot be the same as the value of the TargetZoneId or TargetSecondaryZoneId parameter.
|
|
190
|
+
*
|
|
191
|
+
* > - You must specify this parameter only when you change the specifications and migrate the instance across zones.
|
|
192
|
+
* >
|
|
193
|
+
* > - This parameter is available only for multi-zone migration.
|
|
194
|
+
* >
|
|
195
|
+
* > - The destination zone and the current zone must be in the same region.
|
|
196
|
+
* >
|
|
197
|
+
* > - You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query zone IDs.
|
|
198
|
+
*
|
|
199
|
+
* @example
|
|
200
|
+
* cn-hangzhou-i
|
|
201
|
+
*/
|
|
161
202
|
targetHiddenZoneId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* @remarks
|
|
205
|
+
* The destination secondary zone for the secondary node when you change the specifications and migrate the instance across zones.
|
|
206
|
+
* >Notice: This parameter applies only to cloud disk instances.
|
|
207
|
+
* >Notice: The value of this parameter cannot be the same as the value of the TargetZoneId or TargetHiddenZoneId parameter.
|
|
208
|
+
*
|
|
209
|
+
* > - You must specify this parameter only when you change the specifications and migrate the instance across zones.
|
|
210
|
+
* >
|
|
211
|
+
* > - This parameter is available only for multi-zone migration.
|
|
212
|
+
* >
|
|
213
|
+
* > - The destination zone and the current zone must be in the same region.
|
|
214
|
+
* >
|
|
215
|
+
* > - You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query zone IDs.
|
|
216
|
+
*
|
|
217
|
+
* @example
|
|
218
|
+
* cn-hangzhou-h
|
|
219
|
+
*/
|
|
162
220
|
targetSecondaryZoneId?: string;
|
|
221
|
+
/**
|
|
222
|
+
* @remarks
|
|
223
|
+
* The destination vSwitch ID when you change the specifications and migrate the instance across zones.
|
|
224
|
+
* >Notice: This parameter applies only to cloud disk instances.
|
|
225
|
+
*
|
|
226
|
+
* > - You must specify this parameter only when you change the specifications and migrate the instance across zones.
|
|
227
|
+
*
|
|
228
|
+
* @example
|
|
229
|
+
* vsw-bp1buy0h9myt5i9e7****
|
|
230
|
+
*/
|
|
163
231
|
targetVswitchId?: string;
|
|
232
|
+
/**
|
|
233
|
+
* @remarks
|
|
234
|
+
* The destination zone to which you want to migrate the instance when you change the specifications and migrate the instance across zones.
|
|
235
|
+
* >Notice: This parameter applies only to cloud disk instances.
|
|
236
|
+
* >Notice: The value of this parameter cannot be the same as the value of the TargetSecondaryZoneId or TargetHiddenZoneId parameter.
|
|
237
|
+
*
|
|
238
|
+
* > - You must specify this parameter only when you change the specifications and migrate the instance across zones.
|
|
239
|
+
* >
|
|
240
|
+
* > - The destination zone and the current zone must be in the same region.
|
|
241
|
+
* >
|
|
242
|
+
* > - You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query zone IDs.
|
|
243
|
+
*
|
|
244
|
+
* @example
|
|
245
|
+
* cn-hangzhou-j
|
|
246
|
+
*/
|
|
164
247
|
targetZoneId?: string;
|
|
165
248
|
static names(): { [key: string]: string } {
|
|
166
249
|
return {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyDBInstanceSpecResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The order ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 21012408824****
|
|
@@ -13,7 +13,7 @@ export class ModifyDBInstanceSpecResponseBody extends $dara.Model {
|
|
|
13
13
|
orderId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The ID
|
|
16
|
+
* The request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 1E9F1104-19E7-59F0-AB7F-F4EBFDEA****
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyDBInstanceSSLRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The instance ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -13,6 +13,27 @@ export class ModifyDBInstanceSSLRequest extends $dara.Model {
|
|
|
13
13
|
* dds-bp2235****
|
|
14
14
|
*/
|
|
15
15
|
DBInstanceId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Specifies whether to forcibly enable SSL encryption for connections. Valid values:
|
|
19
|
+
*
|
|
20
|
+
* - **1**: Forcibly enable SSL encryption.
|
|
21
|
+
*
|
|
22
|
+
* - **0**: Do not forcibly enable SSL encryption.
|
|
23
|
+
*
|
|
24
|
+
* > * Forced SSL encryption is supported only for MongoDB 7.0 and 8.0 instances that use cloud disks and meet the following minor engine version requirements:
|
|
25
|
+
* >
|
|
26
|
+
* > * - For version 7.0, the minor engine version must be 8.0.13 or later.
|
|
27
|
+
* >
|
|
28
|
+
* > * - For version 8.0, the minor engine version must be 9.0.5 or later.
|
|
29
|
+
*
|
|
30
|
+
* >Warning:
|
|
31
|
+
*
|
|
32
|
+
* After you enable forced SSL encryption, only SSL connections to the instance are allowed.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* 0
|
|
36
|
+
*/
|
|
16
37
|
forceEncryption?: string;
|
|
17
38
|
ownerAccount?: string;
|
|
18
39
|
ownerId?: number;
|
|
@@ -20,11 +41,13 @@ export class ModifyDBInstanceSSLRequest extends $dara.Model {
|
|
|
20
41
|
resourceOwnerId?: number;
|
|
21
42
|
/**
|
|
22
43
|
* @remarks
|
|
23
|
-
* The operation on the SSL feature. Valid values:
|
|
44
|
+
* The operation to perform on the SSL feature. Valid values:
|
|
24
45
|
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
46
|
+
* - **Open**: Enable SSL encryption.
|
|
47
|
+
*
|
|
48
|
+
* - **Close**: Disable SSL encryption.
|
|
49
|
+
*
|
|
50
|
+
* - **Update**: Update the SSL certificate.
|
|
28
51
|
*
|
|
29
52
|
* This parameter is required.
|
|
30
53
|
*
|
|
@@ -32,6 +55,17 @@ export class ModifyDBInstanceSSLRequest extends $dara.Model {
|
|
|
32
55
|
* Open
|
|
33
56
|
*/
|
|
34
57
|
SSLAction?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* The time to modify the SSL configuration of the MongoDB instance. Valid values:
|
|
61
|
+
*
|
|
62
|
+
* - 0: Modify immediately.
|
|
63
|
+
*
|
|
64
|
+
* - 1: Modify within the maintenance window.
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* 0
|
|
68
|
+
*/
|
|
35
69
|
switchMode?: string;
|
|
36
70
|
static names(): { [key: string]: string } {
|
|
37
71
|
return {
|
|
@@ -16,6 +16,21 @@ export class ModifyDBInstanceTDERequest extends $dara.Model {
|
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
18
|
* The ID of the custom key.
|
|
19
|
+
* Custom keys are supported only in the following regions. In other regions, the default key is used.
|
|
20
|
+
*
|
|
21
|
+
* - Singapore (ap-southeast-1)
|
|
22
|
+
*
|
|
23
|
+
* - Hangzhou (cn-hangzhou)
|
|
24
|
+
*
|
|
25
|
+
* - Shanghai (cn-shanghai)
|
|
26
|
+
*
|
|
27
|
+
* - Beijing (cn-beijing)
|
|
28
|
+
*
|
|
29
|
+
* - Shenzhen (cn-shenzhen)
|
|
30
|
+
*
|
|
31
|
+
* - Hong Kong (cn-hongkong)
|
|
32
|
+
*
|
|
33
|
+
* - Malaysia (ap-southeast-3)
|
|
19
34
|
*
|
|
20
35
|
* @example
|
|
21
36
|
* 749c1df7-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
@@ -25,7 +40,7 @@ export class ModifyDBInstanceTDERequest extends $dara.Model {
|
|
|
25
40
|
* @remarks
|
|
26
41
|
* The encryption method. Set the value to **aes-256-cbc**.
|
|
27
42
|
*
|
|
28
|
-
* > This parameter is
|
|
43
|
+
* > This parameter is available only when **TDEStatus** is set to **enabled**.
|
|
29
44
|
*
|
|
30
45
|
* @example
|
|
31
46
|
* aes-256-cbc
|
|
@@ -37,22 +52,33 @@ export class ModifyDBInstanceTDERequest extends $dara.Model {
|
|
|
37
52
|
resourceOwnerId?: number;
|
|
38
53
|
/**
|
|
39
54
|
* @remarks
|
|
40
|
-
* The Alibaba Cloud Resource Name (ARN) of the
|
|
41
|
-
*
|
|
42
|
-
* > * `$accountID`: specifies the ID of the Alibaba Cloud account. To view the account ID, log on to the Alibaba Cloud Management Console, move your pointer over your profile picture in the upper-right corner, and then click Security Settings.
|
|
55
|
+
* The Alibaba Cloud Resource Name (ARN) of the RAM role. The format is `acs:ram::$accountID:role/$roleName `.
|
|
43
56
|
*
|
|
44
|
-
* >
|
|
57
|
+
* > - `$accountID`: The ID of your Alibaba Cloud account. To view the ID, log on to the Alibaba Cloud Management Console, move the pointer over your profile picture in the upper-right corner, and then click Security Settings.
|
|
58
|
+
* >
|
|
59
|
+
* > - `$roleName`: The name of the RAM role. To view the name, log on to the RAM console, click RAM Role Management in the navigation pane on the left, and then view the role name in the RAM Role Name list.
|
|
45
60
|
*
|
|
46
61
|
* @example
|
|
47
62
|
* acs:ram::123456789012****:role/adminrole
|
|
48
63
|
*/
|
|
49
64
|
roleARN?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @remarks
|
|
67
|
+
* Specifies when to enable TDE. Valid values:
|
|
68
|
+
*
|
|
69
|
+
* - 0: Enables TDE immediately.
|
|
70
|
+
*
|
|
71
|
+
* - 1: Enables TDE during the maintenance window.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* 0
|
|
75
|
+
*/
|
|
50
76
|
switchMode?: string;
|
|
51
77
|
/**
|
|
52
78
|
* @remarks
|
|
53
|
-
* The TDE status.
|
|
79
|
+
* The TDE status. Set the value to **enabled** to enable TDE.
|
|
54
80
|
*
|
|
55
|
-
* > You cannot disable TDE after
|
|
81
|
+
* > You cannot disable TDE after you enable it. Enable this feature with caution.
|
|
56
82
|
*
|
|
57
83
|
* This parameter is required.
|
|
58
84
|
*
|
|
@@ -7,9 +7,11 @@ export class ModifyGlobalSecurityIPGroupNameRequest extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* The name of the IP whitelist template. The name must meet the following requirements:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* - It can contain lowercase letters, digits, and underscores (_).
|
|
11
|
+
*
|
|
12
|
+
* - It must start with a letter and end with a letter or digit.
|
|
13
|
+
*
|
|
14
|
+
* - It must be 2 to 120 characters in length.
|
|
13
15
|
*
|
|
14
16
|
* This parameter is required.
|
|
15
17
|
*
|