@huaweicloud/huaweicloud-sdk-cbr 3.1.36
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cbr.d.ts +2 -0
- package/huaweicloud-sdk-cbr.js +31 -0
- package/package.json +19 -0
- package/v1/CbrClient.d.ts +1175 -0
- package/v1/CbrClient.js +2558 -0
- package/v1/CbrRegion.d.ts +22 -0
- package/v1/CbrRegion.js +57 -0
- package/v1/model/AddMemberRequest.d.ts +10 -0
- package/v1/model/AddMemberRequest.js +28 -0
- package/v1/model/AddMemberResponse.d.ts +9 -0
- package/v1/model/AddMemberResponse.js +35 -0
- package/v1/model/AddMembersReq.d.ts +5 -0
- package/v1/model/AddMembersReq.js +14 -0
- package/v1/model/AddVaultResourceRequest.d.ts +10 -0
- package/v1/model/AddVaultResourceRequest.js +28 -0
- package/v1/model/AddVaultResourceResponse.d.ts +8 -0
- package/v1/model/AddVaultResourceResponse.js +41 -0
- package/v1/model/AssociateVaultPolicyRequest.d.ts +10 -0
- package/v1/model/AssociateVaultPolicyRequest.js +28 -0
- package/v1/model/AssociateVaultPolicyResponse.d.ts +9 -0
- package/v1/model/AssociateVaultPolicyResponse.js +41 -0
- package/v1/model/BackupExtendInfo.d.ts +51 -0
- package/v1/model/BackupExtendInfo.js +143 -0
- package/v1/model/BackupReplicateReq.d.ts +6 -0
- package/v1/model/BackupReplicateReq.js +14 -0
- package/v1/model/BackupReplicateReqBody.d.ts +23 -0
- package/v1/model/BackupReplicateReqBody.js +76 -0
- package/v1/model/BackupReplicateRespBody.d.ts +35 -0
- package/v1/model/BackupReplicateRespBody.js +121 -0
- package/v1/model/BackupResp.d.ts +118 -0
- package/v1/model/BackupResp.js +335 -0
- package/v1/model/BackupRestore.d.ts +22 -0
- package/v1/model/BackupRestore.js +69 -0
- package/v1/model/BackupRestoreReq.d.ts +6 -0
- package/v1/model/BackupRestoreReq.js +14 -0
- package/v1/model/BackupRestoreServerMapping.d.ts +11 -0
- package/v1/model/BackupRestoreServerMapping.js +39 -0
- package/v1/model/BackupSync.d.ts +35 -0
- package/v1/model/BackupSync.js +129 -0
- package/v1/model/BackupSyncReq.d.ts +6 -0
- package/v1/model/BackupSyncReq.js +14 -0
- package/v1/model/BackupSyncRespBody.d.ts +11 -0
- package/v1/model/BackupSyncRespBody.js +39 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsRequest.d.ts +10 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsRequest.js +28 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsResponse.d.ts +4 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsResponse.js +27 -0
- package/v1/model/BillbingCreateExtraInfo.d.ts +11 -0
- package/v1/model/BillbingCreateExtraInfo.js +37 -0
- package/v1/model/Billing.d.ts +119 -0
- package/v1/model/Billing.js +258 -0
- package/v1/model/BillingCreate.d.ts +119 -0
- package/v1/model/BillingCreate.js +286 -0
- package/v1/model/BillingUpdate.d.ts +17 -0
- package/v1/model/BillingUpdate.js +36 -0
- package/v1/model/BindRulesTags.d.ts +7 -0
- package/v1/model/BindRulesTags.js +19 -0
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.d.ts +21 -0
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.js +41 -0
- package/v1/model/CbcOrderResult.d.ts +11 -0
- package/v1/model/CbcOrderResult.js +27 -0
- package/v1/model/CheckpointCreate.d.ts +35 -0
- package/v1/model/CheckpointCreate.js +80 -0
- package/v1/model/CheckpointCreateSkippedResource.d.ts +13 -0
- package/v1/model/CheckpointCreateSkippedResource.js +29 -0
- package/v1/model/CheckpointExtraInfoResp.d.ts +11 -0
- package/v1/model/CheckpointExtraInfoResp.js +31 -0
- package/v1/model/CheckpointParam.d.ts +24 -0
- package/v1/model/CheckpointParam.js +67 -0
- package/v1/model/CheckpointPlanCreate.d.ts +15 -0
- package/v1/model/CheckpointPlanCreate.js +37 -0
- package/v1/model/CheckpointReplicateParam.d.ts +27 -0
- package/v1/model/CheckpointReplicateParam.js +97 -0
- package/v1/model/CheckpointReplicateReq.d.ts +6 -0
- package/v1/model/CheckpointReplicateReq.js +14 -0
- package/v1/model/CheckpointReplicateRespBody.d.ts +34 -0
- package/v1/model/CheckpointReplicateRespBody.js +119 -0
- package/v1/model/CheckpointReplicateRespbackups.d.ts +11 -0
- package/v1/model/CheckpointReplicateRespbackups.js +39 -0
- package/v1/model/CheckpointResourceResp.d.ts +40 -0
- package/v1/model/CheckpointResourceResp.js +106 -0
- package/v1/model/CopyBackupRequest.d.ts +10 -0
- package/v1/model/CopyBackupRequest.js +28 -0
- package/v1/model/CopyBackupResponse.d.ts +7 -0
- package/v1/model/CopyBackupResponse.js +31 -0
- package/v1/model/CopyCheckpointRequest.d.ts +6 -0
- package/v1/model/CopyCheckpointRequest.js +13 -0
- package/v1/model/CopyCheckpointResponse.d.ts +7 -0
- package/v1/model/CopyCheckpointResponse.js +31 -0
- package/v1/model/CreateCheckpointRequest.d.ts +6 -0
- package/v1/model/CreateCheckpointRequest.js +13 -0
- package/v1/model/CreateCheckpointResponse.d.ts +7 -0
- package/v1/model/CreateCheckpointResponse.js +31 -0
- package/v1/model/CreatePolicyRequest.d.ts +6 -0
- package/v1/model/CreatePolicyRequest.js +13 -0
- package/v1/model/CreatePolicyResponse.d.ts +7 -0
- package/v1/model/CreatePolicyResponse.js +31 -0
- package/v1/model/CreateVaultRequest.d.ts +6 -0
- package/v1/model/CreateVaultRequest.js +13 -0
- package/v1/model/CreateVaultResponse.d.ts +7 -0
- package/v1/model/CreateVaultResponse.js +31 -0
- package/v1/model/CreateVaultTagsRequest.d.ts +10 -0
- package/v1/model/CreateVaultTagsRequest.js +28 -0
- package/v1/model/CreateVaultTagsResponse.d.ts +4 -0
- package/v1/model/CreateVaultTagsResponse.js +27 -0
- package/v1/model/DeleteBackupRequest.d.ts +7 -0
- package/v1/model/DeleteBackupRequest.js +24 -0
- package/v1/model/DeleteBackupResponse.d.ts +4 -0
- package/v1/model/DeleteBackupResponse.js +27 -0
- package/v1/model/DeleteMemberRequest.d.ts +11 -0
- package/v1/model/DeleteMemberRequest.js +39 -0
- package/v1/model/DeleteMemberResponse.d.ts +4 -0
- package/v1/model/DeleteMemberResponse.js +27 -0
- package/v1/model/DeletePolicyRequest.d.ts +7 -0
- package/v1/model/DeletePolicyRequest.js +24 -0
- package/v1/model/DeletePolicyResponse.d.ts +4 -0
- package/v1/model/DeletePolicyResponse.js +27 -0
- package/v1/model/DeleteVaultRequest.d.ts +7 -0
- package/v1/model/DeleteVaultRequest.js +24 -0
- package/v1/model/DeleteVaultResponse.d.ts +4 -0
- package/v1/model/DeleteVaultResponse.js +27 -0
- package/v1/model/DeleteVaultTagRequest.d.ts +9 -0
- package/v1/model/DeleteVaultTagRequest.js +29 -0
- package/v1/model/DeleteVaultTagResponse.d.ts +4 -0
- package/v1/model/DeleteVaultTagResponse.js +27 -0
- package/v1/model/DisassociateVaultPolicyRequest.d.ts +10 -0
- package/v1/model/DisassociateVaultPolicyRequest.js +28 -0
- package/v1/model/DisassociateVaultPolicyResponse.d.ts +9 -0
- package/v1/model/DisassociateVaultPolicyResponse.js +41 -0
- package/v1/model/ImageData.d.ts +7 -0
- package/v1/model/ImageData.js +23 -0
- package/v1/model/ImportBackupRequest.d.ts +6 -0
- package/v1/model/ImportBackupRequest.js +13 -0
- package/v1/model/ImportBackupResponse.d.ts +7 -0
- package/v1/model/ImportBackupResponse.js +31 -0
- package/v1/model/ListBackupsRequest.d.ts +128 -0
- package/v1/model/ListBackupsRequest.js +305 -0
- package/v1/model/ListBackupsResponse.d.ts +13 -0
- package/v1/model/ListBackupsResponse.js +43 -0
- package/v1/model/ListOpLogsRequest.d.ts +71 -0
- package/v1/model/ListOpLogsRequest.js +175 -0
- package/v1/model/ListOpLogsResponse.d.ts +15 -0
- package/v1/model/ListOpLogsResponse.js +53 -0
- package/v1/model/ListPoliciesRequest.d.ts +19 -0
- package/v1/model/ListPoliciesRequest.js +46 -0
- package/v1/model/ListPoliciesResponse.d.ts +9 -0
- package/v1/model/ListPoliciesResponse.js +35 -0
- package/v1/model/ListProtectableRequest.d.ts +31 -0
- package/v1/model/ListProtectableRequest.js +71 -0
- package/v1/model/ListProtectableResponse.d.ts +7 -0
- package/v1/model/ListProtectableResponse.js +31 -0
- package/v1/model/ListVaultRequest.d.ts +53 -0
- package/v1/model/ListVaultRequest.js +131 -0
- package/v1/model/ListVaultResponse.d.ts +13 -0
- package/v1/model/ListVaultResponse.js +43 -0
- package/v1/model/Match.d.ts +7 -0
- package/v1/model/Match.js +19 -0
- package/v1/model/Member.d.ts +40 -0
- package/v1/model/Member.js +112 -0
- package/v1/model/MigrateVaultResourceRequest.d.ts +10 -0
- package/v1/model/MigrateVaultResourceRequest.js +28 -0
- package/v1/model/MigrateVaultResourceResponse.d.ts +8 -0
- package/v1/model/MigrateVaultResourceResponse.js +41 -0
- package/v1/model/OpErrorInfo.d.ts +7 -0
- package/v1/model/OpErrorInfo.js +17 -0
- package/v1/model/OpExtendInfoBckup.d.ts +41 -0
- package/v1/model/OpExtendInfoBckup.js +102 -0
- package/v1/model/OpExtendInfoCommon.d.ts +13 -0
- package/v1/model/OpExtendInfoCommon.js +43 -0
- package/v1/model/OpExtendInfoDelete.d.ts +11 -0
- package/v1/model/OpExtendInfoDelete.js +39 -0
- package/v1/model/OpExtendInfoRemoveResources.d.ts +14 -0
- package/v1/model/OpExtendInfoRemoveResources.js +41 -0
- package/v1/model/OpExtendInfoReplication.d.ts +43 -0
- package/v1/model/OpExtendInfoReplication.js +154 -0
- package/v1/model/OpExtendInfoRestore.d.ts +19 -0
- package/v1/model/OpExtendInfoRestore.js +65 -0
- package/v1/model/OpExtendInfoSync.d.ts +15 -0
- package/v1/model/OpExtendInfoSync.js +51 -0
- package/v1/model/OpExtendInfoVaultDelete.d.ts +11 -0
- package/v1/model/OpExtendInfoVaultDelete.js +37 -0
- package/v1/model/OpExtraInfo.d.ts +36 -0
- package/v1/model/OpExtraInfo.js +77 -0
- package/v1/model/OperationLog.d.ts +87 -0
- package/v1/model/OperationLog.js +234 -0
- package/v1/model/Policy.d.ts +34 -0
- package/v1/model/Policy.js +82 -0
- package/v1/model/PolicyAssociateVault.d.ts +11 -0
- package/v1/model/PolicyAssociateVault.js +38 -0
- package/v1/model/PolicyCreate.d.ts +27 -0
- package/v1/model/PolicyCreate.js +62 -0
- package/v1/model/PolicyCreateReq.d.ts +6 -0
- package/v1/model/PolicyCreateReq.js +14 -0
- package/v1/model/PolicyTriggerPropertiesReq.d.ts +5 -0
- package/v1/model/PolicyTriggerPropertiesReq.js +14 -0
- package/v1/model/PolicyTriggerPropertiesResp.d.ts +9 -0
- package/v1/model/PolicyTriggerPropertiesResp.js +28 -0
- package/v1/model/PolicyTriggerReq.d.ts +6 -0
- package/v1/model/PolicyTriggerReq.js +14 -0
- package/v1/model/PolicyTriggerResp.d.ts +19 -0
- package/v1/model/PolicyTriggerResp.js +35 -0
- package/v1/model/PolicyUpdate.d.ts +15 -0
- package/v1/model/PolicyUpdate.js +35 -0
- package/v1/model/PolicyUpdateReq.d.ts +6 -0
- package/v1/model/PolicyUpdateReq.js +14 -0
- package/v1/model/PolicyoODCreate.d.ts +41 -0
- package/v1/model/PolicyoODCreate.js +139 -0
- package/v1/model/ProtectableReplicationCapabilitiesRespRegion.d.ts +9 -0
- package/v1/model/ProtectableReplicationCapabilitiesRespRegion.js +29 -0
- package/v1/model/ProtectableResult.d.ts +14 -0
- package/v1/model/ProtectableResult.js +30 -0
- package/v1/model/ProtectablesResp.d.ts +29 -0
- package/v1/model/ProtectablesResp.js +56 -0
- package/v1/model/RemoveVaultResourceRequest.d.ts +10 -0
- package/v1/model/RemoveVaultResourceRequest.js +28 -0
- package/v1/model/RemoveVaultResourceResponse.d.ts +8 -0
- package/v1/model/RemoveVaultResourceResponse.js +41 -0
- package/v1/model/ReplicationRecordGet.d.ts +67 -0
- package/v1/model/ReplicationRecordGet.js +198 -0
- package/v1/model/ReplicationRecordsExtraInfo.d.ts +21 -0
- package/v1/model/ReplicationRecordsExtraInfo.js +69 -0
- package/v1/model/Resource.d.ts +14 -0
- package/v1/model/Resource.js +37 -0
- package/v1/model/ResourceCreate.d.ts +14 -0
- package/v1/model/ResourceCreate.js +37 -0
- package/v1/model/ResourceExtraInfo.d.ts +12 -0
- package/v1/model/ResourceExtraInfo.js +37 -0
- package/v1/model/ResourceExtraInfoIncludeVolumes.d.ts +9 -0
- package/v1/model/ResourceExtraInfoIncludeVolumes.js +28 -0
- package/v1/model/ResourceResp.d.ts +43 -0
- package/v1/model/ResourceResp.js +110 -0
- package/v1/model/RestoreBackupRequest.d.ts +10 -0
- package/v1/model/RestoreBackupRequest.js +28 -0
- package/v1/model/RestoreBackupResponse.d.ts +4 -0
- package/v1/model/RestoreBackupResponse.js +27 -0
- package/v1/model/ShowBackupRequest.d.ts +7 -0
- package/v1/model/ShowBackupRequest.js +24 -0
- package/v1/model/ShowBackupResponse.d.ts +7 -0
- package/v1/model/ShowBackupResponse.js +31 -0
- package/v1/model/ShowCheckpointRequest.d.ts +7 -0
- package/v1/model/ShowCheckpointRequest.js +24 -0
- package/v1/model/ShowCheckpointResponse.d.ts +7 -0
- package/v1/model/ShowCheckpointResponse.js +31 -0
- package/v1/model/ShowMemberDetailRequest.d.ts +11 -0
- package/v1/model/ShowMemberDetailRequest.js +39 -0
- package/v1/model/ShowMemberDetailResponse.d.ts +7 -0
- package/v1/model/ShowMemberDetailResponse.js +31 -0
- package/v1/model/ShowMembersDetailRequest.d.ts +29 -0
- package/v1/model/ShowMembersDetailRequest.js +86 -0
- package/v1/model/ShowMembersDetailResponse.d.ts +9 -0
- package/v1/model/ShowMembersDetailResponse.js +35 -0
- package/v1/model/ShowOpLogRequest.d.ts +7 -0
- package/v1/model/ShowOpLogRequest.js +24 -0
- package/v1/model/ShowOpLogResponse.d.ts +9 -0
- package/v1/model/ShowOpLogResponse.js +41 -0
- package/v1/model/ShowPolicyRequest.d.ts +7 -0
- package/v1/model/ShowPolicyRequest.js +24 -0
- package/v1/model/ShowPolicyResponse.d.ts +7 -0
- package/v1/model/ShowPolicyResponse.js +31 -0
- package/v1/model/ShowProtectableRequest.d.ts +19 -0
- package/v1/model/ShowProtectableRequest.js +48 -0
- package/v1/model/ShowProtectableResponse.d.ts +7 -0
- package/v1/model/ShowProtectableResponse.js +31 -0
- package/v1/model/ShowReplicationCapabilitiesRequest.d.ts +3 -0
- package/v1/model/ShowReplicationCapabilitiesRequest.js +9 -0
- package/v1/model/ShowReplicationCapabilitiesResponse.d.ts +7 -0
- package/v1/model/ShowReplicationCapabilitiesResponse.js +31 -0
- package/v1/model/ShowVaultProjectTagRequest.d.ts +3 -0
- package/v1/model/ShowVaultProjectTagRequest.js +9 -0
- package/v1/model/ShowVaultProjectTagResponse.d.ts +7 -0
- package/v1/model/ShowVaultProjectTagResponse.js +31 -0
- package/v1/model/ShowVaultRequest.d.ts +7 -0
- package/v1/model/ShowVaultRequest.js +24 -0
- package/v1/model/ShowVaultResourceInstancesRequest.d.ts +6 -0
- package/v1/model/ShowVaultResourceInstancesRequest.js +13 -0
- package/v1/model/ShowVaultResourceInstancesResponse.d.ts +11 -0
- package/v1/model/ShowVaultResourceInstancesResponse.js +45 -0
- package/v1/model/ShowVaultResponse.d.ts +7 -0
- package/v1/model/ShowVaultResponse.js +31 -0
- package/v1/model/ShowVaultTagRequest.d.ts +7 -0
- package/v1/model/ShowVaultTagRequest.js +24 -0
- package/v1/model/ShowVaultTagResponse.d.ts +12 -0
- package/v1/model/ShowVaultTagResponse.js +45 -0
- package/v1/model/SysTag.d.ts +7 -0
- package/v1/model/SysTag.js +19 -0
- package/v1/model/SysTags.d.ts +7 -0
- package/v1/model/SysTags.js +19 -0
- package/v1/model/Tag.d.ts +7 -0
- package/v1/model/Tag.js +18 -0
- package/v1/model/TagResource.d.ts +24 -0
- package/v1/model/TagResource.js +74 -0
- package/v1/model/TagsReq.d.ts +7 -0
- package/v1/model/TagsReq.js +19 -0
- package/v1/model/TagsResp.d.ts +7 -0
- package/v1/model/TagsResp.js +17 -0
- package/v1/model/UpdateMember.d.ts +18 -0
- package/v1/model/UpdateMember.js +38 -0
- package/v1/model/UpdateMemberStatusRequest.d.ts +14 -0
- package/v1/model/UpdateMemberStatusRequest.js +43 -0
- package/v1/model/UpdateMemberStatusResponse.d.ts +7 -0
- package/v1/model/UpdateMemberStatusResponse.js +31 -0
- package/v1/model/UpdatePolicyRequest.d.ts +10 -0
- package/v1/model/UpdatePolicyRequest.js +28 -0
- package/v1/model/UpdatePolicyResponse.d.ts +7 -0
- package/v1/model/UpdatePolicyResponse.js +31 -0
- package/v1/model/UpdateVaultRequest.d.ts +10 -0
- package/v1/model/UpdateVaultRequest.js +28 -0
- package/v1/model/UpdateVaultResponse.d.ts +7 -0
- package/v1/model/UpdateVaultResponse.js +31 -0
- package/v1/model/Vault.d.ts +57 -0
- package/v1/model/Vault.js +169 -0
- package/v1/model/VaultAddResourceReq.d.ts +6 -0
- package/v1/model/VaultAddResourceReq.js +14 -0
- package/v1/model/VaultAssociate.d.ts +15 -0
- package/v1/model/VaultAssociate.js +51 -0
- package/v1/model/VaultBackup.d.ts +10 -0
- package/v1/model/VaultBackup.js +28 -0
- package/v1/model/VaultBackupReq.d.ts +6 -0
- package/v1/model/VaultBackupReq.js +14 -0
- package/v1/model/VaultBindRules.d.ts +6 -0
- package/v1/model/VaultBindRules.js +13 -0
- package/v1/model/VaultCreate.d.ts +37 -0
- package/v1/model/VaultCreate.js +102 -0
- package/v1/model/VaultCreateReq.d.ts +6 -0
- package/v1/model/VaultCreateReq.js +14 -0
- package/v1/model/VaultCreateResource.d.ts +64 -0
- package/v1/model/VaultCreateResource.js +181 -0
- package/v1/model/VaultDissociate.d.ts +7 -0
- package/v1/model/VaultDissociate.js +24 -0
- package/v1/model/VaultGet.d.ts +63 -0
- package/v1/model/VaultGet.js +188 -0
- package/v1/model/VaultMigrateResourceReq.d.ts +11 -0
- package/v1/model/VaultMigrateResourceReq.js +39 -0
- package/v1/model/VaultPolicyResp.d.ts +15 -0
- package/v1/model/VaultPolicyResp.js +53 -0
- package/v1/model/VaultRemoveResourceReq.d.ts +7 -0
- package/v1/model/VaultRemoveResourceReq.js +24 -0
- package/v1/model/VaultResourceInstancesReq.d.ts +60 -0
- package/v1/model/VaultResourceInstancesReq.js +146 -0
- package/v1/model/VaultTagsCreateReq.d.ts +6 -0
- package/v1/model/VaultTagsCreateReq.js +13 -0
- package/v1/model/VaultUpdate.d.ts +27 -0
- package/v1/model/VaultUpdate.js +77 -0
- package/v1/model/VaultUpdateReq.d.ts +6 -0
- package/v1/model/VaultUpdateReq.js +14 -0
- package/v1/public-api.d.ts +171 -0
- package/v1/public-api.js +187 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BillingUpdateConsistentLevelEnum = exports.BillingUpdate = void 0;
|
4
|
+
var BillingUpdate = /** @class */ (function () {
|
5
|
+
function BillingUpdate() {
|
6
|
+
}
|
7
|
+
BillingUpdate.prototype.withConsistentLevel = function (consistentLevel) {
|
8
|
+
this['consistent_level'] = consistentLevel;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(BillingUpdate.prototype, "consistentLevel", {
|
12
|
+
get: function () {
|
13
|
+
return this['consistent_level'];
|
14
|
+
},
|
15
|
+
set: function (consistentLevel) {
|
16
|
+
this['consistent_level'] = consistentLevel;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
BillingUpdate.prototype.withSize = function (size) {
|
22
|
+
this['size'] = size;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
return BillingUpdate;
|
26
|
+
}());
|
27
|
+
exports.BillingUpdate = BillingUpdate;
|
28
|
+
/**
|
29
|
+
* @export
|
30
|
+
* @enum {string}
|
31
|
+
*/
|
32
|
+
var BillingUpdateConsistentLevelEnum;
|
33
|
+
(function (BillingUpdateConsistentLevelEnum) {
|
34
|
+
BillingUpdateConsistentLevelEnum["APP_CONSISTENT"] = "app_consistent";
|
35
|
+
BillingUpdateConsistentLevelEnum["CRASH_CONSISTENT"] = "crash_consistent";
|
36
|
+
})(BillingUpdateConsistentLevelEnum = exports.BillingUpdateConsistentLevelEnum || (exports.BillingUpdateConsistentLevelEnum = {}));
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BindRulesTags = void 0;
|
4
|
+
var BindRulesTags = /** @class */ (function () {
|
5
|
+
function BindRulesTags(key, value) {
|
6
|
+
this['key'] = key;
|
7
|
+
this['value'] = value;
|
8
|
+
}
|
9
|
+
BindRulesTags.prototype.withKey = function (key) {
|
10
|
+
this['key'] = key;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
BindRulesTags.prototype.withValue = function (value) {
|
14
|
+
this['value'] = value;
|
15
|
+
return this;
|
16
|
+
};
|
17
|
+
return BindRulesTags;
|
18
|
+
}());
|
19
|
+
exports.BindRulesTags = BindRulesTags;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { SysTag } from './SysTag';
|
2
|
+
import { Tag } from './Tag';
|
3
|
+
export declare class BulkCreateAndDeleteVaultTagsReq {
|
4
|
+
tags?: Array<Tag>;
|
5
|
+
private 'sys_tags'?;
|
6
|
+
action: BulkCreateAndDeleteVaultTagsReqActionEnum;
|
7
|
+
constructor(action?: any);
|
8
|
+
withTags(tags: Array<Tag>): BulkCreateAndDeleteVaultTagsReq;
|
9
|
+
withSysTags(sysTags: Array<SysTag>): BulkCreateAndDeleteVaultTagsReq;
|
10
|
+
set sysTags(sysTags: Array<SysTag> | undefined);
|
11
|
+
get sysTags(): Array<SysTag> | undefined;
|
12
|
+
withAction(action: BulkCreateAndDeleteVaultTagsReqActionEnum): BulkCreateAndDeleteVaultTagsReq;
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* @export
|
16
|
+
* @enum {string}
|
17
|
+
*/
|
18
|
+
export declare enum BulkCreateAndDeleteVaultTagsReqActionEnum {
|
19
|
+
CREATE = "create",
|
20
|
+
DELETE = " delete"
|
21
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BulkCreateAndDeleteVaultTagsReqActionEnum = exports.BulkCreateAndDeleteVaultTagsReq = void 0;
|
4
|
+
var BulkCreateAndDeleteVaultTagsReq = /** @class */ (function () {
|
5
|
+
function BulkCreateAndDeleteVaultTagsReq(action) {
|
6
|
+
this['action'] = action;
|
7
|
+
}
|
8
|
+
BulkCreateAndDeleteVaultTagsReq.prototype.withTags = function (tags) {
|
9
|
+
this['tags'] = tags;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
BulkCreateAndDeleteVaultTagsReq.prototype.withSysTags = function (sysTags) {
|
13
|
+
this['sys_tags'] = sysTags;
|
14
|
+
return this;
|
15
|
+
};
|
16
|
+
Object.defineProperty(BulkCreateAndDeleteVaultTagsReq.prototype, "sysTags", {
|
17
|
+
get: function () {
|
18
|
+
return this['sys_tags'];
|
19
|
+
},
|
20
|
+
set: function (sysTags) {
|
21
|
+
this['sys_tags'] = sysTags;
|
22
|
+
},
|
23
|
+
enumerable: false,
|
24
|
+
configurable: true
|
25
|
+
});
|
26
|
+
BulkCreateAndDeleteVaultTagsReq.prototype.withAction = function (action) {
|
27
|
+
this['action'] = action;
|
28
|
+
return this;
|
29
|
+
};
|
30
|
+
return BulkCreateAndDeleteVaultTagsReq;
|
31
|
+
}());
|
32
|
+
exports.BulkCreateAndDeleteVaultTagsReq = BulkCreateAndDeleteVaultTagsReq;
|
33
|
+
/**
|
34
|
+
* @export
|
35
|
+
* @enum {string}
|
36
|
+
*/
|
37
|
+
var BulkCreateAndDeleteVaultTagsReqActionEnum;
|
38
|
+
(function (BulkCreateAndDeleteVaultTagsReqActionEnum) {
|
39
|
+
BulkCreateAndDeleteVaultTagsReqActionEnum["CREATE"] = "create";
|
40
|
+
BulkCreateAndDeleteVaultTagsReqActionEnum["DELETE"] = " delete";
|
41
|
+
})(BulkCreateAndDeleteVaultTagsReqActionEnum = exports.BulkCreateAndDeleteVaultTagsReqActionEnum || (exports.BulkCreateAndDeleteVaultTagsReqActionEnum = {}));
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class CbcOrderResult {
|
2
|
+
cloudServiceId?: string;
|
3
|
+
orderId: string;
|
4
|
+
subscribeResult: number;
|
5
|
+
resourceId?: string;
|
6
|
+
constructor(orderId?: any, subscribeResult?: any);
|
7
|
+
withCloudServiceId(cloudServiceId: string): CbcOrderResult;
|
8
|
+
withOrderId(orderId: string): CbcOrderResult;
|
9
|
+
withSubscribeResult(subscribeResult: number): CbcOrderResult;
|
10
|
+
withResourceId(resourceId: string): CbcOrderResult;
|
11
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CbcOrderResult = void 0;
|
4
|
+
var CbcOrderResult = /** @class */ (function () {
|
5
|
+
function CbcOrderResult(orderId, subscribeResult) {
|
6
|
+
this['orderId'] = orderId;
|
7
|
+
this['subscribeResult'] = subscribeResult;
|
8
|
+
}
|
9
|
+
CbcOrderResult.prototype.withCloudServiceId = function (cloudServiceId) {
|
10
|
+
this['cloudServiceId'] = cloudServiceId;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
CbcOrderResult.prototype.withOrderId = function (orderId) {
|
14
|
+
this['orderId'] = orderId;
|
15
|
+
return this;
|
16
|
+
};
|
17
|
+
CbcOrderResult.prototype.withSubscribeResult = function (subscribeResult) {
|
18
|
+
this['subscribeResult'] = subscribeResult;
|
19
|
+
return this;
|
20
|
+
};
|
21
|
+
CbcOrderResult.prototype.withResourceId = function (resourceId) {
|
22
|
+
this['resourceId'] = resourceId;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
return CbcOrderResult;
|
26
|
+
}());
|
27
|
+
exports.CbcOrderResult = CbcOrderResult;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { CheckpointExtraInfoResp } from './CheckpointExtraInfoResp';
|
2
|
+
import { CheckpointPlanCreate } from './CheckpointPlanCreate';
|
3
|
+
export declare class CheckpointCreate {
|
4
|
+
private 'created_at';
|
5
|
+
id: string;
|
6
|
+
private 'project_id';
|
7
|
+
status: CheckpointCreateStatusEnum;
|
8
|
+
vault?: CheckpointPlanCreate;
|
9
|
+
private 'extra_info'?;
|
10
|
+
constructor(createdAt?: any, id?: any, projectId?: any, status?: any);
|
11
|
+
withCreatedAt(createdAt: string): CheckpointCreate;
|
12
|
+
set createdAt(createdAt: string | undefined);
|
13
|
+
get createdAt(): string | undefined;
|
14
|
+
withId(id: string): CheckpointCreate;
|
15
|
+
withProjectId(projectId: string): CheckpointCreate;
|
16
|
+
set projectId(projectId: string | undefined);
|
17
|
+
get projectId(): string | undefined;
|
18
|
+
withStatus(status: CheckpointCreateStatusEnum): CheckpointCreate;
|
19
|
+
withVault(vault: CheckpointPlanCreate): CheckpointCreate;
|
20
|
+
withExtraInfo(extraInfo: CheckpointExtraInfoResp): CheckpointCreate;
|
21
|
+
set extraInfo(extraInfo: CheckpointExtraInfoResp | undefined);
|
22
|
+
get extraInfo(): CheckpointExtraInfoResp | undefined;
|
23
|
+
}
|
24
|
+
/**
|
25
|
+
* @export
|
26
|
+
* @enum {string}
|
27
|
+
*/
|
28
|
+
export declare enum CheckpointCreateStatusEnum {
|
29
|
+
AVAILABLE = "available",
|
30
|
+
DELETING = "deleting",
|
31
|
+
PROTECTING = "protecting",
|
32
|
+
DELETED = "deleted",
|
33
|
+
ERROR_DELETING = "error-deleting",
|
34
|
+
ERROR = "error"
|
35
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointCreateStatusEnum = exports.CheckpointCreate = void 0;
|
4
|
+
var CheckpointCreate = /** @class */ (function () {
|
5
|
+
function CheckpointCreate(createdAt, id, projectId, status) {
|
6
|
+
this['created_at'] = createdAt;
|
7
|
+
this['id'] = id;
|
8
|
+
this['project_id'] = projectId;
|
9
|
+
this['status'] = status;
|
10
|
+
}
|
11
|
+
CheckpointCreate.prototype.withCreatedAt = function (createdAt) {
|
12
|
+
this['created_at'] = createdAt;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
Object.defineProperty(CheckpointCreate.prototype, "createdAt", {
|
16
|
+
get: function () {
|
17
|
+
return this['created_at'];
|
18
|
+
},
|
19
|
+
set: function (createdAt) {
|
20
|
+
this['created_at'] = createdAt;
|
21
|
+
},
|
22
|
+
enumerable: false,
|
23
|
+
configurable: true
|
24
|
+
});
|
25
|
+
CheckpointCreate.prototype.withId = function (id) {
|
26
|
+
this['id'] = id;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
CheckpointCreate.prototype.withProjectId = function (projectId) {
|
30
|
+
this['project_id'] = projectId;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(CheckpointCreate.prototype, "projectId", {
|
34
|
+
get: function () {
|
35
|
+
return this['project_id'];
|
36
|
+
},
|
37
|
+
set: function (projectId) {
|
38
|
+
this['project_id'] = projectId;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
CheckpointCreate.prototype.withStatus = function (status) {
|
44
|
+
this['status'] = status;
|
45
|
+
return this;
|
46
|
+
};
|
47
|
+
CheckpointCreate.prototype.withVault = function (vault) {
|
48
|
+
this['vault'] = vault;
|
49
|
+
return this;
|
50
|
+
};
|
51
|
+
CheckpointCreate.prototype.withExtraInfo = function (extraInfo) {
|
52
|
+
this['extra_info'] = extraInfo;
|
53
|
+
return this;
|
54
|
+
};
|
55
|
+
Object.defineProperty(CheckpointCreate.prototype, "extraInfo", {
|
56
|
+
get: function () {
|
57
|
+
return this['extra_info'];
|
58
|
+
},
|
59
|
+
set: function (extraInfo) {
|
60
|
+
this['extra_info'] = extraInfo;
|
61
|
+
},
|
62
|
+
enumerable: false,
|
63
|
+
configurable: true
|
64
|
+
});
|
65
|
+
return CheckpointCreate;
|
66
|
+
}());
|
67
|
+
exports.CheckpointCreate = CheckpointCreate;
|
68
|
+
/**
|
69
|
+
* @export
|
70
|
+
* @enum {string}
|
71
|
+
*/
|
72
|
+
var CheckpointCreateStatusEnum;
|
73
|
+
(function (CheckpointCreateStatusEnum) {
|
74
|
+
CheckpointCreateStatusEnum["AVAILABLE"] = "available";
|
75
|
+
CheckpointCreateStatusEnum["DELETING"] = "deleting";
|
76
|
+
CheckpointCreateStatusEnum["PROTECTING"] = "protecting";
|
77
|
+
CheckpointCreateStatusEnum["DELETED"] = "deleted";
|
78
|
+
CheckpointCreateStatusEnum["ERROR_DELETING"] = "error-deleting";
|
79
|
+
CheckpointCreateStatusEnum["ERROR"] = "error";
|
80
|
+
})(CheckpointCreateStatusEnum = exports.CheckpointCreateStatusEnum || (exports.CheckpointCreateStatusEnum = {}));
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare class CheckpointCreateSkippedResource {
|
2
|
+
id?: string;
|
3
|
+
type?: string;
|
4
|
+
name?: string;
|
5
|
+
code?: string;
|
6
|
+
reason?: string;
|
7
|
+
constructor();
|
8
|
+
withId(id: string): CheckpointCreateSkippedResource;
|
9
|
+
withType(type: string): CheckpointCreateSkippedResource;
|
10
|
+
withName(name: string): CheckpointCreateSkippedResource;
|
11
|
+
withCode(code: string): CheckpointCreateSkippedResource;
|
12
|
+
withReason(reason: string): CheckpointCreateSkippedResource;
|
13
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointCreateSkippedResource = void 0;
|
4
|
+
var CheckpointCreateSkippedResource = /** @class */ (function () {
|
5
|
+
function CheckpointCreateSkippedResource() {
|
6
|
+
}
|
7
|
+
CheckpointCreateSkippedResource.prototype.withId = function (id) {
|
8
|
+
this['id'] = id;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
CheckpointCreateSkippedResource.prototype.withType = function (type) {
|
12
|
+
this['type'] = type;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
CheckpointCreateSkippedResource.prototype.withName = function (name) {
|
16
|
+
this['name'] = name;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
CheckpointCreateSkippedResource.prototype.withCode = function (code) {
|
20
|
+
this['code'] = code;
|
21
|
+
return this;
|
22
|
+
};
|
23
|
+
CheckpointCreateSkippedResource.prototype.withReason = function (reason) {
|
24
|
+
this['reason'] = reason;
|
25
|
+
return this;
|
26
|
+
};
|
27
|
+
return CheckpointCreateSkippedResource;
|
28
|
+
}());
|
29
|
+
exports.CheckpointCreateSkippedResource = CheckpointCreateSkippedResource;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class CheckpointExtraInfoResp {
|
2
|
+
name?: string;
|
3
|
+
description?: string;
|
4
|
+
private 'retention_duration'?;
|
5
|
+
constructor();
|
6
|
+
withName(name: string): CheckpointExtraInfoResp;
|
7
|
+
withDescription(description: string): CheckpointExtraInfoResp;
|
8
|
+
withRetentionDuration(retentionDuration: number): CheckpointExtraInfoResp;
|
9
|
+
set retentionDuration(retentionDuration: number | undefined);
|
10
|
+
get retentionDuration(): number | undefined;
|
11
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointExtraInfoResp = void 0;
|
4
|
+
var CheckpointExtraInfoResp = /** @class */ (function () {
|
5
|
+
function CheckpointExtraInfoResp() {
|
6
|
+
}
|
7
|
+
CheckpointExtraInfoResp.prototype.withName = function (name) {
|
8
|
+
this['name'] = name;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
CheckpointExtraInfoResp.prototype.withDescription = function (description) {
|
12
|
+
this['description'] = description;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
CheckpointExtraInfoResp.prototype.withRetentionDuration = function (retentionDuration) {
|
16
|
+
this['retention_duration'] = retentionDuration;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
Object.defineProperty(CheckpointExtraInfoResp.prototype, "retentionDuration", {
|
20
|
+
get: function () {
|
21
|
+
return this['retention_duration'];
|
22
|
+
},
|
23
|
+
set: function (retentionDuration) {
|
24
|
+
this['retention_duration'] = retentionDuration;
|
25
|
+
},
|
26
|
+
enumerable: false,
|
27
|
+
configurable: true
|
28
|
+
});
|
29
|
+
return CheckpointExtraInfoResp;
|
30
|
+
}());
|
31
|
+
exports.CheckpointExtraInfoResp = CheckpointExtraInfoResp;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { Resource } from './Resource';
|
2
|
+
export declare class CheckpointParam {
|
3
|
+
private 'auto_trigger'?;
|
4
|
+
description?: string;
|
5
|
+
incremental?: boolean;
|
6
|
+
name?: string;
|
7
|
+
resources?: Array<string>;
|
8
|
+
private 'resource_details'?;
|
9
|
+
private 'policy_id'?;
|
10
|
+
constructor();
|
11
|
+
withAutoTrigger(autoTrigger: boolean): CheckpointParam;
|
12
|
+
set autoTrigger(autoTrigger: boolean | undefined);
|
13
|
+
get autoTrigger(): boolean | undefined;
|
14
|
+
withDescription(description: string): CheckpointParam;
|
15
|
+
withIncremental(incremental: boolean): CheckpointParam;
|
16
|
+
withName(name: string): CheckpointParam;
|
17
|
+
withResources(resources: Array<string>): CheckpointParam;
|
18
|
+
withResourceDetails(resourceDetails: Array<Resource>): CheckpointParam;
|
19
|
+
set resourceDetails(resourceDetails: Array<Resource> | undefined);
|
20
|
+
get resourceDetails(): Array<Resource> | undefined;
|
21
|
+
withPolicyId(policyId: string): CheckpointParam;
|
22
|
+
set policyId(policyId: string | undefined);
|
23
|
+
get policyId(): string | undefined;
|
24
|
+
}
|
@@ -0,0 +1,67 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointParam = void 0;
|
4
|
+
var CheckpointParam = /** @class */ (function () {
|
5
|
+
function CheckpointParam() {
|
6
|
+
}
|
7
|
+
CheckpointParam.prototype.withAutoTrigger = function (autoTrigger) {
|
8
|
+
this['auto_trigger'] = autoTrigger;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(CheckpointParam.prototype, "autoTrigger", {
|
12
|
+
get: function () {
|
13
|
+
return this['auto_trigger'];
|
14
|
+
},
|
15
|
+
set: function (autoTrigger) {
|
16
|
+
this['auto_trigger'] = autoTrigger;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
CheckpointParam.prototype.withDescription = function (description) {
|
22
|
+
this['description'] = description;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
CheckpointParam.prototype.withIncremental = function (incremental) {
|
26
|
+
this['incremental'] = incremental;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
CheckpointParam.prototype.withName = function (name) {
|
30
|
+
this['name'] = name;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
CheckpointParam.prototype.withResources = function (resources) {
|
34
|
+
this['resources'] = resources;
|
35
|
+
return this;
|
36
|
+
};
|
37
|
+
CheckpointParam.prototype.withResourceDetails = function (resourceDetails) {
|
38
|
+
this['resource_details'] = resourceDetails;
|
39
|
+
return this;
|
40
|
+
};
|
41
|
+
Object.defineProperty(CheckpointParam.prototype, "resourceDetails", {
|
42
|
+
get: function () {
|
43
|
+
return this['resource_details'];
|
44
|
+
},
|
45
|
+
set: function (resourceDetails) {
|
46
|
+
this['resource_details'] = resourceDetails;
|
47
|
+
},
|
48
|
+
enumerable: false,
|
49
|
+
configurable: true
|
50
|
+
});
|
51
|
+
CheckpointParam.prototype.withPolicyId = function (policyId) {
|
52
|
+
this['policy_id'] = policyId;
|
53
|
+
return this;
|
54
|
+
};
|
55
|
+
Object.defineProperty(CheckpointParam.prototype, "policyId", {
|
56
|
+
get: function () {
|
57
|
+
return this['policy_id'];
|
58
|
+
},
|
59
|
+
set: function (policyId) {
|
60
|
+
this['policy_id'] = policyId;
|
61
|
+
},
|
62
|
+
enumerable: false,
|
63
|
+
configurable: true
|
64
|
+
});
|
65
|
+
return CheckpointParam;
|
66
|
+
}());
|
67
|
+
exports.CheckpointParam = CheckpointParam;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { CheckpointCreateSkippedResource } from './CheckpointCreateSkippedResource';
|
2
|
+
import { CheckpointResourceResp } from './CheckpointResourceResp';
|
3
|
+
export declare class CheckpointPlanCreate {
|
4
|
+
id: string;
|
5
|
+
name: string;
|
6
|
+
resources?: Array<CheckpointResourceResp>;
|
7
|
+
private 'skipped_resources'?;
|
8
|
+
constructor(id?: any, name?: any);
|
9
|
+
withId(id: string): CheckpointPlanCreate;
|
10
|
+
withName(name: string): CheckpointPlanCreate;
|
11
|
+
withResources(resources: Array<CheckpointResourceResp>): CheckpointPlanCreate;
|
12
|
+
withSkippedResources(skippedResources: Array<CheckpointCreateSkippedResource>): CheckpointPlanCreate;
|
13
|
+
set skippedResources(skippedResources: Array<CheckpointCreateSkippedResource> | undefined);
|
14
|
+
get skippedResources(): Array<CheckpointCreateSkippedResource> | undefined;
|
15
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointPlanCreate = void 0;
|
4
|
+
var CheckpointPlanCreate = /** @class */ (function () {
|
5
|
+
function CheckpointPlanCreate(id, name) {
|
6
|
+
this['id'] = id;
|
7
|
+
this['name'] = name;
|
8
|
+
}
|
9
|
+
CheckpointPlanCreate.prototype.withId = function (id) {
|
10
|
+
this['id'] = id;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
CheckpointPlanCreate.prototype.withName = function (name) {
|
14
|
+
this['name'] = name;
|
15
|
+
return this;
|
16
|
+
};
|
17
|
+
CheckpointPlanCreate.prototype.withResources = function (resources) {
|
18
|
+
this['resources'] = resources;
|
19
|
+
return this;
|
20
|
+
};
|
21
|
+
CheckpointPlanCreate.prototype.withSkippedResources = function (skippedResources) {
|
22
|
+
this['skipped_resources'] = skippedResources;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(CheckpointPlanCreate.prototype, "skippedResources", {
|
26
|
+
get: function () {
|
27
|
+
return this['skipped_resources'];
|
28
|
+
},
|
29
|
+
set: function (skippedResources) {
|
30
|
+
this['skipped_resources'] = skippedResources;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
return CheckpointPlanCreate;
|
36
|
+
}());
|
37
|
+
exports.CheckpointPlanCreate = CheckpointPlanCreate;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export declare class CheckpointReplicateParam {
|
2
|
+
private 'auto_trigger'?;
|
3
|
+
private 'destination_project_id';
|
4
|
+
private 'destination_region';
|
5
|
+
private 'destination_vault_id';
|
6
|
+
private 'enable_acceleration'?;
|
7
|
+
private 'vault_id';
|
8
|
+
constructor(destinationProjectId?: any, destinationRegion?: any, destinationVaultId?: any, vaultId?: any);
|
9
|
+
withAutoTrigger(autoTrigger: boolean): CheckpointReplicateParam;
|
10
|
+
set autoTrigger(autoTrigger: boolean | undefined);
|
11
|
+
get autoTrigger(): boolean | undefined;
|
12
|
+
withDestinationProjectId(destinationProjectId: string): CheckpointReplicateParam;
|
13
|
+
set destinationProjectId(destinationProjectId: string | undefined);
|
14
|
+
get destinationProjectId(): string | undefined;
|
15
|
+
withDestinationRegion(destinationRegion: string): CheckpointReplicateParam;
|
16
|
+
set destinationRegion(destinationRegion: string | undefined);
|
17
|
+
get destinationRegion(): string | undefined;
|
18
|
+
withDestinationVaultId(destinationVaultId: string): CheckpointReplicateParam;
|
19
|
+
set destinationVaultId(destinationVaultId: string | undefined);
|
20
|
+
get destinationVaultId(): string | undefined;
|
21
|
+
withEnableAcceleration(enableAcceleration: boolean): CheckpointReplicateParam;
|
22
|
+
set enableAcceleration(enableAcceleration: boolean | undefined);
|
23
|
+
get enableAcceleration(): boolean | undefined;
|
24
|
+
withVaultId(vaultId: string): CheckpointReplicateParam;
|
25
|
+
set vaultId(vaultId: string | undefined);
|
26
|
+
get vaultId(): string | undefined;
|
27
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointReplicateParam = void 0;
|
4
|
+
var CheckpointReplicateParam = /** @class */ (function () {
|
5
|
+
function CheckpointReplicateParam(destinationProjectId, destinationRegion, destinationVaultId, vaultId) {
|
6
|
+
this['destination_project_id'] = destinationProjectId;
|
7
|
+
this['destination_region'] = destinationRegion;
|
8
|
+
this['destination_vault_id'] = destinationVaultId;
|
9
|
+
this['vault_id'] = vaultId;
|
10
|
+
}
|
11
|
+
CheckpointReplicateParam.prototype.withAutoTrigger = function (autoTrigger) {
|
12
|
+
this['auto_trigger'] = autoTrigger;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "autoTrigger", {
|
16
|
+
get: function () {
|
17
|
+
return this['auto_trigger'];
|
18
|
+
},
|
19
|
+
set: function (autoTrigger) {
|
20
|
+
this['auto_trigger'] = autoTrigger;
|
21
|
+
},
|
22
|
+
enumerable: false,
|
23
|
+
configurable: true
|
24
|
+
});
|
25
|
+
CheckpointReplicateParam.prototype.withDestinationProjectId = function (destinationProjectId) {
|
26
|
+
this['destination_project_id'] = destinationProjectId;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "destinationProjectId", {
|
30
|
+
get: function () {
|
31
|
+
return this['destination_project_id'];
|
32
|
+
},
|
33
|
+
set: function (destinationProjectId) {
|
34
|
+
this['destination_project_id'] = destinationProjectId;
|
35
|
+
},
|
36
|
+
enumerable: false,
|
37
|
+
configurable: true
|
38
|
+
});
|
39
|
+
CheckpointReplicateParam.prototype.withDestinationRegion = function (destinationRegion) {
|
40
|
+
this['destination_region'] = destinationRegion;
|
41
|
+
return this;
|
42
|
+
};
|
43
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "destinationRegion", {
|
44
|
+
get: function () {
|
45
|
+
return this['destination_region'];
|
46
|
+
},
|
47
|
+
set: function (destinationRegion) {
|
48
|
+
this['destination_region'] = destinationRegion;
|
49
|
+
},
|
50
|
+
enumerable: false,
|
51
|
+
configurable: true
|
52
|
+
});
|
53
|
+
CheckpointReplicateParam.prototype.withDestinationVaultId = function (destinationVaultId) {
|
54
|
+
this['destination_vault_id'] = destinationVaultId;
|
55
|
+
return this;
|
56
|
+
};
|
57
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "destinationVaultId", {
|
58
|
+
get: function () {
|
59
|
+
return this['destination_vault_id'];
|
60
|
+
},
|
61
|
+
set: function (destinationVaultId) {
|
62
|
+
this['destination_vault_id'] = destinationVaultId;
|
63
|
+
},
|
64
|
+
enumerable: false,
|
65
|
+
configurable: true
|
66
|
+
});
|
67
|
+
CheckpointReplicateParam.prototype.withEnableAcceleration = function (enableAcceleration) {
|
68
|
+
this['enable_acceleration'] = enableAcceleration;
|
69
|
+
return this;
|
70
|
+
};
|
71
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "enableAcceleration", {
|
72
|
+
get: function () {
|
73
|
+
return this['enable_acceleration'];
|
74
|
+
},
|
75
|
+
set: function (enableAcceleration) {
|
76
|
+
this['enable_acceleration'] = enableAcceleration;
|
77
|
+
},
|
78
|
+
enumerable: false,
|
79
|
+
configurable: true
|
80
|
+
});
|
81
|
+
CheckpointReplicateParam.prototype.withVaultId = function (vaultId) {
|
82
|
+
this['vault_id'] = vaultId;
|
83
|
+
return this;
|
84
|
+
};
|
85
|
+
Object.defineProperty(CheckpointReplicateParam.prototype, "vaultId", {
|
86
|
+
get: function () {
|
87
|
+
return this['vault_id'];
|
88
|
+
},
|
89
|
+
set: function (vaultId) {
|
90
|
+
this['vault_id'] = vaultId;
|
91
|
+
},
|
92
|
+
enumerable: false,
|
93
|
+
configurable: true
|
94
|
+
});
|
95
|
+
return CheckpointReplicateParam;
|
96
|
+
}());
|
97
|
+
exports.CheckpointReplicateParam = CheckpointReplicateParam;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { CheckpointReplicateParam } from './CheckpointReplicateParam';
|
2
|
+
export declare class CheckpointReplicateReq {
|
3
|
+
replicate: CheckpointReplicateParam;
|
4
|
+
constructor(replicate?: any);
|
5
|
+
withReplicate(replicate: CheckpointReplicateParam): CheckpointReplicateReq;
|
6
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CheckpointReplicateReq = void 0;
|
4
|
+
var CheckpointReplicateReq = /** @class */ (function () {
|
5
|
+
function CheckpointReplicateReq(replicate) {
|
6
|
+
this['replicate'] = replicate;
|
7
|
+
}
|
8
|
+
CheckpointReplicateReq.prototype.withReplicate = function (replicate) {
|
9
|
+
this['replicate'] = replicate;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return CheckpointReplicateReq;
|
13
|
+
}());
|
14
|
+
exports.CheckpointReplicateReq = CheckpointReplicateReq;
|