@huaweicloud/huaweicloud-sdk-cbr 3.1.45 → 3.1.46
Sign up to get free protection for your applications and to get access to all the features.
- package/huaweicloud-sdk-cbr.ts +4 -0
- package/package.json +4 -4
- package/v1/{CbrClient.js → CbrClient.ts} +1907 -1124
- package/v1/CbrRegion.ts +64 -0
- package/v1/model/AddAgentPathRequest.ts +24 -0
- package/v1/model/AddAgentPathResponse.ts +18 -0
- package/v1/model/AddMemberRequest.ts +24 -0
- package/v1/model/AddMemberResponse.ts +19 -0
- package/v1/model/AddMembersReq.ts +12 -0
- package/v1/model/AddVaultResourceRequest.ts +24 -0
- package/v1/model/AddVaultResourceResponse.ts +19 -0
- package/v1/model/Agent.ts +128 -0
- package/v1/model/AgentAddPathReq.ts +18 -0
- package/v1/model/AgentRegister.ts +87 -0
- package/v1/model/AgentRegisterReq.ts +13 -0
- package/v1/model/AgentRemovePathReq.ts +18 -0
- package/v1/model/AgentUpdate.ts +20 -0
- package/v1/model/AgentUpdateReq.ts +13 -0
- package/v1/model/AssociateVaultPolicyRequest.ts +24 -0
- package/v1/model/AssociateVaultPolicyResponse.ts +20 -0
- package/v1/model/BackupExtendInfo.ts +120 -0
- package/v1/model/BackupReplicateReq.ts +13 -0
- package/v1/model/BackupReplicateReqBody.ts +63 -0
- package/v1/model/BackupReplicateRespBody.ts +94 -0
- package/v1/model/BackupResp.ts +283 -0
- package/v1/model/BackupRestore.ts +56 -0
- package/v1/model/BackupRestoreReq.ts +13 -0
- package/v1/model/BackupRestoreServerMapping.ts +30 -0
- package/v1/model/BackupSync.ts +102 -0
- package/v1/model/BackupSyncReq.ts +13 -0
- package/v1/model/BackupSyncRespBody.ts +30 -0
- package/v1/model/BackupUpdate.ts +11 -0
- package/v1/model/BackupUpdateReq.ts +12 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsRequest.ts +24 -0
- package/v1/model/BatchCreateAndDeleteVaultTagsResponse.ts +8 -0
- package/v1/model/BatchUpdateVaultRequest.ts +12 -0
- package/v1/model/BatchUpdateVaultRequestBody.ts +13 -0
- package/v1/model/BatchUpdateVaultResponse.ts +19 -0
- package/v1/model/Billing.ts +220 -0
- package/v1/model/BillingCreate.ts +223 -0
- package/v1/model/BillingUpdate.ts +31 -0
- package/v1/model/BindRulesTags.ts +18 -0
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.ts +39 -0
- package/v1/model/CbcOrderResult.ts +28 -0
- package/v1/model/CbcProductInfoUpdate.ts +29 -0
- package/v1/model/CbcUpdate.ts +35 -0
- package/v1/model/CheckAgentRequest.ts +12 -0
- package/v1/model/CheckAgentResponse.ts +20 -0
- package/v1/model/CheckpointCreate.ts +73 -0
- package/v1/model/CheckpointCreateSkippedResource.ts +31 -0
- package/v1/model/CheckpointExtraInfoResp.ts +27 -0
- package/v1/model/CheckpointParam.ts +60 -0
- package/v1/model/CheckpointPlanCreate.ts +36 -0
- package/v1/model/CheckpointReplicateParam.ts +76 -0
- package/v1/model/CheckpointReplicateReq.ts +13 -0
- package/v1/model/CheckpointReplicateRespBody.ts +97 -0
- package/v1/model/CheckpointReplicateRespbackups.ts +30 -0
- package/v1/model/CheckpointResourceResp.ts +91 -0
- package/v1/model/CombinedOrder.ts +39 -0
- package/v1/model/CopyBackupRequest.ts +24 -0
- package/v1/model/CopyBackupResponse.ts +14 -0
- package/v1/model/CopyCheckpointRequest.ts +12 -0
- package/v1/model/CopyCheckpointResponse.ts +14 -0
- package/v1/model/CreateCheckpointRequest.ts +12 -0
- package/v1/model/CreateCheckpointResponse.ts +14 -0
- package/v1/model/CreatePolicyRequest.ts +12 -0
- package/v1/model/CreatePolicyResponse.ts +14 -0
- package/v1/model/CreatePostPaidVaultRequest.ts +12 -0
- package/v1/model/CreatePostPaidVaultResponse.ts +35 -0
- package/v1/model/CreateVaultRequest.ts +12 -0
- package/v1/model/CreateVaultResponse.ts +14 -0
- package/v1/model/CreateVaultTagsRequest.ts +24 -0
- package/v1/model/CreateVaultTagsResponse.ts +8 -0
- package/v1/model/DeleteBackupRequest.ts +18 -0
- package/v1/model/DeleteBackupResponse.ts +8 -0
- package/v1/model/DeleteMemberRequest.ts +30 -0
- package/v1/model/DeleteMemberResponse.ts +8 -0
- package/v1/model/DeletePolicyRequest.ts +18 -0
- package/v1/model/DeletePolicyResponse.ts +8 -0
- package/v1/model/DeleteVaultRequest.ts +18 -0
- package/v1/model/DeleteVaultResponse.ts +8 -0
- package/v1/model/DeleteVaultTagRequest.ts +24 -0
- package/v1/model/DeleteVaultTagResponse.ts +8 -0
- package/v1/model/DisassociateVaultPolicyRequest.ts +24 -0
- package/v1/model/DisassociateVaultPolicyResponse.ts +20 -0
- package/v1/model/DomainMigrate.ts +24 -0
- package/v1/model/DomainMigrateProjectStatus.ts +84 -0
- package/v1/model/DomainProjectsInfo.ts +30 -0
- package/v1/model/ImageData.ts +17 -0
- package/v1/model/ImportBackupRequest.ts +12 -0
- package/v1/model/ImportBackupResponse.ts +14 -0
- package/v1/model/ImportCheckpointRequest.ts +12 -0
- package/v1/model/ImportCheckpointResponse.ts +14 -0
- package/v1/model/InstancesResourceDetail.ts +12 -0
- package/v1/model/ListAgentRequest.ts +32 -0
- package/v1/model/ListAgentResponse.ts +29 -0
- package/v1/model/ListBackupsRequest.ts +261 -0
- package/v1/model/ListBackupsResponse.ts +29 -0
- package/v1/model/ListDomainProjectsRequest.ts +18 -0
- package/v1/model/ListDomainProjectsResponse.ts +14 -0
- package/v1/model/ListExternalVaultRequest.ts +92 -0
- package/v1/model/ListExternalVaultResponse.ts +29 -0
- package/v1/model/ListOpLogsRequest.ts +147 -0
- package/v1/model/ListOpLogsResponse.ts +35 -0
- package/v1/model/ListPoliciesRequest.ts +37 -0
- package/v1/model/ListPoliciesResponse.ts +19 -0
- package/v1/model/ListProjectsRequest.ts +6 -0
- package/v1/model/ListProjectsResponse.ts +20 -0
- package/v1/model/ListProtectableRequest.ts +68 -0
- package/v1/model/ListProtectableResponse.ts +14 -0
- package/v1/model/ListVaultRequest.ts +114 -0
- package/v1/model/ListVaultResponse.ts +29 -0
- package/v1/model/Match.ts +18 -0
- package/v1/model/Member.ts +93 -0
- package/v1/model/MigrateDomainRequest.ts +12 -0
- package/v1/model/MigrateDomainResponse.ts +13 -0
- package/v1/model/MigrateVaultResourceRequest.ts +24 -0
- package/v1/model/MigrateVaultResourceResponse.ts +19 -0
- package/v1/model/OpErrorInfo.ts +16 -0
- package/v1/model/OpExtendInfoBckup.ts +84 -0
- package/v1/model/OpExtendInfoCommon.ts +35 -0
- package/v1/model/OpExtendInfoDelete.ts +30 -0
- package/v1/model/OpExtendInfoRemoveResources.ts +34 -0
- package/v1/model/OpExtendInfoReplication.ts +121 -0
- package/v1/model/OpExtendInfoRestore.ts +50 -0
- package/v1/model/OpExtendInfoSync.ts +39 -0
- package/v1/model/OpExtendInfoVaultDelete.ts +28 -0
- package/v1/model/OpExtraInfo.ts +80 -0
- package/v1/model/OperationLog.ts +195 -0
- package/v1/model/Path.ts +38 -0
- package/v1/model/Policy.ts +77 -0
- package/v1/model/PolicyAssociateVault.ts +29 -0
- package/v1/model/PolicyCreate.ts +58 -0
- package/v1/model/PolicyCreateReq.ts +13 -0
- package/v1/model/PolicyTriggerPropertiesReq.ts +12 -0
- package/v1/model/PolicyTriggerPropertiesResp.ts +23 -0
- package/v1/model/PolicyTriggerReq.ts +13 -0
- package/v1/model/PolicyTriggerResp.ts +37 -0
- package/v1/model/PolicyUpdate.ts +34 -0
- package/v1/model/PolicyUpdateReq.ts +13 -0
- package/v1/model/PolicyoODCreate.ts +121 -0
- package/v1/model/ProjectsListInfo.ts +65 -0
- package/v1/model/ProtectableAgentReq.ts +19 -0
- package/v1/model/ProtectableAgentStatus.ts +48 -0
- package/v1/model/ProtectableAgentStatusResource.ts +41 -0
- package/v1/model/ProtectableReplicationCapabilitiesRespRegion.ts +24 -0
- package/v1/model/ProtectableResult.ts +33 -0
- package/v1/model/ProtectablesResp.ts +62 -0
- package/v1/model/RegisterAgentRequest.ts +12 -0
- package/v1/model/RegisterAgentResponse.ts +14 -0
- package/v1/model/RemoveAgentPathRequest.ts +24 -0
- package/v1/model/RemoveAgentPathResponse.ts +24 -0
- package/v1/model/RemoveVaultResourceRequest.ts +24 -0
- package/v1/model/RemoveVaultResourceResponse.ts +19 -0
- package/v1/model/ReplicationRecordGet.ts +162 -0
- package/v1/model/ReplicationRecordsExtraInfo.ts +55 -0
- package/v1/model/Resource.ts +35 -0
- package/v1/model/ResourceCreate.ts +35 -0
- package/v1/model/ResourceExtraInfo.ts +29 -0
- package/v1/model/ResourceExtraInfoIncludeVolumes.ts +23 -0
- package/v1/model/ResourceResp.ts +97 -0
- package/v1/model/RestoreBackupRequest.ts +24 -0
- package/v1/model/RestoreBackupResponse.ts +8 -0
- package/v1/model/SelfLinksInfo.ts +11 -0
- package/v1/model/SetVaultResourceRequest.ts +24 -0
- package/v1/model/SetVaultResourceResponse.ts +19 -0
- package/v1/model/ShowAgentRequest.ts +18 -0
- package/v1/model/ShowAgentResponse.ts +14 -0
- package/v1/model/ShowBackupRequest.ts +18 -0
- package/v1/model/ShowBackupResponse.ts +14 -0
- package/v1/model/ShowCheckpointRequest.ts +18 -0
- package/v1/model/ShowCheckpointResponse.ts +14 -0
- package/v1/model/ShowDomainRequest.ts +18 -0
- package/v1/model/ShowDomainResponse.ts +52 -0
- package/v1/model/ShowMemberDetailRequest.ts +30 -0
- package/v1/model/ShowMemberDetailResponse.ts +14 -0
- package/v1/model/ShowMembersDetailRequest.ts +76 -0
- package/v1/model/ShowMembersDetailResponse.ts +19 -0
- package/v1/model/ShowMetadataRequest.ts +18 -0
- package/v1/model/ShowMetadataResponse.ts +60 -0
- package/v1/model/ShowMigrateStatusRequest.ts +17 -0
- package/v1/model/ShowMigrateStatusResponse.ts +35 -0
- package/v1/model/ShowOpLogRequest.ts +18 -0
- package/v1/model/ShowOpLogResponse.ts +20 -0
- package/v1/model/ShowPolicyRequest.ts +18 -0
- package/v1/model/ShowPolicyResponse.ts +14 -0
- package/v1/model/ShowProtectableRequest.ts +39 -0
- package/v1/model/ShowProtectableResponse.ts +14 -0
- package/v1/model/ShowReplicationCapabilitiesRequest.ts +6 -0
- package/v1/model/ShowReplicationCapabilitiesResponse.ts +14 -0
- package/v1/model/ShowStorageUsageRequest.ts +47 -0
- package/v1/model/ShowStorageUsageResponse.ts +31 -0
- package/v1/model/ShowSummaryRequest.ts +6 -0
- package/v1/model/ShowSummaryResponse.ts +24 -0
- package/v1/model/ShowVaultProjectTagRequest.ts +6 -0
- package/v1/model/ShowVaultProjectTagResponse.ts +14 -0
- package/v1/model/ShowVaultRequest.ts +18 -0
- package/v1/model/ShowVaultResourceInstancesRequest.ts +12 -0
- package/v1/model/ShowVaultResourceInstancesResponse.ts +25 -0
- package/v1/model/ShowVaultResponse.ts +14 -0
- package/v1/model/ShowVaultTagRequest.ts +18 -0
- package/v1/model/ShowVaultTagResponse.ts +26 -0
- package/v1/model/StorageUsage.ts +75 -0
- package/v1/model/SyncParam.ts +30 -0
- package/v1/model/SyncReq.ts +13 -0
- package/v1/model/SyncRespBody.ts +30 -0
- package/v1/model/SysTag.ts +18 -0
- package/v1/model/SysTags.ts +18 -0
- package/v1/model/Tag.ts +17 -0
- package/v1/model/TagResource.ts +63 -0
- package/v1/model/TagsReq.ts +18 -0
- package/v1/model/TagsResp.ts +16 -0
- package/v1/model/UnregisterAgentRequest.ts +18 -0
- package/v1/model/UnregisterAgentResponse.ts +8 -0
- package/v1/model/UpdateAgentRequest.ts +24 -0
- package/v1/model/UpdateAgentResponse.ts +14 -0
- package/v1/model/UpdateBackupRequest.ts +24 -0
- package/v1/model/UpdateBackupResponse.ts +14 -0
- package/v1/model/UpdateMember.ts +33 -0
- package/v1/model/UpdateMemberStatusRequest.ts +36 -0
- package/v1/model/UpdateMemberStatusResponse.ts +14 -0
- package/v1/model/UpdateOrderRequest.ts +24 -0
- package/v1/model/UpdateOrderResponse.ts +23 -0
- package/v1/model/UpdatePolicyRequest.ts +24 -0
- package/v1/model/UpdatePolicyResponse.ts +14 -0
- package/v1/model/UpdateVaultRequest.ts +24 -0
- package/v1/model/UpdateVaultResponse.ts +14 -0
- package/v1/model/Vault.ts +150 -0
- package/v1/model/VaultAddResourceReq.ts +13 -0
- package/v1/model/VaultAssociate.ts +39 -0
- package/v1/model/VaultBackup.ts +24 -0
- package/v1/model/VaultBackupReq.ts +13 -0
- package/v1/model/VaultBatchUpdate.ts +22 -0
- package/v1/model/VaultBindRules.ts +12 -0
- package/v1/model/VaultCreate.ts +131 -0
- package/v1/model/VaultCreateParameters.ts +18 -0
- package/v1/model/VaultCreateReq.ts +13 -0
- package/v1/model/VaultCreateResource.ts +204 -0
- package/v1/model/VaultDissociate.ts +18 -0
- package/v1/model/VaultGet.ts +168 -0
- package/v1/model/VaultMigrateResourceReq.ts +30 -0
- package/v1/model/VaultOrder.ts +114 -0
- package/v1/model/VaultOrderCreateReqs.ts +13 -0
- package/v1/model/VaultPolicyResp.ts +41 -0
- package/v1/model/VaultRemoveResourceReq.ts +18 -0
- package/v1/model/VaultResourceInstancesReq.ts +129 -0
- package/v1/model/VaultSetResourceReq.ts +33 -0
- package/v1/model/VaultTagsCreateReq.ts +12 -0
- package/v1/model/VaultUpdate.ts +67 -0
- package/v1/model/VaultUpdateReq.ts +13 -0
- package/v1/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-cbr.d.ts +0 -2
- package/huaweicloud-sdk-cbr.js +0 -31
- package/v1/CbrClient.d.ts +0 -1800
- package/v1/CbrRegion.d.ts +0 -24
- package/v1/CbrRegion.js +0 -61
- package/v1/model/AddAgentPathRequest.d.ts +0 -10
- package/v1/model/AddAgentPathRequest.js +0 -28
- package/v1/model/AddAgentPathResponse.d.ts +0 -8
- package/v1/model/AddAgentPathResponse.js +0 -35
- package/v1/model/AddMemberRequest.d.ts +0 -10
- package/v1/model/AddMemberRequest.js +0 -28
- package/v1/model/AddMemberResponse.d.ts +0 -9
- package/v1/model/AddMemberResponse.js +0 -35
- package/v1/model/AddMembersReq.d.ts +0 -5
- package/v1/model/AddMembersReq.js +0 -14
- package/v1/model/AddVaultResourceRequest.d.ts +0 -10
- package/v1/model/AddVaultResourceRequest.js +0 -28
- package/v1/model/AddVaultResourceResponse.d.ts +0 -8
- package/v1/model/AddVaultResourceResponse.js +0 -41
- package/v1/model/Agent.d.ts +0 -48
- package/v1/model/Agent.js +0 -158
- package/v1/model/AgentAddPathReq.d.ts +0 -7
- package/v1/model/AgentAddPathReq.js +0 -24
- package/v1/model/AgentRegister.d.ts +0 -31
- package/v1/model/AgentRegister.js +0 -111
- package/v1/model/AgentRegisterReq.d.ts +0 -6
- package/v1/model/AgentRegisterReq.js +0 -14
- package/v1/model/AgentRemovePathReq.d.ts +0 -7
- package/v1/model/AgentRemovePathReq.js +0 -24
- package/v1/model/AgentUpdate.d.ts +0 -12
- package/v1/model/AgentUpdate.js +0 -22
- package/v1/model/AgentUpdateReq.d.ts +0 -6
- package/v1/model/AgentUpdateReq.js +0 -14
- package/v1/model/AssociateVaultPolicyRequest.d.ts +0 -10
- package/v1/model/AssociateVaultPolicyRequest.js +0 -28
- package/v1/model/AssociateVaultPolicyResponse.d.ts +0 -9
- package/v1/model/AssociateVaultPolicyResponse.js +0 -41
- package/v1/model/BackupExtendInfo.d.ts +0 -51
- package/v1/model/BackupExtendInfo.js +0 -143
- package/v1/model/BackupReplicateReq.d.ts +0 -6
- package/v1/model/BackupReplicateReq.js +0 -14
- package/v1/model/BackupReplicateReqBody.d.ts +0 -23
- package/v1/model/BackupReplicateReqBody.js +0 -76
- package/v1/model/BackupReplicateRespBody.d.ts +0 -35
- package/v1/model/BackupReplicateRespBody.js +0 -121
- package/v1/model/BackupResp.d.ts +0 -118
- package/v1/model/BackupResp.js +0 -335
- package/v1/model/BackupRestore.d.ts +0 -22
- package/v1/model/BackupRestore.js +0 -69
- package/v1/model/BackupRestoreReq.d.ts +0 -6
- package/v1/model/BackupRestoreReq.js +0 -14
- package/v1/model/BackupRestoreServerMapping.d.ts +0 -11
- package/v1/model/BackupRestoreServerMapping.js +0 -39
- package/v1/model/BackupSync.d.ts +0 -35
- package/v1/model/BackupSync.js +0 -129
- package/v1/model/BackupSyncReq.d.ts +0 -6
- package/v1/model/BackupSyncReq.js +0 -14
- package/v1/model/BackupSyncRespBody.d.ts +0 -11
- package/v1/model/BackupSyncRespBody.js +0 -39
- package/v1/model/BackupUpdate.d.ts +0 -5
- package/v1/model/BackupUpdate.js +0 -13
- package/v1/model/BackupUpdateReq.d.ts +0 -6
- package/v1/model/BackupUpdateReq.js +0 -13
- package/v1/model/BatchCreateAndDeleteVaultTagsRequest.d.ts +0 -10
- package/v1/model/BatchCreateAndDeleteVaultTagsRequest.js +0 -28
- package/v1/model/BatchCreateAndDeleteVaultTagsResponse.d.ts +0 -4
- package/v1/model/BatchCreateAndDeleteVaultTagsResponse.js +0 -27
- package/v1/model/BatchUpdateVaultRequest.d.ts +0 -6
- package/v1/model/BatchUpdateVaultRequest.js +0 -13
- package/v1/model/BatchUpdateVaultRequestBody.d.ts +0 -6
- package/v1/model/BatchUpdateVaultRequestBody.js +0 -14
- package/v1/model/BatchUpdateVaultResponse.d.ts +0 -8
- package/v1/model/BatchUpdateVaultResponse.js +0 -41
- package/v1/model/Billing.d.ts +0 -119
- package/v1/model/Billing.js +0 -258
- package/v1/model/BillingCreate.d.ts +0 -114
- package/v1/model/BillingCreate.js +0 -272
- package/v1/model/BillingUpdate.d.ts +0 -17
- package/v1/model/BillingUpdate.js +0 -36
- package/v1/model/BindRulesTags.d.ts +0 -7
- package/v1/model/BindRulesTags.js +0 -19
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.d.ts +0 -21
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.js +0 -41
- package/v1/model/CbcOrderResult.d.ts +0 -11
- package/v1/model/CbcOrderResult.js +0 -27
- package/v1/model/CbcProductInfoUpdate.d.ts +0 -11
- package/v1/model/CbcProductInfoUpdate.js +0 -28
- package/v1/model/CbcUpdate.d.ts +0 -14
- package/v1/model/CbcUpdate.js +0 -37
- package/v1/model/CheckAgentRequest.d.ts +0 -6
- package/v1/model/CheckAgentRequest.js +0 -13
- package/v1/model/CheckAgentResponse.d.ts +0 -9
- package/v1/model/CheckAgentResponse.js +0 -41
- package/v1/model/CheckpointCreate.d.ts +0 -35
- package/v1/model/CheckpointCreate.js +0 -80
- package/v1/model/CheckpointCreateSkippedResource.d.ts +0 -13
- package/v1/model/CheckpointCreateSkippedResource.js +0 -29
- package/v1/model/CheckpointExtraInfoResp.d.ts +0 -11
- package/v1/model/CheckpointExtraInfoResp.js +0 -31
- package/v1/model/CheckpointParam.d.ts +0 -24
- package/v1/model/CheckpointParam.js +0 -67
- package/v1/model/CheckpointPlanCreate.d.ts +0 -15
- package/v1/model/CheckpointPlanCreate.js +0 -37
- package/v1/model/CheckpointReplicateParam.d.ts +0 -27
- package/v1/model/CheckpointReplicateParam.js +0 -97
- package/v1/model/CheckpointReplicateReq.d.ts +0 -6
- package/v1/model/CheckpointReplicateReq.js +0 -14
- package/v1/model/CheckpointReplicateRespBody.d.ts +0 -34
- package/v1/model/CheckpointReplicateRespBody.js +0 -119
- package/v1/model/CheckpointReplicateRespbackups.d.ts +0 -11
- package/v1/model/CheckpointReplicateRespbackups.js +0 -39
- package/v1/model/CheckpointResourceResp.d.ts +0 -40
- package/v1/model/CheckpointResourceResp.js +0 -106
- package/v1/model/CombinedOrder.d.ts +0 -15
- package/v1/model/CombinedOrder.js +0 -51
- package/v1/model/CopyBackupRequest.d.ts +0 -10
- package/v1/model/CopyBackupRequest.js +0 -28
- package/v1/model/CopyBackupResponse.d.ts +0 -7
- package/v1/model/CopyBackupResponse.js +0 -31
- package/v1/model/CopyCheckpointRequest.d.ts +0 -6
- package/v1/model/CopyCheckpointRequest.js +0 -13
- package/v1/model/CopyCheckpointResponse.d.ts +0 -7
- package/v1/model/CopyCheckpointResponse.js +0 -31
- package/v1/model/CreateCheckpointRequest.d.ts +0 -6
- package/v1/model/CreateCheckpointRequest.js +0 -13
- package/v1/model/CreateCheckpointResponse.d.ts +0 -7
- package/v1/model/CreateCheckpointResponse.js +0 -31
- package/v1/model/CreatePolicyRequest.d.ts +0 -6
- package/v1/model/CreatePolicyRequest.js +0 -13
- package/v1/model/CreatePolicyResponse.d.ts +0 -7
- package/v1/model/CreatePolicyResponse.js +0 -31
- package/v1/model/CreatePostPaidVaultRequest.d.ts +0 -6
- package/v1/model/CreatePostPaidVaultRequest.js +0 -13
- package/v1/model/CreatePostPaidVaultResponse.d.ts +0 -15
- package/v1/model/CreatePostPaidVaultResponse.js +0 -53
- package/v1/model/CreateVaultRequest.d.ts +0 -6
- package/v1/model/CreateVaultRequest.js +0 -13
- package/v1/model/CreateVaultResponse.d.ts +0 -7
- package/v1/model/CreateVaultResponse.js +0 -31
- package/v1/model/CreateVaultTagsRequest.d.ts +0 -10
- package/v1/model/CreateVaultTagsRequest.js +0 -28
- package/v1/model/CreateVaultTagsResponse.d.ts +0 -4
- package/v1/model/CreateVaultTagsResponse.js +0 -27
- package/v1/model/DeleteBackupRequest.d.ts +0 -7
- package/v1/model/DeleteBackupRequest.js +0 -24
- package/v1/model/DeleteBackupResponse.d.ts +0 -4
- package/v1/model/DeleteBackupResponse.js +0 -27
- package/v1/model/DeleteMemberRequest.d.ts +0 -11
- package/v1/model/DeleteMemberRequest.js +0 -39
- package/v1/model/DeleteMemberResponse.d.ts +0 -4
- package/v1/model/DeleteMemberResponse.js +0 -27
- package/v1/model/DeletePolicyRequest.d.ts +0 -7
- package/v1/model/DeletePolicyRequest.js +0 -24
- package/v1/model/DeletePolicyResponse.d.ts +0 -4
- package/v1/model/DeletePolicyResponse.js +0 -27
- package/v1/model/DeleteVaultRequest.d.ts +0 -7
- package/v1/model/DeleteVaultRequest.js +0 -24
- package/v1/model/DeleteVaultResponse.d.ts +0 -4
- package/v1/model/DeleteVaultResponse.js +0 -27
- package/v1/model/DeleteVaultTagRequest.d.ts +0 -9
- package/v1/model/DeleteVaultTagRequest.js +0 -29
- package/v1/model/DeleteVaultTagResponse.d.ts +0 -4
- package/v1/model/DeleteVaultTagResponse.js +0 -27
- package/v1/model/DisassociateVaultPolicyRequest.d.ts +0 -10
- package/v1/model/DisassociateVaultPolicyRequest.js +0 -28
- package/v1/model/DisassociateVaultPolicyResponse.d.ts +0 -9
- package/v1/model/DisassociateVaultPolicyResponse.js +0 -41
- package/v1/model/DomainMigrate.d.ts +0 -9
- package/v1/model/DomainMigrate.js +0 -29
- package/v1/model/DomainMigrateProjectStatus.d.ts +0 -36
- package/v1/model/DomainMigrateProjectStatus.js +0 -100
- package/v1/model/DomainProjectsInfo.d.ts +0 -11
- package/v1/model/DomainProjectsInfo.js +0 -39
- package/v1/model/ImageData.d.ts +0 -7
- package/v1/model/ImageData.js +0 -23
- package/v1/model/ImportBackupRequest.d.ts +0 -6
- package/v1/model/ImportBackupRequest.js +0 -13
- package/v1/model/ImportBackupResponse.d.ts +0 -7
- package/v1/model/ImportBackupResponse.js +0 -31
- package/v1/model/ImportCheckpointRequest.d.ts +0 -6
- package/v1/model/ImportCheckpointRequest.js +0 -13
- package/v1/model/ImportCheckpointResponse.d.ts +0 -7
- package/v1/model/ImportCheckpointResponse.js +0 -31
- package/v1/model/InstancesResourceDetail.d.ts +0 -6
- package/v1/model/InstancesResourceDetail.js +0 -13
- package/v1/model/ListAgentRequest.d.ts +0 -13
- package/v1/model/ListAgentRequest.js +0 -35
- package/v1/model/ListAgentResponse.d.ts +0 -13
- package/v1/model/ListAgentResponse.js +0 -43
- package/v1/model/ListBackupsRequest.d.ts +0 -128
- package/v1/model/ListBackupsRequest.js +0 -305
- package/v1/model/ListBackupsResponse.d.ts +0 -13
- package/v1/model/ListBackupsResponse.js +0 -43
- package/v1/model/ListDomainProjectsRequest.d.ts +0 -7
- package/v1/model/ListDomainProjectsRequest.js +0 -24
- package/v1/model/ListDomainProjectsResponse.d.ts +0 -7
- package/v1/model/ListDomainProjectsResponse.js +0 -31
- package/v1/model/ListExternalVaultRequest.d.ts +0 -38
- package/v1/model/ListExternalVaultRequest.js +0 -111
- package/v1/model/ListExternalVaultResponse.d.ts +0 -13
- package/v1/model/ListExternalVaultResponse.js +0 -43
- package/v1/model/ListOpLogsRequest.d.ts +0 -71
- package/v1/model/ListOpLogsRequest.js +0 -175
- package/v1/model/ListOpLogsResponse.d.ts +0 -15
- package/v1/model/ListOpLogsResponse.js +0 -53
- package/v1/model/ListPoliciesRequest.d.ts +0 -19
- package/v1/model/ListPoliciesRequest.js +0 -46
- package/v1/model/ListPoliciesResponse.d.ts +0 -9
- package/v1/model/ListPoliciesResponse.js +0 -35
- package/v1/model/ListProjectsRequest.d.ts +0 -3
- package/v1/model/ListProjectsRequest.js +0 -9
- package/v1/model/ListProjectsResponse.d.ts +0 -10
- package/v1/model/ListProjectsResponse.js +0 -35
- package/v1/model/ListProtectableRequest.d.ts +0 -31
- package/v1/model/ListProtectableRequest.js +0 -71
- package/v1/model/ListProtectableResponse.d.ts +0 -7
- package/v1/model/ListProtectableResponse.js +0 -31
- package/v1/model/ListVaultRequest.d.ts +0 -53
- package/v1/model/ListVaultRequest.js +0 -131
- package/v1/model/ListVaultResponse.d.ts +0 -13
- package/v1/model/ListVaultResponse.js +0 -43
- package/v1/model/Match.d.ts +0 -7
- package/v1/model/Match.js +0 -19
- package/v1/model/Member.d.ts +0 -40
- package/v1/model/Member.js +0 -112
- package/v1/model/MigrateDomainRequest.d.ts +0 -6
- package/v1/model/MigrateDomainRequest.js +0 -13
- package/v1/model/MigrateDomainResponse.d.ts +0 -10
- package/v1/model/MigrateDomainResponse.js +0 -31
- package/v1/model/MigrateVaultResourceRequest.d.ts +0 -10
- package/v1/model/MigrateVaultResourceRequest.js +0 -28
- package/v1/model/MigrateVaultResourceResponse.d.ts +0 -8
- package/v1/model/MigrateVaultResourceResponse.js +0 -41
- package/v1/model/OpErrorInfo.d.ts +0 -7
- package/v1/model/OpErrorInfo.js +0 -17
- package/v1/model/OpExtendInfoBckup.d.ts +0 -41
- package/v1/model/OpExtendInfoBckup.js +0 -102
- package/v1/model/OpExtendInfoCommon.d.ts +0 -13
- package/v1/model/OpExtendInfoCommon.js +0 -43
- package/v1/model/OpExtendInfoDelete.d.ts +0 -11
- package/v1/model/OpExtendInfoDelete.js +0 -39
- package/v1/model/OpExtendInfoRemoveResources.d.ts +0 -14
- package/v1/model/OpExtendInfoRemoveResources.js +0 -41
- package/v1/model/OpExtendInfoReplication.d.ts +0 -43
- package/v1/model/OpExtendInfoReplication.js +0 -154
- package/v1/model/OpExtendInfoRestore.d.ts +0 -19
- package/v1/model/OpExtendInfoRestore.js +0 -65
- package/v1/model/OpExtendInfoSync.d.ts +0 -15
- package/v1/model/OpExtendInfoSync.js +0 -51
- package/v1/model/OpExtendInfoVaultDelete.d.ts +0 -11
- package/v1/model/OpExtendInfoVaultDelete.js +0 -37
- package/v1/model/OpExtraInfo.d.ts +0 -36
- package/v1/model/OpExtraInfo.js +0 -77
- package/v1/model/OperationLog.d.ts +0 -87
- package/v1/model/OperationLog.js +0 -234
- package/v1/model/Path.d.ts +0 -15
- package/v1/model/Path.js +0 -45
- package/v1/model/Policy.d.ts +0 -34
- package/v1/model/Policy.js +0 -82
- package/v1/model/PolicyAssociateVault.d.ts +0 -11
- package/v1/model/PolicyAssociateVault.js +0 -38
- package/v1/model/PolicyCreate.d.ts +0 -27
- package/v1/model/PolicyCreate.js +0 -62
- package/v1/model/PolicyCreateReq.d.ts +0 -6
- package/v1/model/PolicyCreateReq.js +0 -14
- package/v1/model/PolicyTriggerPropertiesReq.d.ts +0 -5
- package/v1/model/PolicyTriggerPropertiesReq.js +0 -14
- package/v1/model/PolicyTriggerPropertiesResp.d.ts +0 -9
- package/v1/model/PolicyTriggerPropertiesResp.js +0 -28
- package/v1/model/PolicyTriggerReq.d.ts +0 -6
- package/v1/model/PolicyTriggerReq.js +0 -14
- package/v1/model/PolicyTriggerResp.d.ts +0 -19
- package/v1/model/PolicyTriggerResp.js +0 -35
- package/v1/model/PolicyUpdate.d.ts +0 -15
- package/v1/model/PolicyUpdate.js +0 -35
- package/v1/model/PolicyUpdateReq.d.ts +0 -6
- package/v1/model/PolicyUpdateReq.js +0 -14
- package/v1/model/PolicyoODCreate.d.ts +0 -45
- package/v1/model/PolicyoODCreate.js +0 -153
- package/v1/model/ProjectsListInfo.d.ts +0 -26
- package/v1/model/ProjectsListInfo.js +0 -71
- package/v1/model/ProtectableAgentReq.d.ts +0 -8
- package/v1/model/ProtectableAgentReq.js +0 -24
- package/v1/model/ProtectableAgentStatus.d.ts +0 -19
- package/v1/model/ProtectableAgentStatus.js +0 -53
- package/v1/model/ProtectableAgentStatusResource.d.ts +0 -15
- package/v1/model/ProtectableAgentStatusResource.js +0 -53
- package/v1/model/ProtectableReplicationCapabilitiesRespRegion.d.ts +0 -9
- package/v1/model/ProtectableReplicationCapabilitiesRespRegion.js +0 -29
- package/v1/model/ProtectableResult.d.ts +0 -14
- package/v1/model/ProtectableResult.js +0 -30
- package/v1/model/ProtectablesResp.d.ts +0 -29
- package/v1/model/ProtectablesResp.js +0 -56
- package/v1/model/RegisterAgentRequest.d.ts +0 -6
- package/v1/model/RegisterAgentRequest.js +0 -13
- package/v1/model/RegisterAgentResponse.d.ts +0 -7
- package/v1/model/RegisterAgentResponse.js +0 -31
- package/v1/model/RemoveAgentPathRequest.d.ts +0 -10
- package/v1/model/RemoveAgentPathRequest.js +0 -28
- package/v1/model/RemoveAgentPathResponse.d.ts +0 -10
- package/v1/model/RemoveAgentPathResponse.js +0 -45
- package/v1/model/RemoveVaultResourceRequest.d.ts +0 -10
- package/v1/model/RemoveVaultResourceRequest.js +0 -28
- package/v1/model/RemoveVaultResourceResponse.d.ts +0 -8
- package/v1/model/RemoveVaultResourceResponse.js +0 -41
- package/v1/model/ReplicationRecordGet.d.ts +0 -67
- package/v1/model/ReplicationRecordGet.js +0 -198
- package/v1/model/ReplicationRecordsExtraInfo.d.ts +0 -21
- package/v1/model/ReplicationRecordsExtraInfo.js +0 -69
- package/v1/model/Resource.d.ts +0 -14
- package/v1/model/Resource.js +0 -37
- package/v1/model/ResourceCreate.d.ts +0 -14
- package/v1/model/ResourceCreate.js +0 -37
- package/v1/model/ResourceExtraInfo.d.ts +0 -12
- package/v1/model/ResourceExtraInfo.js +0 -37
- package/v1/model/ResourceExtraInfoIncludeVolumes.d.ts +0 -9
- package/v1/model/ResourceExtraInfoIncludeVolumes.js +0 -28
- package/v1/model/ResourceResp.d.ts +0 -43
- package/v1/model/ResourceResp.js +0 -110
- package/v1/model/RestoreBackupRequest.d.ts +0 -10
- package/v1/model/RestoreBackupRequest.js +0 -28
- package/v1/model/RestoreBackupResponse.d.ts +0 -4
- package/v1/model/RestoreBackupResponse.js +0 -27
- package/v1/model/SelfLinksInfo.d.ts +0 -5
- package/v1/model/SelfLinksInfo.js +0 -13
- package/v1/model/SetVaultResourceRequest.d.ts +0 -10
- package/v1/model/SetVaultResourceRequest.js +0 -28
- package/v1/model/SetVaultResourceResponse.d.ts +0 -8
- package/v1/model/SetVaultResourceResponse.js +0 -41
- package/v1/model/ShowAgentRequest.d.ts +0 -7
- package/v1/model/ShowAgentRequest.js +0 -24
- package/v1/model/ShowAgentResponse.d.ts +0 -7
- package/v1/model/ShowAgentResponse.js +0 -31
- package/v1/model/ShowBackupRequest.d.ts +0 -7
- package/v1/model/ShowBackupRequest.js +0 -24
- package/v1/model/ShowBackupResponse.d.ts +0 -7
- package/v1/model/ShowBackupResponse.js +0 -31
- package/v1/model/ShowCheckpointRequest.d.ts +0 -7
- package/v1/model/ShowCheckpointRequest.js +0 -24
- package/v1/model/ShowCheckpointResponse.d.ts +0 -7
- package/v1/model/ShowCheckpointResponse.js +0 -31
- package/v1/model/ShowDomainRequest.d.ts +0 -7
- package/v1/model/ShowDomainRequest.js +0 -24
- package/v1/model/ShowDomainResponse.d.ts +0 -20
- package/v1/model/ShowDomainResponse.js +0 -83
- package/v1/model/ShowMemberDetailRequest.d.ts +0 -11
- package/v1/model/ShowMemberDetailRequest.js +0 -39
- package/v1/model/ShowMemberDetailResponse.d.ts +0 -7
- package/v1/model/ShowMemberDetailResponse.js +0 -31
- package/v1/model/ShowMembersDetailRequest.d.ts +0 -29
- package/v1/model/ShowMembersDetailRequest.js +0 -86
- package/v1/model/ShowMembersDetailResponse.d.ts +0 -9
- package/v1/model/ShowMembersDetailResponse.js +0 -35
- package/v1/model/ShowMetadataRequest.d.ts +0 -7
- package/v1/model/ShowMetadataRequest.js +0 -24
- package/v1/model/ShowMetadataResponse.d.ts +0 -24
- package/v1/model/ShowMetadataResponse.js +0 -79
- package/v1/model/ShowMigrateStatusRequest.d.ts +0 -7
- package/v1/model/ShowMigrateStatusRequest.js +0 -23
- package/v1/model/ShowMigrateStatusResponse.d.ts +0 -20
- package/v1/model/ShowMigrateStatusResponse.js +0 -55
- package/v1/model/ShowOpLogRequest.d.ts +0 -7
- package/v1/model/ShowOpLogRequest.js +0 -24
- package/v1/model/ShowOpLogResponse.d.ts +0 -9
- package/v1/model/ShowOpLogResponse.js +0 -41
- package/v1/model/ShowPolicyRequest.d.ts +0 -7
- package/v1/model/ShowPolicyRequest.js +0 -24
- package/v1/model/ShowPolicyResponse.d.ts +0 -7
- package/v1/model/ShowPolicyResponse.js +0 -31
- package/v1/model/ShowProtectableRequest.d.ts +0 -19
- package/v1/model/ShowProtectableRequest.js +0 -48
- package/v1/model/ShowProtectableResponse.d.ts +0 -7
- package/v1/model/ShowProtectableResponse.js +0 -31
- package/v1/model/ShowReplicationCapabilitiesRequest.d.ts +0 -3
- package/v1/model/ShowReplicationCapabilitiesRequest.js +0 -9
- package/v1/model/ShowReplicationCapabilitiesResponse.d.ts +0 -7
- package/v1/model/ShowReplicationCapabilitiesResponse.js +0 -31
- package/v1/model/ShowStorageUsageRequest.d.ts +0 -23
- package/v1/model/ShowStorageUsageRequest.js +0 -54
- package/v1/model/ShowStorageUsageResponse.d.ts +0 -13
- package/v1/model/ShowStorageUsageResponse.js +0 -55
- package/v1/model/ShowSummaryRequest.d.ts +0 -3
- package/v1/model/ShowSummaryRequest.js +0 -9
- package/v1/model/ShowSummaryResponse.d.ts +0 -10
- package/v1/model/ShowSummaryResponse.js +0 -45
- package/v1/model/ShowVaultProjectTagRequest.d.ts +0 -3
- package/v1/model/ShowVaultProjectTagRequest.js +0 -9
- package/v1/model/ShowVaultProjectTagResponse.d.ts +0 -7
- package/v1/model/ShowVaultProjectTagResponse.js +0 -31
- package/v1/model/ShowVaultRequest.d.ts +0 -7
- package/v1/model/ShowVaultRequest.js +0 -24
- package/v1/model/ShowVaultResourceInstancesRequest.d.ts +0 -6
- package/v1/model/ShowVaultResourceInstancesRequest.js +0 -13
- package/v1/model/ShowVaultResourceInstancesResponse.d.ts +0 -11
- package/v1/model/ShowVaultResourceInstancesResponse.js +0 -45
- package/v1/model/ShowVaultResponse.d.ts +0 -7
- package/v1/model/ShowVaultResponse.js +0 -31
- package/v1/model/ShowVaultTagRequest.d.ts +0 -7
- package/v1/model/ShowVaultTagRequest.js +0 -24
- package/v1/model/ShowVaultTagResponse.d.ts +0 -12
- package/v1/model/ShowVaultTagResponse.js +0 -45
- package/v1/model/StorageUsage.d.ts +0 -27
- package/v1/model/StorageUsage.js +0 -96
- package/v1/model/SyncParam.d.ts +0 -11
- package/v1/model/SyncParam.js +0 -39
- package/v1/model/SyncReq.d.ts +0 -6
- package/v1/model/SyncReq.js +0 -14
- package/v1/model/SyncRespBody.d.ts +0 -11
- package/v1/model/SyncRespBody.js +0 -39
- package/v1/model/SysTag.d.ts +0 -7
- package/v1/model/SysTag.js +0 -19
- package/v1/model/SysTags.d.ts +0 -7
- package/v1/model/SysTags.js +0 -19
- package/v1/model/Tag.d.ts +0 -7
- package/v1/model/Tag.js +0 -18
- package/v1/model/TagResource.d.ts +0 -24
- package/v1/model/TagResource.js +0 -74
- package/v1/model/TagsReq.d.ts +0 -7
- package/v1/model/TagsReq.js +0 -19
- package/v1/model/TagsResp.d.ts +0 -7
- package/v1/model/TagsResp.js +0 -17
- package/v1/model/UnregisterAgentRequest.d.ts +0 -7
- package/v1/model/UnregisterAgentRequest.js +0 -24
- package/v1/model/UnregisterAgentResponse.d.ts +0 -4
- package/v1/model/UnregisterAgentResponse.js +0 -27
- package/v1/model/UpdateAgentRequest.d.ts +0 -10
- package/v1/model/UpdateAgentRequest.js +0 -28
- package/v1/model/UpdateAgentResponse.d.ts +0 -7
- package/v1/model/UpdateAgentResponse.js +0 -31
- package/v1/model/UpdateBackupRequest.d.ts +0 -10
- package/v1/model/UpdateBackupRequest.js +0 -28
- package/v1/model/UpdateBackupResponse.d.ts +0 -7
- package/v1/model/UpdateBackupResponse.js +0 -31
- package/v1/model/UpdateMember.d.ts +0 -18
- package/v1/model/UpdateMember.js +0 -38
- package/v1/model/UpdateMemberStatusRequest.d.ts +0 -14
- package/v1/model/UpdateMemberStatusRequest.js +0 -43
- package/v1/model/UpdateMemberStatusResponse.d.ts +0 -7
- package/v1/model/UpdateMemberStatusResponse.js +0 -31
- package/v1/model/UpdateOrderRequest.d.ts +0 -10
- package/v1/model/UpdateOrderRequest.js +0 -28
- package/v1/model/UpdateOrderResponse.d.ts +0 -10
- package/v1/model/UpdateOrderResponse.js +0 -39
- package/v1/model/UpdatePolicyRequest.d.ts +0 -10
- package/v1/model/UpdatePolicyRequest.js +0 -28
- package/v1/model/UpdatePolicyResponse.d.ts +0 -7
- package/v1/model/UpdatePolicyResponse.js +0 -31
- package/v1/model/UpdateVaultRequest.d.ts +0 -10
- package/v1/model/UpdateVaultRequest.js +0 -28
- package/v1/model/UpdateVaultResponse.d.ts +0 -7
- package/v1/model/UpdateVaultResponse.js +0 -31
- package/v1/model/Vault.d.ts +0 -57
- package/v1/model/Vault.js +0 -169
- package/v1/model/VaultAddResourceReq.d.ts +0 -6
- package/v1/model/VaultAddResourceReq.js +0 -14
- package/v1/model/VaultAssociate.d.ts +0 -15
- package/v1/model/VaultAssociate.js +0 -51
- package/v1/model/VaultBackup.d.ts +0 -10
- package/v1/model/VaultBackup.js +0 -28
- package/v1/model/VaultBackupReq.d.ts +0 -6
- package/v1/model/VaultBackupReq.js +0 -14
- package/v1/model/VaultBatchUpdate.d.ts +0 -9
- package/v1/model/VaultBatchUpdate.js +0 -27
- package/v1/model/VaultBindRules.d.ts +0 -6
- package/v1/model/VaultBindRules.js +0 -13
- package/v1/model/VaultCreate.d.ts +0 -51
- package/v1/model/VaultCreate.js +0 -148
- package/v1/model/VaultCreateParameters.d.ts +0 -8
- package/v1/model/VaultCreateParameters.js +0 -23
- package/v1/model/VaultCreateReq.d.ts +0 -6
- package/v1/model/VaultCreateReq.js +0 -14
- package/v1/model/VaultCreateResource.d.ts +0 -78
- package/v1/model/VaultCreateResource.js +0 -227
- package/v1/model/VaultDissociate.d.ts +0 -7
- package/v1/model/VaultDissociate.js +0 -24
- package/v1/model/VaultGet.d.ts +0 -63
- package/v1/model/VaultGet.js +0 -188
- package/v1/model/VaultMigrateResourceReq.d.ts +0 -11
- package/v1/model/VaultMigrateResourceReq.js +0 -39
- package/v1/model/VaultOrder.d.ts +0 -46
- package/v1/model/VaultOrder.js +0 -123
- package/v1/model/VaultOrderCreateReqs.d.ts +0 -6
- package/v1/model/VaultOrderCreateReqs.js +0 -14
- package/v1/model/VaultPolicyResp.d.ts +0 -15
- package/v1/model/VaultPolicyResp.js +0 -53
- package/v1/model/VaultRemoveResourceReq.d.ts +0 -7
- package/v1/model/VaultRemoveResourceReq.js +0 -24
- package/v1/model/VaultResourceInstancesReq.d.ts +0 -60
- package/v1/model/VaultResourceInstancesReq.js +0 -146
- package/v1/model/VaultSetResourceReq.d.ts +0 -17
- package/v1/model/VaultSetResourceReq.js +0 -38
- package/v1/model/VaultTagsCreateReq.d.ts +0 -6
- package/v1/model/VaultTagsCreateReq.js +0 -13
- package/v1/model/VaultUpdate.d.ts +0 -27
- package/v1/model/VaultUpdate.js +0 -77
- package/v1/model/VaultUpdateReq.d.ts +0 -6
- package/v1/model/VaultUpdateReq.js +0 -14
- package/v1/public-api.js +0 -264
@@ -1,65 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OpExtendInfoRestore = void 0;
|
4
|
-
var OpExtendInfoRestore = /** @class */ (function () {
|
5
|
-
function OpExtendInfoRestore() {
|
6
|
-
}
|
7
|
-
OpExtendInfoRestore.prototype.withBackupId = function (backupId) {
|
8
|
-
this['backup_id'] = backupId;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(OpExtendInfoRestore.prototype, "backupId", {
|
12
|
-
get: function () {
|
13
|
-
return this['backup_id'];
|
14
|
-
},
|
15
|
-
set: function (backupId) {
|
16
|
-
this['backup_id'] = backupId;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
OpExtendInfoRestore.prototype.withBackupName = function (backupName) {
|
22
|
-
this['backup_name'] = backupName;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(OpExtendInfoRestore.prototype, "backupName", {
|
26
|
-
get: function () {
|
27
|
-
return this['backup_name'];
|
28
|
-
},
|
29
|
-
set: function (backupName) {
|
30
|
-
this['backup_name'] = backupName;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
OpExtendInfoRestore.prototype.withTargetResourceId = function (targetResourceId) {
|
36
|
-
this['target_resource_id'] = targetResourceId;
|
37
|
-
return this;
|
38
|
-
};
|
39
|
-
Object.defineProperty(OpExtendInfoRestore.prototype, "targetResourceId", {
|
40
|
-
get: function () {
|
41
|
-
return this['target_resource_id'];
|
42
|
-
},
|
43
|
-
set: function (targetResourceId) {
|
44
|
-
this['target_resource_id'] = targetResourceId;
|
45
|
-
},
|
46
|
-
enumerable: false,
|
47
|
-
configurable: true
|
48
|
-
});
|
49
|
-
OpExtendInfoRestore.prototype.withTargetResourceName = function (targetResourceName) {
|
50
|
-
this['target_resource_name'] = targetResourceName;
|
51
|
-
return this;
|
52
|
-
};
|
53
|
-
Object.defineProperty(OpExtendInfoRestore.prototype, "targetResourceName", {
|
54
|
-
get: function () {
|
55
|
-
return this['target_resource_name'];
|
56
|
-
},
|
57
|
-
set: function (targetResourceName) {
|
58
|
-
this['target_resource_name'] = targetResourceName;
|
59
|
-
},
|
60
|
-
enumerable: false,
|
61
|
-
configurable: true
|
62
|
-
});
|
63
|
-
return OpExtendInfoRestore;
|
64
|
-
}());
|
65
|
-
exports.OpExtendInfoRestore = OpExtendInfoRestore;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
export declare class OpExtendInfoSync {
|
2
|
-
private 'sync_backup_num'?;
|
3
|
-
private 'delete_backup_num'?;
|
4
|
-
private 'err_sync_backup_num'?;
|
5
|
-
constructor();
|
6
|
-
withSyncBackupNum(syncBackupNum: number): OpExtendInfoSync;
|
7
|
-
set syncBackupNum(syncBackupNum: number | undefined);
|
8
|
-
get syncBackupNum(): number | undefined;
|
9
|
-
withDeleteBackupNum(deleteBackupNum: number): OpExtendInfoSync;
|
10
|
-
set deleteBackupNum(deleteBackupNum: number | undefined);
|
11
|
-
get deleteBackupNum(): number | undefined;
|
12
|
-
withErrSyncBackupNum(errSyncBackupNum: number): OpExtendInfoSync;
|
13
|
-
set errSyncBackupNum(errSyncBackupNum: number | undefined);
|
14
|
-
get errSyncBackupNum(): number | undefined;
|
15
|
-
}
|
@@ -1,51 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OpExtendInfoSync = void 0;
|
4
|
-
var OpExtendInfoSync = /** @class */ (function () {
|
5
|
-
function OpExtendInfoSync() {
|
6
|
-
}
|
7
|
-
OpExtendInfoSync.prototype.withSyncBackupNum = function (syncBackupNum) {
|
8
|
-
this['sync_backup_num'] = syncBackupNum;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(OpExtendInfoSync.prototype, "syncBackupNum", {
|
12
|
-
get: function () {
|
13
|
-
return this['sync_backup_num'];
|
14
|
-
},
|
15
|
-
set: function (syncBackupNum) {
|
16
|
-
this['sync_backup_num'] = syncBackupNum;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
OpExtendInfoSync.prototype.withDeleteBackupNum = function (deleteBackupNum) {
|
22
|
-
this['delete_backup_num'] = deleteBackupNum;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(OpExtendInfoSync.prototype, "deleteBackupNum", {
|
26
|
-
get: function () {
|
27
|
-
return this['delete_backup_num'];
|
28
|
-
},
|
29
|
-
set: function (deleteBackupNum) {
|
30
|
-
this['delete_backup_num'] = deleteBackupNum;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
OpExtendInfoSync.prototype.withErrSyncBackupNum = function (errSyncBackupNum) {
|
36
|
-
this['err_sync_backup_num'] = errSyncBackupNum;
|
37
|
-
return this;
|
38
|
-
};
|
39
|
-
Object.defineProperty(OpExtendInfoSync.prototype, "errSyncBackupNum", {
|
40
|
-
get: function () {
|
41
|
-
return this['err_sync_backup_num'];
|
42
|
-
},
|
43
|
-
set: function (errSyncBackupNum) {
|
44
|
-
this['err_sync_backup_num'] = errSyncBackupNum;
|
45
|
-
},
|
46
|
-
enumerable: false,
|
47
|
-
configurable: true
|
48
|
-
});
|
49
|
-
return OpExtendInfoSync;
|
50
|
-
}());
|
51
|
-
exports.OpExtendInfoSync = OpExtendInfoSync;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
export declare class OpExtendInfoVaultDelete {
|
2
|
-
private 'fail_count'?;
|
3
|
-
private 'total_count'?;
|
4
|
-
constructor();
|
5
|
-
withFailCount(failCount: number): OpExtendInfoVaultDelete;
|
6
|
-
set failCount(failCount: number | undefined);
|
7
|
-
get failCount(): number | undefined;
|
8
|
-
withTotalCount(totalCount: number): OpExtendInfoVaultDelete;
|
9
|
-
set totalCount(totalCount: number | undefined);
|
10
|
-
get totalCount(): number | undefined;
|
11
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OpExtendInfoVaultDelete = void 0;
|
4
|
-
var OpExtendInfoVaultDelete = /** @class */ (function () {
|
5
|
-
function OpExtendInfoVaultDelete() {
|
6
|
-
}
|
7
|
-
OpExtendInfoVaultDelete.prototype.withFailCount = function (failCount) {
|
8
|
-
this['fail_count'] = failCount;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(OpExtendInfoVaultDelete.prototype, "failCount", {
|
12
|
-
get: function () {
|
13
|
-
return this['fail_count'];
|
14
|
-
},
|
15
|
-
set: function (failCount) {
|
16
|
-
this['fail_count'] = failCount;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
OpExtendInfoVaultDelete.prototype.withTotalCount = function (totalCount) {
|
22
|
-
this['total_count'] = totalCount;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
Object.defineProperty(OpExtendInfoVaultDelete.prototype, "totalCount", {
|
26
|
-
get: function () {
|
27
|
-
return this['total_count'];
|
28
|
-
},
|
29
|
-
set: function (totalCount) {
|
30
|
-
this['total_count'] = totalCount;
|
31
|
-
},
|
32
|
-
enumerable: false,
|
33
|
-
configurable: true
|
34
|
-
});
|
35
|
-
return OpExtendInfoVaultDelete;
|
36
|
-
}());
|
37
|
-
exports.OpExtendInfoVaultDelete = OpExtendInfoVaultDelete;
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { OpExtendInfoBckup } from './OpExtendInfoBckup';
|
2
|
-
import { OpExtendInfoCommon } from './OpExtendInfoCommon';
|
3
|
-
import { OpExtendInfoDelete } from './OpExtendInfoDelete';
|
4
|
-
import { OpExtendInfoRemoveResources } from './OpExtendInfoRemoveResources';
|
5
|
-
import { OpExtendInfoReplication } from './OpExtendInfoReplication';
|
6
|
-
import { OpExtendInfoRestore } from './OpExtendInfoRestore';
|
7
|
-
import { OpExtendInfoSync } from './OpExtendInfoSync';
|
8
|
-
import { OpExtendInfoVaultDelete } from './OpExtendInfoVaultDelete';
|
9
|
-
import { Resource } from './Resource';
|
10
|
-
export declare class OpExtraInfo {
|
11
|
-
backup?: OpExtendInfoBckup;
|
12
|
-
common: OpExtendInfoCommon;
|
13
|
-
private 'delete'?;
|
14
|
-
sync?: OpExtendInfoSync;
|
15
|
-
private 'remove_resources'?;
|
16
|
-
replication?: OpExtendInfoReplication;
|
17
|
-
resource: Resource;
|
18
|
-
restore?: OpExtendInfoRestore;
|
19
|
-
private 'vault_delete'?;
|
20
|
-
constructor(common?: any, resource?: any);
|
21
|
-
withBackup(backup: OpExtendInfoBckup): OpExtraInfo;
|
22
|
-
withCommon(common: OpExtendInfoCommon): OpExtraInfo;
|
23
|
-
withDelete(_delete: OpExtendInfoDelete): OpExtraInfo;
|
24
|
-
set _delete(_delete: OpExtendInfoDelete | undefined);
|
25
|
-
get _delete(): OpExtendInfoDelete | undefined;
|
26
|
-
withSync(sync: OpExtendInfoSync): OpExtraInfo;
|
27
|
-
withRemoveResources(removeResources: OpExtendInfoRemoveResources): OpExtraInfo;
|
28
|
-
set removeResources(removeResources: OpExtendInfoRemoveResources | undefined);
|
29
|
-
get removeResources(): OpExtendInfoRemoveResources | undefined;
|
30
|
-
withReplication(replication: OpExtendInfoReplication): OpExtraInfo;
|
31
|
-
withResource(resource: Resource): OpExtraInfo;
|
32
|
-
withRestore(restore: OpExtendInfoRestore): OpExtraInfo;
|
33
|
-
withVaultDelete(vaultDelete: OpExtendInfoVaultDelete): OpExtraInfo;
|
34
|
-
set vaultDelete(vaultDelete: OpExtendInfoVaultDelete | undefined);
|
35
|
-
get vaultDelete(): OpExtendInfoVaultDelete | undefined;
|
36
|
-
}
|
package/v1/model/OpExtraInfo.js
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OpExtraInfo = void 0;
|
4
|
-
var OpExtraInfo = /** @class */ (function () {
|
5
|
-
function OpExtraInfo(common, resource) {
|
6
|
-
this['common'] = common;
|
7
|
-
this['resource'] = resource;
|
8
|
-
}
|
9
|
-
OpExtraInfo.prototype.withBackup = function (backup) {
|
10
|
-
this['backup'] = backup;
|
11
|
-
return this;
|
12
|
-
};
|
13
|
-
OpExtraInfo.prototype.withCommon = function (common) {
|
14
|
-
this['common'] = common;
|
15
|
-
return this;
|
16
|
-
};
|
17
|
-
OpExtraInfo.prototype.withDelete = function (_delete) {
|
18
|
-
this['delete'] = _delete;
|
19
|
-
return this;
|
20
|
-
};
|
21
|
-
Object.defineProperty(OpExtraInfo.prototype, "_delete", {
|
22
|
-
get: function () {
|
23
|
-
return this['delete'];
|
24
|
-
},
|
25
|
-
set: function (_delete) {
|
26
|
-
this['delete'] = _delete;
|
27
|
-
},
|
28
|
-
enumerable: false,
|
29
|
-
configurable: true
|
30
|
-
});
|
31
|
-
OpExtraInfo.prototype.withSync = function (sync) {
|
32
|
-
this['sync'] = sync;
|
33
|
-
return this;
|
34
|
-
};
|
35
|
-
OpExtraInfo.prototype.withRemoveResources = function (removeResources) {
|
36
|
-
this['remove_resources'] = removeResources;
|
37
|
-
return this;
|
38
|
-
};
|
39
|
-
Object.defineProperty(OpExtraInfo.prototype, "removeResources", {
|
40
|
-
get: function () {
|
41
|
-
return this['remove_resources'];
|
42
|
-
},
|
43
|
-
set: function (removeResources) {
|
44
|
-
this['remove_resources'] = removeResources;
|
45
|
-
},
|
46
|
-
enumerable: false,
|
47
|
-
configurable: true
|
48
|
-
});
|
49
|
-
OpExtraInfo.prototype.withReplication = function (replication) {
|
50
|
-
this['replication'] = replication;
|
51
|
-
return this;
|
52
|
-
};
|
53
|
-
OpExtraInfo.prototype.withResource = function (resource) {
|
54
|
-
this['resource'] = resource;
|
55
|
-
return this;
|
56
|
-
};
|
57
|
-
OpExtraInfo.prototype.withRestore = function (restore) {
|
58
|
-
this['restore'] = restore;
|
59
|
-
return this;
|
60
|
-
};
|
61
|
-
OpExtraInfo.prototype.withVaultDelete = function (vaultDelete) {
|
62
|
-
this['vault_delete'] = vaultDelete;
|
63
|
-
return this;
|
64
|
-
};
|
65
|
-
Object.defineProperty(OpExtraInfo.prototype, "vaultDelete", {
|
66
|
-
get: function () {
|
67
|
-
return this['vault_delete'];
|
68
|
-
},
|
69
|
-
set: function (vaultDelete) {
|
70
|
-
this['vault_delete'] = vaultDelete;
|
71
|
-
},
|
72
|
-
enumerable: false,
|
73
|
-
configurable: true
|
74
|
-
});
|
75
|
-
return OpExtraInfo;
|
76
|
-
}());
|
77
|
-
exports.OpExtraInfo = OpExtraInfo;
|
@@ -1,87 +0,0 @@
|
|
1
|
-
import { OpErrorInfo } from './OpErrorInfo';
|
2
|
-
import { OpExtraInfo } from './OpExtraInfo';
|
3
|
-
export declare class OperationLog {
|
4
|
-
private 'checkpoint_id'?;
|
5
|
-
private 'created_at';
|
6
|
-
private 'ended_at'?;
|
7
|
-
private 'error_info';
|
8
|
-
private 'extra_info'?;
|
9
|
-
id: string;
|
10
|
-
private 'operation_type'?;
|
11
|
-
private 'policy_id'?;
|
12
|
-
private 'project_id';
|
13
|
-
private 'provider_id'?;
|
14
|
-
private 'started_at';
|
15
|
-
status: OperationLogStatusEnum;
|
16
|
-
private 'updated_at';
|
17
|
-
private 'vault_id'?;
|
18
|
-
private 'vault_name'?;
|
19
|
-
constructor(createdAt?: any, errorInfo?: any, id?: any, projectId?: any, startedAt?: any, status?: any, updatedAt?: any);
|
20
|
-
withCheckpointId(checkpointId: string): OperationLog;
|
21
|
-
set checkpointId(checkpointId: string | undefined);
|
22
|
-
get checkpointId(): string | undefined;
|
23
|
-
withCreatedAt(createdAt: string): OperationLog;
|
24
|
-
set createdAt(createdAt: string | undefined);
|
25
|
-
get createdAt(): string | undefined;
|
26
|
-
withEndedAt(endedAt: string): OperationLog;
|
27
|
-
set endedAt(endedAt: string | undefined);
|
28
|
-
get endedAt(): string | undefined;
|
29
|
-
withErrorInfo(errorInfo: OpErrorInfo): OperationLog;
|
30
|
-
set errorInfo(errorInfo: OpErrorInfo | undefined);
|
31
|
-
get errorInfo(): OpErrorInfo | undefined;
|
32
|
-
withExtraInfo(extraInfo: OpExtraInfo): OperationLog;
|
33
|
-
set extraInfo(extraInfo: OpExtraInfo | undefined);
|
34
|
-
get extraInfo(): OpExtraInfo | undefined;
|
35
|
-
withId(id: string): OperationLog;
|
36
|
-
withOperationType(operationType: OperationLogOperationTypeEnum): OperationLog;
|
37
|
-
set operationType(operationType: OperationLogOperationTypeEnum | undefined);
|
38
|
-
get operationType(): OperationLogOperationTypeEnum | undefined;
|
39
|
-
withPolicyId(policyId: string): OperationLog;
|
40
|
-
set policyId(policyId: string | undefined);
|
41
|
-
get policyId(): string | undefined;
|
42
|
-
withProjectId(projectId: string): OperationLog;
|
43
|
-
set projectId(projectId: string | undefined);
|
44
|
-
get projectId(): string | undefined;
|
45
|
-
withProviderId(providerId: string): OperationLog;
|
46
|
-
set providerId(providerId: string | undefined);
|
47
|
-
get providerId(): string | undefined;
|
48
|
-
withStartedAt(startedAt: string): OperationLog;
|
49
|
-
set startedAt(startedAt: string | undefined);
|
50
|
-
get startedAt(): string | undefined;
|
51
|
-
withStatus(status: OperationLogStatusEnum): OperationLog;
|
52
|
-
withUpdatedAt(updatedAt: string): OperationLog;
|
53
|
-
set updatedAt(updatedAt: string | undefined);
|
54
|
-
get updatedAt(): string | undefined;
|
55
|
-
withVaultId(vaultId: string): OperationLog;
|
56
|
-
set vaultId(vaultId: string | undefined);
|
57
|
-
get vaultId(): string | undefined;
|
58
|
-
withVaultName(vaultName: string): OperationLog;
|
59
|
-
set vaultName(vaultName: string | undefined);
|
60
|
-
get vaultName(): string | undefined;
|
61
|
-
}
|
62
|
-
/**
|
63
|
-
* @export
|
64
|
-
* @enum {string}
|
65
|
-
*/
|
66
|
-
export declare enum OperationLogOperationTypeEnum {
|
67
|
-
BACKUP = "backup",
|
68
|
-
COPY = "copy",
|
69
|
-
REPLICATION = "replication",
|
70
|
-
RESTORE = "restore",
|
71
|
-
DELETE = "delete",
|
72
|
-
SYNC = "sync",
|
73
|
-
VAULT_DELETE = "vault_delete",
|
74
|
-
REMOVE_RESOURCE = "remove_resource"
|
75
|
-
}
|
76
|
-
/**
|
77
|
-
* @export
|
78
|
-
* @enum {string}
|
79
|
-
*/
|
80
|
-
export declare enum OperationLogStatusEnum {
|
81
|
-
SUCCESS = "success",
|
82
|
-
SKIPPED = "skipped",
|
83
|
-
FAILED = "failed",
|
84
|
-
RUNNING = "running",
|
85
|
-
TIMEOUT = "timeout",
|
86
|
-
WAITING = "waiting"
|
87
|
-
}
|
package/v1/model/OperationLog.js
DELETED
@@ -1,234 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OperationLogStatusEnum = exports.OperationLogOperationTypeEnum = exports.OperationLog = void 0;
|
4
|
-
var OperationLog = /** @class */ (function () {
|
5
|
-
function OperationLog(createdAt, errorInfo, id, projectId, startedAt, status, updatedAt) {
|
6
|
-
this['created_at'] = createdAt;
|
7
|
-
this['error_info'] = errorInfo;
|
8
|
-
this['id'] = id;
|
9
|
-
this['project_id'] = projectId;
|
10
|
-
this['started_at'] = startedAt;
|
11
|
-
this['status'] = status;
|
12
|
-
this['updated_at'] = updatedAt;
|
13
|
-
}
|
14
|
-
OperationLog.prototype.withCheckpointId = function (checkpointId) {
|
15
|
-
this['checkpoint_id'] = checkpointId;
|
16
|
-
return this;
|
17
|
-
};
|
18
|
-
Object.defineProperty(OperationLog.prototype, "checkpointId", {
|
19
|
-
get: function () {
|
20
|
-
return this['checkpoint_id'];
|
21
|
-
},
|
22
|
-
set: function (checkpointId) {
|
23
|
-
this['checkpoint_id'] = checkpointId;
|
24
|
-
},
|
25
|
-
enumerable: false,
|
26
|
-
configurable: true
|
27
|
-
});
|
28
|
-
OperationLog.prototype.withCreatedAt = function (createdAt) {
|
29
|
-
this['created_at'] = createdAt;
|
30
|
-
return this;
|
31
|
-
};
|
32
|
-
Object.defineProperty(OperationLog.prototype, "createdAt", {
|
33
|
-
get: function () {
|
34
|
-
return this['created_at'];
|
35
|
-
},
|
36
|
-
set: function (createdAt) {
|
37
|
-
this['created_at'] = createdAt;
|
38
|
-
},
|
39
|
-
enumerable: false,
|
40
|
-
configurable: true
|
41
|
-
});
|
42
|
-
OperationLog.prototype.withEndedAt = function (endedAt) {
|
43
|
-
this['ended_at'] = endedAt;
|
44
|
-
return this;
|
45
|
-
};
|
46
|
-
Object.defineProperty(OperationLog.prototype, "endedAt", {
|
47
|
-
get: function () {
|
48
|
-
return this['ended_at'];
|
49
|
-
},
|
50
|
-
set: function (endedAt) {
|
51
|
-
this['ended_at'] = endedAt;
|
52
|
-
},
|
53
|
-
enumerable: false,
|
54
|
-
configurable: true
|
55
|
-
});
|
56
|
-
OperationLog.prototype.withErrorInfo = function (errorInfo) {
|
57
|
-
this['error_info'] = errorInfo;
|
58
|
-
return this;
|
59
|
-
};
|
60
|
-
Object.defineProperty(OperationLog.prototype, "errorInfo", {
|
61
|
-
get: function () {
|
62
|
-
return this['error_info'];
|
63
|
-
},
|
64
|
-
set: function (errorInfo) {
|
65
|
-
this['error_info'] = errorInfo;
|
66
|
-
},
|
67
|
-
enumerable: false,
|
68
|
-
configurable: true
|
69
|
-
});
|
70
|
-
OperationLog.prototype.withExtraInfo = function (extraInfo) {
|
71
|
-
this['extra_info'] = extraInfo;
|
72
|
-
return this;
|
73
|
-
};
|
74
|
-
Object.defineProperty(OperationLog.prototype, "extraInfo", {
|
75
|
-
get: function () {
|
76
|
-
return this['extra_info'];
|
77
|
-
},
|
78
|
-
set: function (extraInfo) {
|
79
|
-
this['extra_info'] = extraInfo;
|
80
|
-
},
|
81
|
-
enumerable: false,
|
82
|
-
configurable: true
|
83
|
-
});
|
84
|
-
OperationLog.prototype.withId = function (id) {
|
85
|
-
this['id'] = id;
|
86
|
-
return this;
|
87
|
-
};
|
88
|
-
OperationLog.prototype.withOperationType = function (operationType) {
|
89
|
-
this['operation_type'] = operationType;
|
90
|
-
return this;
|
91
|
-
};
|
92
|
-
Object.defineProperty(OperationLog.prototype, "operationType", {
|
93
|
-
get: function () {
|
94
|
-
return this['operation_type'];
|
95
|
-
},
|
96
|
-
set: function (operationType) {
|
97
|
-
this['operation_type'] = operationType;
|
98
|
-
},
|
99
|
-
enumerable: false,
|
100
|
-
configurable: true
|
101
|
-
});
|
102
|
-
OperationLog.prototype.withPolicyId = function (policyId) {
|
103
|
-
this['policy_id'] = policyId;
|
104
|
-
return this;
|
105
|
-
};
|
106
|
-
Object.defineProperty(OperationLog.prototype, "policyId", {
|
107
|
-
get: function () {
|
108
|
-
return this['policy_id'];
|
109
|
-
},
|
110
|
-
set: function (policyId) {
|
111
|
-
this['policy_id'] = policyId;
|
112
|
-
},
|
113
|
-
enumerable: false,
|
114
|
-
configurable: true
|
115
|
-
});
|
116
|
-
OperationLog.prototype.withProjectId = function (projectId) {
|
117
|
-
this['project_id'] = projectId;
|
118
|
-
return this;
|
119
|
-
};
|
120
|
-
Object.defineProperty(OperationLog.prototype, "projectId", {
|
121
|
-
get: function () {
|
122
|
-
return this['project_id'];
|
123
|
-
},
|
124
|
-
set: function (projectId) {
|
125
|
-
this['project_id'] = projectId;
|
126
|
-
},
|
127
|
-
enumerable: false,
|
128
|
-
configurable: true
|
129
|
-
});
|
130
|
-
OperationLog.prototype.withProviderId = function (providerId) {
|
131
|
-
this['provider_id'] = providerId;
|
132
|
-
return this;
|
133
|
-
};
|
134
|
-
Object.defineProperty(OperationLog.prototype, "providerId", {
|
135
|
-
get: function () {
|
136
|
-
return this['provider_id'];
|
137
|
-
},
|
138
|
-
set: function (providerId) {
|
139
|
-
this['provider_id'] = providerId;
|
140
|
-
},
|
141
|
-
enumerable: false,
|
142
|
-
configurable: true
|
143
|
-
});
|
144
|
-
OperationLog.prototype.withStartedAt = function (startedAt) {
|
145
|
-
this['started_at'] = startedAt;
|
146
|
-
return this;
|
147
|
-
};
|
148
|
-
Object.defineProperty(OperationLog.prototype, "startedAt", {
|
149
|
-
get: function () {
|
150
|
-
return this['started_at'];
|
151
|
-
},
|
152
|
-
set: function (startedAt) {
|
153
|
-
this['started_at'] = startedAt;
|
154
|
-
},
|
155
|
-
enumerable: false,
|
156
|
-
configurable: true
|
157
|
-
});
|
158
|
-
OperationLog.prototype.withStatus = function (status) {
|
159
|
-
this['status'] = status;
|
160
|
-
return this;
|
161
|
-
};
|
162
|
-
OperationLog.prototype.withUpdatedAt = function (updatedAt) {
|
163
|
-
this['updated_at'] = updatedAt;
|
164
|
-
return this;
|
165
|
-
};
|
166
|
-
Object.defineProperty(OperationLog.prototype, "updatedAt", {
|
167
|
-
get: function () {
|
168
|
-
return this['updated_at'];
|
169
|
-
},
|
170
|
-
set: function (updatedAt) {
|
171
|
-
this['updated_at'] = updatedAt;
|
172
|
-
},
|
173
|
-
enumerable: false,
|
174
|
-
configurable: true
|
175
|
-
});
|
176
|
-
OperationLog.prototype.withVaultId = function (vaultId) {
|
177
|
-
this['vault_id'] = vaultId;
|
178
|
-
return this;
|
179
|
-
};
|
180
|
-
Object.defineProperty(OperationLog.prototype, "vaultId", {
|
181
|
-
get: function () {
|
182
|
-
return this['vault_id'];
|
183
|
-
},
|
184
|
-
set: function (vaultId) {
|
185
|
-
this['vault_id'] = vaultId;
|
186
|
-
},
|
187
|
-
enumerable: false,
|
188
|
-
configurable: true
|
189
|
-
});
|
190
|
-
OperationLog.prototype.withVaultName = function (vaultName) {
|
191
|
-
this['vault_name'] = vaultName;
|
192
|
-
return this;
|
193
|
-
};
|
194
|
-
Object.defineProperty(OperationLog.prototype, "vaultName", {
|
195
|
-
get: function () {
|
196
|
-
return this['vault_name'];
|
197
|
-
},
|
198
|
-
set: function (vaultName) {
|
199
|
-
this['vault_name'] = vaultName;
|
200
|
-
},
|
201
|
-
enumerable: false,
|
202
|
-
configurable: true
|
203
|
-
});
|
204
|
-
return OperationLog;
|
205
|
-
}());
|
206
|
-
exports.OperationLog = OperationLog;
|
207
|
-
/**
|
208
|
-
* @export
|
209
|
-
* @enum {string}
|
210
|
-
*/
|
211
|
-
var OperationLogOperationTypeEnum;
|
212
|
-
(function (OperationLogOperationTypeEnum) {
|
213
|
-
OperationLogOperationTypeEnum["BACKUP"] = "backup";
|
214
|
-
OperationLogOperationTypeEnum["COPY"] = "copy";
|
215
|
-
OperationLogOperationTypeEnum["REPLICATION"] = "replication";
|
216
|
-
OperationLogOperationTypeEnum["RESTORE"] = "restore";
|
217
|
-
OperationLogOperationTypeEnum["DELETE"] = "delete";
|
218
|
-
OperationLogOperationTypeEnum["SYNC"] = "sync";
|
219
|
-
OperationLogOperationTypeEnum["VAULT_DELETE"] = "vault_delete";
|
220
|
-
OperationLogOperationTypeEnum["REMOVE_RESOURCE"] = "remove_resource";
|
221
|
-
})(OperationLogOperationTypeEnum || (exports.OperationLogOperationTypeEnum = OperationLogOperationTypeEnum = {}));
|
222
|
-
/**
|
223
|
-
* @export
|
224
|
-
* @enum {string}
|
225
|
-
*/
|
226
|
-
var OperationLogStatusEnum;
|
227
|
-
(function (OperationLogStatusEnum) {
|
228
|
-
OperationLogStatusEnum["SUCCESS"] = "success";
|
229
|
-
OperationLogStatusEnum["SKIPPED"] = "skipped";
|
230
|
-
OperationLogStatusEnum["FAILED"] = "failed";
|
231
|
-
OperationLogStatusEnum["RUNNING"] = "running";
|
232
|
-
OperationLogStatusEnum["TIMEOUT"] = "timeout";
|
233
|
-
OperationLogStatusEnum["WAITING"] = "waiting";
|
234
|
-
})(OperationLogStatusEnum || (exports.OperationLogStatusEnum = OperationLogStatusEnum = {}));
|
package/v1/model/Path.d.ts
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
export declare class Path {
|
2
|
-
id?: string;
|
3
|
-
status?: string;
|
4
|
-
private 'agent_id'?;
|
5
|
-
private 'dir_path'?;
|
6
|
-
constructor();
|
7
|
-
withId(id: string): Path;
|
8
|
-
withStatus(status: string): Path;
|
9
|
-
withAgentId(agentId: string): Path;
|
10
|
-
set agentId(agentId: string | undefined);
|
11
|
-
get agentId(): string | undefined;
|
12
|
-
withDirPath(dirPath: string): Path;
|
13
|
-
set dirPath(dirPath: string | undefined);
|
14
|
-
get dirPath(): string | undefined;
|
15
|
-
}
|
package/v1/model/Path.js
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Path = void 0;
|
4
|
-
var Path = /** @class */ (function () {
|
5
|
-
function Path() {
|
6
|
-
}
|
7
|
-
Path.prototype.withId = function (id) {
|
8
|
-
this['id'] = id;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Path.prototype.withStatus = function (status) {
|
12
|
-
this['status'] = status;
|
13
|
-
return this;
|
14
|
-
};
|
15
|
-
Path.prototype.withAgentId = function (agentId) {
|
16
|
-
this['agent_id'] = agentId;
|
17
|
-
return this;
|
18
|
-
};
|
19
|
-
Object.defineProperty(Path.prototype, "agentId", {
|
20
|
-
get: function () {
|
21
|
-
return this['agent_id'];
|
22
|
-
},
|
23
|
-
set: function (agentId) {
|
24
|
-
this['agent_id'] = agentId;
|
25
|
-
},
|
26
|
-
enumerable: false,
|
27
|
-
configurable: true
|
28
|
-
});
|
29
|
-
Path.prototype.withDirPath = function (dirPath) {
|
30
|
-
this['dir_path'] = dirPath;
|
31
|
-
return this;
|
32
|
-
};
|
33
|
-
Object.defineProperty(Path.prototype, "dirPath", {
|
34
|
-
get: function () {
|
35
|
-
return this['dir_path'];
|
36
|
-
},
|
37
|
-
set: function (dirPath) {
|
38
|
-
this['dir_path'] = dirPath;
|
39
|
-
},
|
40
|
-
enumerable: false,
|
41
|
-
configurable: true
|
42
|
-
});
|
43
|
-
return Path;
|
44
|
-
}());
|
45
|
-
exports.Path = Path;
|