@huaweicloud/huaweicloud-sdk-cbr 3.1.44 → 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
package/v1/CbrRegion.ts
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
import { Region } from "@huaweicloud/huaweicloud-sdk-core/region/region";
|
2
|
+
|
3
|
+
|
4
|
+
interface RegionMap {
|
5
|
+
[key: string]: Region;
|
6
|
+
}
|
7
|
+
|
8
|
+
export class CbrRegion {
|
9
|
+
public static CN_NORTH_1 = new Region("cn-north-1", ["https://cbr.cn-north-1.myhuaweicloud.com"]);
|
10
|
+
public static CN_NORTH_4 = new Region("cn-north-4", ["https://cbr.cn-north-4.myhuaweicloud.com"]);
|
11
|
+
public static CN_SOUTH_1 = new Region("cn-south-1", ["https://cbr.cn-south-1.myhuaweicloud.com"]);
|
12
|
+
public static CN_EAST_2 = new Region("cn-east-2", ["https://cbr.cn-east-2.myhuaweicloud.com"]);
|
13
|
+
public static CN_EAST_3 = new Region("cn-east-3", ["https://cbr.cn-east-3.myhuaweicloud.com"]);
|
14
|
+
public static CN_SOUTHWEST_2 = new Region("cn-southwest-2", ["https://cbr.cn-southwest-2.myhuaweicloud.com"]);
|
15
|
+
public static AP_SOUTHEAST_1 = new Region("ap-southeast-1", ["https://cbr.ap-southeast-1.myhuaweicloud.com"]);
|
16
|
+
public static AP_SOUTHEAST_2 = new Region("ap-southeast-2", ["https://cbr.ap-southeast-2.myhuaweicloud.com"]);
|
17
|
+
public static AP_SOUTHEAST_3 = new Region("ap-southeast-3", ["https://cbr.ap-southeast-3.myhuaweicloud.com"]);
|
18
|
+
public static AF_SOUTH_1 = new Region("af-south-1", ["https://cbr.af-south-1.myhuaweicloud.com"]);
|
19
|
+
public static SA_BRAZIL_1 = new Region("sa-brazil-1", ["https://cbr.sa-brazil-1.myhuaweicloud.com"]);
|
20
|
+
public static LA_NORTH_2 = new Region("la-north-2", ["https://cbr.la-north-2.myhuaweicloud.com"]);
|
21
|
+
public static CN_SOUTH_4 = new Region("cn-south-4", ["https://cbr.cn-south-4.myhuaweicloud.com"]);
|
22
|
+
public static NA_MEXICO_1 = new Region("na-mexico-1", ["https://cbr.na-mexico-1.myhuaweicloud.com"]);
|
23
|
+
public static LA_SOUTH_2 = new Region("la-south-2", ["https://cbr.la-south-2.myhuaweicloud.com"]);
|
24
|
+
public static CN_SOUTH_2 = new Region("cn-south-2", ["https://cbr.cn-south-2.myhuaweicloud.com"]);
|
25
|
+
public static CN_NORTH_9 = new Region("cn-north-9", ["https://cbr.cn-north-9.myhuaweicloud.com"]);
|
26
|
+
public static CN_NORTH_2 = new Region("cn-north-2", ["https://cbr.cn-north-2.myhuaweicloud.com"]);
|
27
|
+
public static AP_SOUTHEAST_4 = new Region("ap-southeast-4", ["https://cbr.ap-southeast-4.myhuaweicloud.com"]);
|
28
|
+
public static TR_WEST_1 = new Region("tr-west-1", ["https://cbr.tr-west-1.myhuaweicloud.com"]);
|
29
|
+
|
30
|
+
|
31
|
+
private static REGION_MAP: RegionMap = {
|
32
|
+
"cn-north-1":CbrRegion.CN_NORTH_1,
|
33
|
+
"cn-north-4":CbrRegion.CN_NORTH_4,
|
34
|
+
"cn-south-1":CbrRegion.CN_SOUTH_1,
|
35
|
+
"cn-east-2":CbrRegion.CN_EAST_2,
|
36
|
+
"cn-east-3":CbrRegion.CN_EAST_3,
|
37
|
+
"cn-southwest-2":CbrRegion.CN_SOUTHWEST_2,
|
38
|
+
"ap-southeast-1":CbrRegion.AP_SOUTHEAST_1,
|
39
|
+
"ap-southeast-2":CbrRegion.AP_SOUTHEAST_2,
|
40
|
+
"ap-southeast-3":CbrRegion.AP_SOUTHEAST_3,
|
41
|
+
"af-south-1":CbrRegion.AF_SOUTH_1,
|
42
|
+
"sa-brazil-1":CbrRegion.SA_BRAZIL_1,
|
43
|
+
"la-north-2":CbrRegion.LA_NORTH_2,
|
44
|
+
"cn-south-4":CbrRegion.CN_SOUTH_4,
|
45
|
+
"na-mexico-1":CbrRegion.NA_MEXICO_1,
|
46
|
+
"la-south-2":CbrRegion.LA_SOUTH_2,
|
47
|
+
"cn-south-2":CbrRegion.CN_SOUTH_2,
|
48
|
+
"cn-north-9":CbrRegion.CN_NORTH_9,
|
49
|
+
"cn-north-2":CbrRegion.CN_NORTH_2,
|
50
|
+
"ap-southeast-4":CbrRegion.AP_SOUTHEAST_4,
|
51
|
+
"tr-west-1":CbrRegion.TR_WEST_1
|
52
|
+
};
|
53
|
+
|
54
|
+
public static valueOf(regionId: string) {
|
55
|
+
if (!regionId) {
|
56
|
+
throw new Error("Unexpected empty parameter: regionId.");
|
57
|
+
}
|
58
|
+
const result = this.REGION_MAP[regionId];
|
59
|
+
if (result) {
|
60
|
+
return result;
|
61
|
+
}
|
62
|
+
throw new Error(`Unexpected regionId: ${regionId}.`)
|
63
|
+
}
|
64
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { AgentAddPathReq } from './AgentAddPathReq';
|
2
|
+
|
3
|
+
|
4
|
+
export class AddAgentPathRequest {
|
5
|
+
private 'agent_id': string | undefined;
|
6
|
+
public body?: AgentAddPathReq;
|
7
|
+
public constructor(agentId?: any) {
|
8
|
+
this['agent_id'] = agentId;
|
9
|
+
}
|
10
|
+
public withAgentId(agentId: string): AddAgentPathRequest {
|
11
|
+
this['agent_id'] = agentId;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public set agentId(agentId: string | undefined) {
|
15
|
+
this['agent_id'] = agentId;
|
16
|
+
}
|
17
|
+
public get agentId() {
|
18
|
+
return this['agent_id'];
|
19
|
+
}
|
20
|
+
public withBody(body: AgentAddPathReq): AddAgentPathRequest {
|
21
|
+
this['body'] = body;
|
22
|
+
return this;
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
|
4
|
+
export class AddAgentPathResponse extends SdkResponse {
|
5
|
+
public added?: Array<string>;
|
6
|
+
public existed?: Array<string>;
|
7
|
+
public constructor() {
|
8
|
+
super();
|
9
|
+
}
|
10
|
+
public withAdded(added: Array<string>): AddAgentPathResponse {
|
11
|
+
this['added'] = added;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public withExisted(existed: Array<string>): AddAgentPathResponse {
|
15
|
+
this['existed'] = existed;
|
16
|
+
return this;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { AddMembersReq } from './AddMembersReq';
|
2
|
+
|
3
|
+
|
4
|
+
export class AddMemberRequest {
|
5
|
+
private 'backup_id': string | undefined;
|
6
|
+
public body?: AddMembersReq;
|
7
|
+
public constructor(backupId?: any) {
|
8
|
+
this['backup_id'] = backupId;
|
9
|
+
}
|
10
|
+
public withBackupId(backupId: string): AddMemberRequest {
|
11
|
+
this['backup_id'] = backupId;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public set backupId(backupId: string | undefined) {
|
15
|
+
this['backup_id'] = backupId;
|
16
|
+
}
|
17
|
+
public get backupId() {
|
18
|
+
return this['backup_id'];
|
19
|
+
}
|
20
|
+
public withBody(body: AddMembersReq): AddMemberRequest {
|
21
|
+
this['body'] = body;
|
22
|
+
return this;
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { Member } from './Member';
|
2
|
+
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
4
|
+
|
5
|
+
export class AddMemberResponse extends SdkResponse {
|
6
|
+
public members?: Array<Member>;
|
7
|
+
public count?: number;
|
8
|
+
public constructor() {
|
9
|
+
super();
|
10
|
+
}
|
11
|
+
public withMembers(members: Array<Member>): AddMemberResponse {
|
12
|
+
this['members'] = members;
|
13
|
+
return this;
|
14
|
+
}
|
15
|
+
public withCount(count: number): AddMemberResponse {
|
16
|
+
this['count'] = count;
|
17
|
+
return this;
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { VaultAddResourceReq } from './VaultAddResourceReq';
|
2
|
+
|
3
|
+
|
4
|
+
export class AddVaultResourceRequest {
|
5
|
+
private 'vault_id': string | undefined;
|
6
|
+
public body?: VaultAddResourceReq;
|
7
|
+
public constructor(vaultId?: any) {
|
8
|
+
this['vault_id'] = vaultId;
|
9
|
+
}
|
10
|
+
public withVaultId(vaultId: string): AddVaultResourceRequest {
|
11
|
+
this['vault_id'] = vaultId;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public set vaultId(vaultId: string | undefined) {
|
15
|
+
this['vault_id'] = vaultId;
|
16
|
+
}
|
17
|
+
public get vaultId() {
|
18
|
+
return this['vault_id'];
|
19
|
+
}
|
20
|
+
public withBody(body: VaultAddResourceReq): AddVaultResourceRequest {
|
21
|
+
this['body'] = body;
|
22
|
+
return this;
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
|
4
|
+
export class AddVaultResourceResponse extends SdkResponse {
|
5
|
+
private 'add_resource_ids'?: Array<string> | undefined;
|
6
|
+
public constructor() {
|
7
|
+
super();
|
8
|
+
}
|
9
|
+
public withAddResourceIds(addResourceIds: Array<string>): AddVaultResourceResponse {
|
10
|
+
this['add_resource_ids'] = addResourceIds;
|
11
|
+
return this;
|
12
|
+
}
|
13
|
+
public set addResourceIds(addResourceIds: Array<string> | undefined) {
|
14
|
+
this['add_resource_ids'] = addResourceIds;
|
15
|
+
}
|
16
|
+
public get addResourceIds() {
|
17
|
+
return this['add_resource_ids'];
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,128 @@
|
|
1
|
+
import { Path } from './Path';
|
2
|
+
|
3
|
+
|
4
|
+
export class Agent {
|
5
|
+
private 'created_at'?: Date | undefined;
|
6
|
+
private 'updated_at'?: Date | undefined;
|
7
|
+
private 'agent_id': string | undefined;
|
8
|
+
private 'agent_version'?: string | undefined;
|
9
|
+
private 'agent_type'?: string | undefined;
|
10
|
+
private 'host_name'?: string | undefined;
|
11
|
+
private 'host_nickname'?: string | undefined;
|
12
|
+
private 'host_ip'?: string | undefined;
|
13
|
+
private 'host_os'?: string | undefined;
|
14
|
+
public status?: string;
|
15
|
+
private 'last_active_time'?: Date | undefined;
|
16
|
+
public paths?: Array<Path>;
|
17
|
+
public constructor(agentId?: any) {
|
18
|
+
this['agent_id'] = agentId;
|
19
|
+
}
|
20
|
+
public withCreatedAt(createdAt: Date): Agent {
|
21
|
+
this['created_at'] = createdAt;
|
22
|
+
return this;
|
23
|
+
}
|
24
|
+
public set createdAt(createdAt: Date | undefined) {
|
25
|
+
this['created_at'] = createdAt;
|
26
|
+
}
|
27
|
+
public get createdAt() {
|
28
|
+
return this['created_at'];
|
29
|
+
}
|
30
|
+
public withUpdatedAt(updatedAt: Date): Agent {
|
31
|
+
this['updated_at'] = updatedAt;
|
32
|
+
return this;
|
33
|
+
}
|
34
|
+
public set updatedAt(updatedAt: Date | undefined) {
|
35
|
+
this['updated_at'] = updatedAt;
|
36
|
+
}
|
37
|
+
public get updatedAt() {
|
38
|
+
return this['updated_at'];
|
39
|
+
}
|
40
|
+
public withAgentId(agentId: string): Agent {
|
41
|
+
this['agent_id'] = agentId;
|
42
|
+
return this;
|
43
|
+
}
|
44
|
+
public set agentId(agentId: string | undefined) {
|
45
|
+
this['agent_id'] = agentId;
|
46
|
+
}
|
47
|
+
public get agentId() {
|
48
|
+
return this['agent_id'];
|
49
|
+
}
|
50
|
+
public withAgentVersion(agentVersion: string): Agent {
|
51
|
+
this['agent_version'] = agentVersion;
|
52
|
+
return this;
|
53
|
+
}
|
54
|
+
public set agentVersion(agentVersion: string | undefined) {
|
55
|
+
this['agent_version'] = agentVersion;
|
56
|
+
}
|
57
|
+
public get agentVersion() {
|
58
|
+
return this['agent_version'];
|
59
|
+
}
|
60
|
+
public withAgentType(agentType: string): Agent {
|
61
|
+
this['agent_type'] = agentType;
|
62
|
+
return this;
|
63
|
+
}
|
64
|
+
public set agentType(agentType: string | undefined) {
|
65
|
+
this['agent_type'] = agentType;
|
66
|
+
}
|
67
|
+
public get agentType() {
|
68
|
+
return this['agent_type'];
|
69
|
+
}
|
70
|
+
public withHostName(hostName: string): Agent {
|
71
|
+
this['host_name'] = hostName;
|
72
|
+
return this;
|
73
|
+
}
|
74
|
+
public set hostName(hostName: string | undefined) {
|
75
|
+
this['host_name'] = hostName;
|
76
|
+
}
|
77
|
+
public get hostName() {
|
78
|
+
return this['host_name'];
|
79
|
+
}
|
80
|
+
public withHostNickname(hostNickname: string): Agent {
|
81
|
+
this['host_nickname'] = hostNickname;
|
82
|
+
return this;
|
83
|
+
}
|
84
|
+
public set hostNickname(hostNickname: string | undefined) {
|
85
|
+
this['host_nickname'] = hostNickname;
|
86
|
+
}
|
87
|
+
public get hostNickname() {
|
88
|
+
return this['host_nickname'];
|
89
|
+
}
|
90
|
+
public withHostIp(hostIp: string): Agent {
|
91
|
+
this['host_ip'] = hostIp;
|
92
|
+
return this;
|
93
|
+
}
|
94
|
+
public set hostIp(hostIp: string | undefined) {
|
95
|
+
this['host_ip'] = hostIp;
|
96
|
+
}
|
97
|
+
public get hostIp() {
|
98
|
+
return this['host_ip'];
|
99
|
+
}
|
100
|
+
public withHostOs(hostOs: string): Agent {
|
101
|
+
this['host_os'] = hostOs;
|
102
|
+
return this;
|
103
|
+
}
|
104
|
+
public set hostOs(hostOs: string | undefined) {
|
105
|
+
this['host_os'] = hostOs;
|
106
|
+
}
|
107
|
+
public get hostOs() {
|
108
|
+
return this['host_os'];
|
109
|
+
}
|
110
|
+
public withStatus(status: string): Agent {
|
111
|
+
this['status'] = status;
|
112
|
+
return this;
|
113
|
+
}
|
114
|
+
public withLastActiveTime(lastActiveTime: Date): Agent {
|
115
|
+
this['last_active_time'] = lastActiveTime;
|
116
|
+
return this;
|
117
|
+
}
|
118
|
+
public set lastActiveTime(lastActiveTime: Date | undefined) {
|
119
|
+
this['last_active_time'] = lastActiveTime;
|
120
|
+
}
|
121
|
+
public get lastActiveTime() {
|
122
|
+
return this['last_active_time'];
|
123
|
+
}
|
124
|
+
public withPaths(paths: Array<Path>): Agent {
|
125
|
+
this['paths'] = paths;
|
126
|
+
return this;
|
127
|
+
}
|
128
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
export class AgentAddPathReq {
|
4
|
+
private 'add_path': Array<string> | undefined;
|
5
|
+
public constructor(addPath?: any) {
|
6
|
+
this['add_path'] = addPath;
|
7
|
+
}
|
8
|
+
public withAddPath(addPath: Array<string>): AgentAddPathReq {
|
9
|
+
this['add_path'] = addPath;
|
10
|
+
return this;
|
11
|
+
}
|
12
|
+
public set addPath(addPath: Array<string> | undefined) {
|
13
|
+
this['add_path'] = addPath;
|
14
|
+
}
|
15
|
+
public get addPath() {
|
16
|
+
return this['add_path'];
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,87 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
export class AgentRegister {
|
4
|
+
private 'agent_id': string | undefined;
|
5
|
+
private 'host_name': string | undefined;
|
6
|
+
private 'host_ip': string | undefined;
|
7
|
+
private 'host_os': string | undefined;
|
8
|
+
private 'host_nickname'?: string | undefined;
|
9
|
+
private 'agent_version'?: string | undefined;
|
10
|
+
private 'agent_type'?: string | undefined;
|
11
|
+
public constructor(agentId?: any, hostName?: any, hostIp?: any, hostOs?: any) {
|
12
|
+
this['agent_id'] = agentId;
|
13
|
+
this['host_name'] = hostName;
|
14
|
+
this['host_ip'] = hostIp;
|
15
|
+
this['host_os'] = hostOs;
|
16
|
+
}
|
17
|
+
public withAgentId(agentId: string): AgentRegister {
|
18
|
+
this['agent_id'] = agentId;
|
19
|
+
return this;
|
20
|
+
}
|
21
|
+
public set agentId(agentId: string | undefined) {
|
22
|
+
this['agent_id'] = agentId;
|
23
|
+
}
|
24
|
+
public get agentId() {
|
25
|
+
return this['agent_id'];
|
26
|
+
}
|
27
|
+
public withHostName(hostName: string): AgentRegister {
|
28
|
+
this['host_name'] = hostName;
|
29
|
+
return this;
|
30
|
+
}
|
31
|
+
public set hostName(hostName: string | undefined) {
|
32
|
+
this['host_name'] = hostName;
|
33
|
+
}
|
34
|
+
public get hostName() {
|
35
|
+
return this['host_name'];
|
36
|
+
}
|
37
|
+
public withHostIp(hostIp: string): AgentRegister {
|
38
|
+
this['host_ip'] = hostIp;
|
39
|
+
return this;
|
40
|
+
}
|
41
|
+
public set hostIp(hostIp: string | undefined) {
|
42
|
+
this['host_ip'] = hostIp;
|
43
|
+
}
|
44
|
+
public get hostIp() {
|
45
|
+
return this['host_ip'];
|
46
|
+
}
|
47
|
+
public withHostOs(hostOs: string): AgentRegister {
|
48
|
+
this['host_os'] = hostOs;
|
49
|
+
return this;
|
50
|
+
}
|
51
|
+
public set hostOs(hostOs: string | undefined) {
|
52
|
+
this['host_os'] = hostOs;
|
53
|
+
}
|
54
|
+
public get hostOs() {
|
55
|
+
return this['host_os'];
|
56
|
+
}
|
57
|
+
public withHostNickname(hostNickname: string): AgentRegister {
|
58
|
+
this['host_nickname'] = hostNickname;
|
59
|
+
return this;
|
60
|
+
}
|
61
|
+
public set hostNickname(hostNickname: string | undefined) {
|
62
|
+
this['host_nickname'] = hostNickname;
|
63
|
+
}
|
64
|
+
public get hostNickname() {
|
65
|
+
return this['host_nickname'];
|
66
|
+
}
|
67
|
+
public withAgentVersion(agentVersion: string): AgentRegister {
|
68
|
+
this['agent_version'] = agentVersion;
|
69
|
+
return this;
|
70
|
+
}
|
71
|
+
public set agentVersion(agentVersion: string | undefined) {
|
72
|
+
this['agent_version'] = agentVersion;
|
73
|
+
}
|
74
|
+
public get agentVersion() {
|
75
|
+
return this['agent_version'];
|
76
|
+
}
|
77
|
+
public withAgentType(agentType: string): AgentRegister {
|
78
|
+
this['agent_type'] = agentType;
|
79
|
+
return this;
|
80
|
+
}
|
81
|
+
public set agentType(agentType: string | undefined) {
|
82
|
+
this['agent_type'] = agentType;
|
83
|
+
}
|
84
|
+
public get agentType() {
|
85
|
+
return this['agent_type'];
|
86
|
+
}
|
87
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AgentRegister } from './AgentRegister';
|
2
|
+
|
3
|
+
|
4
|
+
export class AgentRegisterReq {
|
5
|
+
public agent: AgentRegister;
|
6
|
+
public constructor(agent?: any) {
|
7
|
+
this['agent'] = agent;
|
8
|
+
}
|
9
|
+
public withAgent(agent: AgentRegister): AgentRegisterReq {
|
10
|
+
this['agent'] = agent;
|
11
|
+
return this;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
export class AgentRemovePathReq {
|
4
|
+
private 'remove_path': Array<string> | undefined;
|
5
|
+
public constructor(removePath?: any) {
|
6
|
+
this['remove_path'] = removePath;
|
7
|
+
}
|
8
|
+
public withRemovePath(removePath: Array<string>): AgentRemovePathReq {
|
9
|
+
this['remove_path'] = removePath;
|
10
|
+
return this;
|
11
|
+
}
|
12
|
+
public set removePath(removePath: Array<string> | undefined) {
|
13
|
+
this['remove_path'] = removePath;
|
14
|
+
}
|
15
|
+
public get removePath() {
|
16
|
+
return this['remove_path'];
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
export class AgentUpdate {
|
4
|
+
public status: AgentUpdateStatusEnum;
|
5
|
+
public constructor(status?: any) {
|
6
|
+
this['status'] = status;
|
7
|
+
}
|
8
|
+
public withStatus(status: AgentUpdateStatusEnum): AgentUpdate {
|
9
|
+
this['status'] = status;
|
10
|
+
return this;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
/**
|
15
|
+
* @export
|
16
|
+
* @enum {string}
|
17
|
+
*/
|
18
|
+
export enum AgentUpdateStatusEnum {
|
19
|
+
UNINSTALL = 'uninstall'
|
20
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AgentUpdate } from './AgentUpdate';
|
2
|
+
|
3
|
+
|
4
|
+
export class AgentUpdateReq {
|
5
|
+
public agent: AgentUpdate;
|
6
|
+
public constructor(agent?: any) {
|
7
|
+
this['agent'] = agent;
|
8
|
+
}
|
9
|
+
public withAgent(agent: AgentUpdate): AgentUpdateReq {
|
10
|
+
this['agent'] = agent;
|
11
|
+
return this;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { VaultAssociate } from './VaultAssociate';
|
2
|
+
|
3
|
+
|
4
|
+
export class AssociateVaultPolicyRequest {
|
5
|
+
private 'vault_id': string | undefined;
|
6
|
+
public body?: VaultAssociate;
|
7
|
+
public constructor(vaultId?: any) {
|
8
|
+
this['vault_id'] = vaultId;
|
9
|
+
}
|
10
|
+
public withVaultId(vaultId: string): AssociateVaultPolicyRequest {
|
11
|
+
this['vault_id'] = vaultId;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public set vaultId(vaultId: string | undefined) {
|
15
|
+
this['vault_id'] = vaultId;
|
16
|
+
}
|
17
|
+
public get vaultId() {
|
18
|
+
return this['vault_id'];
|
19
|
+
}
|
20
|
+
public withBody(body: VaultAssociate): AssociateVaultPolicyRequest {
|
21
|
+
this['body'] = body;
|
22
|
+
return this;
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { VaultPolicyResp } from './VaultPolicyResp';
|
2
|
+
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
4
|
+
|
5
|
+
export class AssociateVaultPolicyResponse extends SdkResponse {
|
6
|
+
private 'associate_policy'?: VaultPolicyResp | undefined;
|
7
|
+
public constructor() {
|
8
|
+
super();
|
9
|
+
}
|
10
|
+
public withAssociatePolicy(associatePolicy: VaultPolicyResp): AssociateVaultPolicyResponse {
|
11
|
+
this['associate_policy'] = associatePolicy;
|
12
|
+
return this;
|
13
|
+
}
|
14
|
+
public set associatePolicy(associatePolicy: VaultPolicyResp | undefined) {
|
15
|
+
this['associate_policy'] = associatePolicy;
|
16
|
+
}
|
17
|
+
public get associatePolicy() {
|
18
|
+
return this['associate_policy'];
|
19
|
+
}
|
20
|
+
}
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import { ImageData } from './ImageData';
|
2
|
+
|
3
|
+
|
4
|
+
export class BackupExtendInfo {
|
5
|
+
private 'auto_trigger'?: boolean | undefined;
|
6
|
+
public bootable?: boolean;
|
7
|
+
public incremental?: boolean;
|
8
|
+
private 'snapshot_id'?: string | undefined;
|
9
|
+
private 'support_lld'?: boolean | undefined;
|
10
|
+
private 'supported_restore_mode'?: BackupExtendInfoSupportedRestoreModeEnum | undefined;
|
11
|
+
private 'os_images_data'?: Array<ImageData> | undefined;
|
12
|
+
private 'contain_system_disk'?: boolean | undefined;
|
13
|
+
public encrypted?: boolean;
|
14
|
+
private 'system_disk'?: boolean | undefined;
|
15
|
+
private 'is_multi_az'?: boolean | undefined;
|
16
|
+
public constructor() {
|
17
|
+
}
|
18
|
+
public withAutoTrigger(autoTrigger: boolean): BackupExtendInfo {
|
19
|
+
this['auto_trigger'] = autoTrigger;
|
20
|
+
return this;
|
21
|
+
}
|
22
|
+
public set autoTrigger(autoTrigger: boolean | undefined) {
|
23
|
+
this['auto_trigger'] = autoTrigger;
|
24
|
+
}
|
25
|
+
public get autoTrigger() {
|
26
|
+
return this['auto_trigger'];
|
27
|
+
}
|
28
|
+
public withBootable(bootable: boolean): BackupExtendInfo {
|
29
|
+
this['bootable'] = bootable;
|
30
|
+
return this;
|
31
|
+
}
|
32
|
+
public withIncremental(incremental: boolean): BackupExtendInfo {
|
33
|
+
this['incremental'] = incremental;
|
34
|
+
return this;
|
35
|
+
}
|
36
|
+
public withSnapshotId(snapshotId: string): BackupExtendInfo {
|
37
|
+
this['snapshot_id'] = snapshotId;
|
38
|
+
return this;
|
39
|
+
}
|
40
|
+
public set snapshotId(snapshotId: string | undefined) {
|
41
|
+
this['snapshot_id'] = snapshotId;
|
42
|
+
}
|
43
|
+
public get snapshotId() {
|
44
|
+
return this['snapshot_id'];
|
45
|
+
}
|
46
|
+
public withSupportLld(supportLld: boolean): BackupExtendInfo {
|
47
|
+
this['support_lld'] = supportLld;
|
48
|
+
return this;
|
49
|
+
}
|
50
|
+
public set supportLld(supportLld: boolean | undefined) {
|
51
|
+
this['support_lld'] = supportLld;
|
52
|
+
}
|
53
|
+
public get supportLld() {
|
54
|
+
return this['support_lld'];
|
55
|
+
}
|
56
|
+
public withSupportedRestoreMode(supportedRestoreMode: BackupExtendInfoSupportedRestoreModeEnum): BackupExtendInfo {
|
57
|
+
this['supported_restore_mode'] = supportedRestoreMode;
|
58
|
+
return this;
|
59
|
+
}
|
60
|
+
public set supportedRestoreMode(supportedRestoreMode: BackupExtendInfoSupportedRestoreModeEnum | undefined) {
|
61
|
+
this['supported_restore_mode'] = supportedRestoreMode;
|
62
|
+
}
|
63
|
+
public get supportedRestoreMode() {
|
64
|
+
return this['supported_restore_mode'];
|
65
|
+
}
|
66
|
+
public withOsImagesData(osImagesData: Array<ImageData>): BackupExtendInfo {
|
67
|
+
this['os_images_data'] = osImagesData;
|
68
|
+
return this;
|
69
|
+
}
|
70
|
+
public set osImagesData(osImagesData: Array<ImageData> | undefined) {
|
71
|
+
this['os_images_data'] = osImagesData;
|
72
|
+
}
|
73
|
+
public get osImagesData() {
|
74
|
+
return this['os_images_data'];
|
75
|
+
}
|
76
|
+
public withContainSystemDisk(containSystemDisk: boolean): BackupExtendInfo {
|
77
|
+
this['contain_system_disk'] = containSystemDisk;
|
78
|
+
return this;
|
79
|
+
}
|
80
|
+
public set containSystemDisk(containSystemDisk: boolean | undefined) {
|
81
|
+
this['contain_system_disk'] = containSystemDisk;
|
82
|
+
}
|
83
|
+
public get containSystemDisk() {
|
84
|
+
return this['contain_system_disk'];
|
85
|
+
}
|
86
|
+
public withEncrypted(encrypted: boolean): BackupExtendInfo {
|
87
|
+
this['encrypted'] = encrypted;
|
88
|
+
return this;
|
89
|
+
}
|
90
|
+
public withSystemDisk(systemDisk: boolean): BackupExtendInfo {
|
91
|
+
this['system_disk'] = systemDisk;
|
92
|
+
return this;
|
93
|
+
}
|
94
|
+
public set systemDisk(systemDisk: boolean | undefined) {
|
95
|
+
this['system_disk'] = systemDisk;
|
96
|
+
}
|
97
|
+
public get systemDisk() {
|
98
|
+
return this['system_disk'];
|
99
|
+
}
|
100
|
+
public withIsMultiAz(isMultiAz: boolean): BackupExtendInfo {
|
101
|
+
this['is_multi_az'] = isMultiAz;
|
102
|
+
return this;
|
103
|
+
}
|
104
|
+
public set isMultiAz(isMultiAz: boolean | undefined) {
|
105
|
+
this['is_multi_az'] = isMultiAz;
|
106
|
+
}
|
107
|
+
public get isMultiAz() {
|
108
|
+
return this['is_multi_az'];
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
/**
|
113
|
+
* @export
|
114
|
+
* @enum {string}
|
115
|
+
*/
|
116
|
+
export enum BackupExtendInfoSupportedRestoreModeEnum {
|
117
|
+
NA = 'na',
|
118
|
+
BACKUP = ' backup',
|
119
|
+
SNAPSHOT = ' snapshot'
|
120
|
+
}
|