@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,23 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultCreateParameters = void 0;
|
4
|
-
var VaultCreateParameters = /** @class */ (function () {
|
5
|
-
function VaultCreateParameters() {
|
6
|
-
}
|
7
|
-
VaultCreateParameters.prototype.withCombinedOrder = function (combinedOrder) {
|
8
|
-
this['combined_order'] = combinedOrder;
|
9
|
-
return this;
|
10
|
-
};
|
11
|
-
Object.defineProperty(VaultCreateParameters.prototype, "combinedOrder", {
|
12
|
-
get: function () {
|
13
|
-
return this['combined_order'];
|
14
|
-
},
|
15
|
-
set: function (combinedOrder) {
|
16
|
-
this['combined_order'] = combinedOrder;
|
17
|
-
},
|
18
|
-
enumerable: false,
|
19
|
-
configurable: true
|
20
|
-
});
|
21
|
-
return VaultCreateParameters;
|
22
|
-
}());
|
23
|
-
exports.VaultCreateParameters = VaultCreateParameters;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultCreateReq = void 0;
|
4
|
-
var VaultCreateReq = /** @class */ (function () {
|
5
|
-
function VaultCreateReq(vault) {
|
6
|
-
this['vault'] = vault;
|
7
|
-
}
|
8
|
-
VaultCreateReq.prototype.withVault = function (vault) {
|
9
|
-
this['vault'] = vault;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
return VaultCreateReq;
|
13
|
-
}());
|
14
|
-
exports.VaultCreateReq = VaultCreateReq;
|
@@ -1,78 +0,0 @@
|
|
1
|
-
import { Billing } from './Billing';
|
2
|
-
import { CbcOrderResult } from './CbcOrderResult';
|
3
|
-
import { ResourceResp } from './ResourceResp';
|
4
|
-
import { Tag } from './Tag';
|
5
|
-
import { VaultBindRules } from './VaultBindRules';
|
6
|
-
export declare class VaultCreateResource {
|
7
|
-
billing: Billing;
|
8
|
-
description?: string;
|
9
|
-
id: string;
|
10
|
-
name: string;
|
11
|
-
private 'project_id';
|
12
|
-
private 'provider_id';
|
13
|
-
resources: Array<ResourceResp>;
|
14
|
-
tags?: Array<Tag>;
|
15
|
-
private 'enterprise_project_id'?;
|
16
|
-
private 'auto_bind'?;
|
17
|
-
private 'bind_rules'?;
|
18
|
-
private 'user_id'?;
|
19
|
-
private 'created_at'?;
|
20
|
-
private 'auto_expand'?;
|
21
|
-
private 'smn_notify'?;
|
22
|
-
threshold?: number;
|
23
|
-
errText?: string;
|
24
|
-
retCode?: string;
|
25
|
-
orders?: Array<CbcOrderResult>;
|
26
|
-
private 'backup_name_prefix'?;
|
27
|
-
private 'demand_billing'?;
|
28
|
-
private 'cbc_delete_count'?;
|
29
|
-
frozen?: boolean;
|
30
|
-
constructor(billing?: any, id?: any, name?: any, projectId?: any, providerId?: any, resources?: any);
|
31
|
-
withBilling(billing: Billing): VaultCreateResource;
|
32
|
-
withDescription(description: string): VaultCreateResource;
|
33
|
-
withId(id: string): VaultCreateResource;
|
34
|
-
withName(name: string): VaultCreateResource;
|
35
|
-
withProjectId(projectId: string): VaultCreateResource;
|
36
|
-
set projectId(projectId: string | undefined);
|
37
|
-
get projectId(): string | undefined;
|
38
|
-
withProviderId(providerId: string): VaultCreateResource;
|
39
|
-
set providerId(providerId: string | undefined);
|
40
|
-
get providerId(): string | undefined;
|
41
|
-
withResources(resources: Array<ResourceResp>): VaultCreateResource;
|
42
|
-
withTags(tags: Array<Tag>): VaultCreateResource;
|
43
|
-
withEnterpriseProjectId(enterpriseProjectId: string): VaultCreateResource;
|
44
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
45
|
-
get enterpriseProjectId(): string | undefined;
|
46
|
-
withAutoBind(autoBind: boolean): VaultCreateResource;
|
47
|
-
set autoBind(autoBind: boolean | undefined);
|
48
|
-
get autoBind(): boolean | undefined;
|
49
|
-
withBindRules(bindRules: VaultBindRules): VaultCreateResource;
|
50
|
-
set bindRules(bindRules: VaultBindRules | undefined);
|
51
|
-
get bindRules(): VaultBindRules | undefined;
|
52
|
-
withUserId(userId: string): VaultCreateResource;
|
53
|
-
set userId(userId: string | undefined);
|
54
|
-
get userId(): string | undefined;
|
55
|
-
withCreatedAt(createdAt: string): VaultCreateResource;
|
56
|
-
set createdAt(createdAt: string | undefined);
|
57
|
-
get createdAt(): string | undefined;
|
58
|
-
withAutoExpand(autoExpand: boolean): VaultCreateResource;
|
59
|
-
set autoExpand(autoExpand: boolean | undefined);
|
60
|
-
get autoExpand(): boolean | undefined;
|
61
|
-
withSmnNotify(smnNotify: boolean): VaultCreateResource;
|
62
|
-
set smnNotify(smnNotify: boolean | undefined);
|
63
|
-
get smnNotify(): boolean | undefined;
|
64
|
-
withThreshold(threshold: number): VaultCreateResource;
|
65
|
-
withErrText(errText: string): VaultCreateResource;
|
66
|
-
withRetCode(retCode: string): VaultCreateResource;
|
67
|
-
withOrders(orders: Array<CbcOrderResult>): VaultCreateResource;
|
68
|
-
withBackupNamePrefix(backupNamePrefix: string): VaultCreateResource;
|
69
|
-
set backupNamePrefix(backupNamePrefix: string | undefined);
|
70
|
-
get backupNamePrefix(): string | undefined;
|
71
|
-
withDemandBilling(demandBilling: boolean): VaultCreateResource;
|
72
|
-
set demandBilling(demandBilling: boolean | undefined);
|
73
|
-
get demandBilling(): boolean | undefined;
|
74
|
-
withCbcDeleteCount(cbcDeleteCount: number): VaultCreateResource;
|
75
|
-
set cbcDeleteCount(cbcDeleteCount: number | undefined);
|
76
|
-
get cbcDeleteCount(): number | undefined;
|
77
|
-
withFrozen(frozen: boolean): VaultCreateResource;
|
78
|
-
}
|
@@ -1,227 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultCreateResource = void 0;
|
4
|
-
var VaultCreateResource = /** @class */ (function () {
|
5
|
-
function VaultCreateResource(billing, id, name, projectId, providerId, resources) {
|
6
|
-
this['billing'] = billing;
|
7
|
-
this['id'] = id;
|
8
|
-
this['name'] = name;
|
9
|
-
this['project_id'] = projectId;
|
10
|
-
this['provider_id'] = providerId;
|
11
|
-
this['resources'] = resources;
|
12
|
-
}
|
13
|
-
VaultCreateResource.prototype.withBilling = function (billing) {
|
14
|
-
this['billing'] = billing;
|
15
|
-
return this;
|
16
|
-
};
|
17
|
-
VaultCreateResource.prototype.withDescription = function (description) {
|
18
|
-
this['description'] = description;
|
19
|
-
return this;
|
20
|
-
};
|
21
|
-
VaultCreateResource.prototype.withId = function (id) {
|
22
|
-
this['id'] = id;
|
23
|
-
return this;
|
24
|
-
};
|
25
|
-
VaultCreateResource.prototype.withName = function (name) {
|
26
|
-
this['name'] = name;
|
27
|
-
return this;
|
28
|
-
};
|
29
|
-
VaultCreateResource.prototype.withProjectId = function (projectId) {
|
30
|
-
this['project_id'] = projectId;
|
31
|
-
return this;
|
32
|
-
};
|
33
|
-
Object.defineProperty(VaultCreateResource.prototype, "projectId", {
|
34
|
-
get: function () {
|
35
|
-
return this['project_id'];
|
36
|
-
},
|
37
|
-
set: function (projectId) {
|
38
|
-
this['project_id'] = projectId;
|
39
|
-
},
|
40
|
-
enumerable: false,
|
41
|
-
configurable: true
|
42
|
-
});
|
43
|
-
VaultCreateResource.prototype.withProviderId = function (providerId) {
|
44
|
-
this['provider_id'] = providerId;
|
45
|
-
return this;
|
46
|
-
};
|
47
|
-
Object.defineProperty(VaultCreateResource.prototype, "providerId", {
|
48
|
-
get: function () {
|
49
|
-
return this['provider_id'];
|
50
|
-
},
|
51
|
-
set: function (providerId) {
|
52
|
-
this['provider_id'] = providerId;
|
53
|
-
},
|
54
|
-
enumerable: false,
|
55
|
-
configurable: true
|
56
|
-
});
|
57
|
-
VaultCreateResource.prototype.withResources = function (resources) {
|
58
|
-
this['resources'] = resources;
|
59
|
-
return this;
|
60
|
-
};
|
61
|
-
VaultCreateResource.prototype.withTags = function (tags) {
|
62
|
-
this['tags'] = tags;
|
63
|
-
return this;
|
64
|
-
};
|
65
|
-
VaultCreateResource.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
66
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
67
|
-
return this;
|
68
|
-
};
|
69
|
-
Object.defineProperty(VaultCreateResource.prototype, "enterpriseProjectId", {
|
70
|
-
get: function () {
|
71
|
-
return this['enterprise_project_id'];
|
72
|
-
},
|
73
|
-
set: function (enterpriseProjectId) {
|
74
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
75
|
-
},
|
76
|
-
enumerable: false,
|
77
|
-
configurable: true
|
78
|
-
});
|
79
|
-
VaultCreateResource.prototype.withAutoBind = function (autoBind) {
|
80
|
-
this['auto_bind'] = autoBind;
|
81
|
-
return this;
|
82
|
-
};
|
83
|
-
Object.defineProperty(VaultCreateResource.prototype, "autoBind", {
|
84
|
-
get: function () {
|
85
|
-
return this['auto_bind'];
|
86
|
-
},
|
87
|
-
set: function (autoBind) {
|
88
|
-
this['auto_bind'] = autoBind;
|
89
|
-
},
|
90
|
-
enumerable: false,
|
91
|
-
configurable: true
|
92
|
-
});
|
93
|
-
VaultCreateResource.prototype.withBindRules = function (bindRules) {
|
94
|
-
this['bind_rules'] = bindRules;
|
95
|
-
return this;
|
96
|
-
};
|
97
|
-
Object.defineProperty(VaultCreateResource.prototype, "bindRules", {
|
98
|
-
get: function () {
|
99
|
-
return this['bind_rules'];
|
100
|
-
},
|
101
|
-
set: function (bindRules) {
|
102
|
-
this['bind_rules'] = bindRules;
|
103
|
-
},
|
104
|
-
enumerable: false,
|
105
|
-
configurable: true
|
106
|
-
});
|
107
|
-
VaultCreateResource.prototype.withUserId = function (userId) {
|
108
|
-
this['user_id'] = userId;
|
109
|
-
return this;
|
110
|
-
};
|
111
|
-
Object.defineProperty(VaultCreateResource.prototype, "userId", {
|
112
|
-
get: function () {
|
113
|
-
return this['user_id'];
|
114
|
-
},
|
115
|
-
set: function (userId) {
|
116
|
-
this['user_id'] = userId;
|
117
|
-
},
|
118
|
-
enumerable: false,
|
119
|
-
configurable: true
|
120
|
-
});
|
121
|
-
VaultCreateResource.prototype.withCreatedAt = function (createdAt) {
|
122
|
-
this['created_at'] = createdAt;
|
123
|
-
return this;
|
124
|
-
};
|
125
|
-
Object.defineProperty(VaultCreateResource.prototype, "createdAt", {
|
126
|
-
get: function () {
|
127
|
-
return this['created_at'];
|
128
|
-
},
|
129
|
-
set: function (createdAt) {
|
130
|
-
this['created_at'] = createdAt;
|
131
|
-
},
|
132
|
-
enumerable: false,
|
133
|
-
configurable: true
|
134
|
-
});
|
135
|
-
VaultCreateResource.prototype.withAutoExpand = function (autoExpand) {
|
136
|
-
this['auto_expand'] = autoExpand;
|
137
|
-
return this;
|
138
|
-
};
|
139
|
-
Object.defineProperty(VaultCreateResource.prototype, "autoExpand", {
|
140
|
-
get: function () {
|
141
|
-
return this['auto_expand'];
|
142
|
-
},
|
143
|
-
set: function (autoExpand) {
|
144
|
-
this['auto_expand'] = autoExpand;
|
145
|
-
},
|
146
|
-
enumerable: false,
|
147
|
-
configurable: true
|
148
|
-
});
|
149
|
-
VaultCreateResource.prototype.withSmnNotify = function (smnNotify) {
|
150
|
-
this['smn_notify'] = smnNotify;
|
151
|
-
return this;
|
152
|
-
};
|
153
|
-
Object.defineProperty(VaultCreateResource.prototype, "smnNotify", {
|
154
|
-
get: function () {
|
155
|
-
return this['smn_notify'];
|
156
|
-
},
|
157
|
-
set: function (smnNotify) {
|
158
|
-
this['smn_notify'] = smnNotify;
|
159
|
-
},
|
160
|
-
enumerable: false,
|
161
|
-
configurable: true
|
162
|
-
});
|
163
|
-
VaultCreateResource.prototype.withThreshold = function (threshold) {
|
164
|
-
this['threshold'] = threshold;
|
165
|
-
return this;
|
166
|
-
};
|
167
|
-
VaultCreateResource.prototype.withErrText = function (errText) {
|
168
|
-
this['errText'] = errText;
|
169
|
-
return this;
|
170
|
-
};
|
171
|
-
VaultCreateResource.prototype.withRetCode = function (retCode) {
|
172
|
-
this['retCode'] = retCode;
|
173
|
-
return this;
|
174
|
-
};
|
175
|
-
VaultCreateResource.prototype.withOrders = function (orders) {
|
176
|
-
this['orders'] = orders;
|
177
|
-
return this;
|
178
|
-
};
|
179
|
-
VaultCreateResource.prototype.withBackupNamePrefix = function (backupNamePrefix) {
|
180
|
-
this['backup_name_prefix'] = backupNamePrefix;
|
181
|
-
return this;
|
182
|
-
};
|
183
|
-
Object.defineProperty(VaultCreateResource.prototype, "backupNamePrefix", {
|
184
|
-
get: function () {
|
185
|
-
return this['backup_name_prefix'];
|
186
|
-
},
|
187
|
-
set: function (backupNamePrefix) {
|
188
|
-
this['backup_name_prefix'] = backupNamePrefix;
|
189
|
-
},
|
190
|
-
enumerable: false,
|
191
|
-
configurable: true
|
192
|
-
});
|
193
|
-
VaultCreateResource.prototype.withDemandBilling = function (demandBilling) {
|
194
|
-
this['demand_billing'] = demandBilling;
|
195
|
-
return this;
|
196
|
-
};
|
197
|
-
Object.defineProperty(VaultCreateResource.prototype, "demandBilling", {
|
198
|
-
get: function () {
|
199
|
-
return this['demand_billing'];
|
200
|
-
},
|
201
|
-
set: function (demandBilling) {
|
202
|
-
this['demand_billing'] = demandBilling;
|
203
|
-
},
|
204
|
-
enumerable: false,
|
205
|
-
configurable: true
|
206
|
-
});
|
207
|
-
VaultCreateResource.prototype.withCbcDeleteCount = function (cbcDeleteCount) {
|
208
|
-
this['cbc_delete_count'] = cbcDeleteCount;
|
209
|
-
return this;
|
210
|
-
};
|
211
|
-
Object.defineProperty(VaultCreateResource.prototype, "cbcDeleteCount", {
|
212
|
-
get: function () {
|
213
|
-
return this['cbc_delete_count'];
|
214
|
-
},
|
215
|
-
set: function (cbcDeleteCount) {
|
216
|
-
this['cbc_delete_count'] = cbcDeleteCount;
|
217
|
-
},
|
218
|
-
enumerable: false,
|
219
|
-
configurable: true
|
220
|
-
});
|
221
|
-
VaultCreateResource.prototype.withFrozen = function (frozen) {
|
222
|
-
this['frozen'] = frozen;
|
223
|
-
return this;
|
224
|
-
};
|
225
|
-
return VaultCreateResource;
|
226
|
-
}());
|
227
|
-
exports.VaultCreateResource = VaultCreateResource;
|
@@ -1,24 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultDissociate = void 0;
|
4
|
-
var VaultDissociate = /** @class */ (function () {
|
5
|
-
function VaultDissociate(policyId) {
|
6
|
-
this['policy_id'] = policyId;
|
7
|
-
}
|
8
|
-
VaultDissociate.prototype.withPolicyId = function (policyId) {
|
9
|
-
this['policy_id'] = policyId;
|
10
|
-
return this;
|
11
|
-
};
|
12
|
-
Object.defineProperty(VaultDissociate.prototype, "policyId", {
|
13
|
-
get: function () {
|
14
|
-
return this['policy_id'];
|
15
|
-
},
|
16
|
-
set: function (policyId) {
|
17
|
-
this['policy_id'] = policyId;
|
18
|
-
},
|
19
|
-
enumerable: false,
|
20
|
-
configurable: true
|
21
|
-
});
|
22
|
-
return VaultDissociate;
|
23
|
-
}());
|
24
|
-
exports.VaultDissociate = VaultDissociate;
|
package/v1/model/VaultGet.d.ts
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
import { Billing } from './Billing';
|
2
|
-
import { ResourceResp } from './ResourceResp';
|
3
|
-
import { Tag } from './Tag';
|
4
|
-
import { VaultBindRules } from './VaultBindRules';
|
5
|
-
export declare class VaultGet {
|
6
|
-
billing: Billing;
|
7
|
-
description?: string;
|
8
|
-
id: string;
|
9
|
-
name: string;
|
10
|
-
private 'project_id';
|
11
|
-
private 'provider_id';
|
12
|
-
resources: Array<ResourceResp>;
|
13
|
-
tags?: Array<Tag>;
|
14
|
-
private 'enterprise_project_id'?;
|
15
|
-
private 'auto_bind'?;
|
16
|
-
private 'bind_rules'?;
|
17
|
-
private 'user_id'?;
|
18
|
-
private 'created_at'?;
|
19
|
-
private 'auto_expand'?;
|
20
|
-
private 'smn_notify'?;
|
21
|
-
threshold?: number;
|
22
|
-
private 'updated_at';
|
23
|
-
version?: string;
|
24
|
-
constructor(billing?: any, id?: any, name?: any, projectId?: any, providerId?: any, resources?: any, updatedAt?: any);
|
25
|
-
withBilling(billing: Billing): VaultGet;
|
26
|
-
withDescription(description: string): VaultGet;
|
27
|
-
withId(id: string): VaultGet;
|
28
|
-
withName(name: string): VaultGet;
|
29
|
-
withProjectId(projectId: string): VaultGet;
|
30
|
-
set projectId(projectId: string | undefined);
|
31
|
-
get projectId(): string | undefined;
|
32
|
-
withProviderId(providerId: string): VaultGet;
|
33
|
-
set providerId(providerId: string | undefined);
|
34
|
-
get providerId(): string | undefined;
|
35
|
-
withResources(resources: Array<ResourceResp>): VaultGet;
|
36
|
-
withTags(tags: Array<Tag>): VaultGet;
|
37
|
-
withEnterpriseProjectId(enterpriseProjectId: string): VaultGet;
|
38
|
-
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
39
|
-
get enterpriseProjectId(): string | undefined;
|
40
|
-
withAutoBind(autoBind: boolean): VaultGet;
|
41
|
-
set autoBind(autoBind: boolean | undefined);
|
42
|
-
get autoBind(): boolean | undefined;
|
43
|
-
withBindRules(bindRules: VaultBindRules): VaultGet;
|
44
|
-
set bindRules(bindRules: VaultBindRules | undefined);
|
45
|
-
get bindRules(): VaultBindRules | undefined;
|
46
|
-
withUserId(userId: string): VaultGet;
|
47
|
-
set userId(userId: string | undefined);
|
48
|
-
get userId(): string | undefined;
|
49
|
-
withCreatedAt(createdAt: string): VaultGet;
|
50
|
-
set createdAt(createdAt: string | undefined);
|
51
|
-
get createdAt(): string | undefined;
|
52
|
-
withAutoExpand(autoExpand: boolean): VaultGet;
|
53
|
-
set autoExpand(autoExpand: boolean | undefined);
|
54
|
-
get autoExpand(): boolean | undefined;
|
55
|
-
withSmnNotify(smnNotify: boolean): VaultGet;
|
56
|
-
set smnNotify(smnNotify: boolean | undefined);
|
57
|
-
get smnNotify(): boolean | undefined;
|
58
|
-
withThreshold(threshold: number): VaultGet;
|
59
|
-
withUpdatedAt(updatedAt: string): VaultGet;
|
60
|
-
set updatedAt(updatedAt: string | undefined);
|
61
|
-
get updatedAt(): string | undefined;
|
62
|
-
withVersion(version: string): VaultGet;
|
63
|
-
}
|
package/v1/model/VaultGet.js
DELETED
@@ -1,188 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultGet = void 0;
|
4
|
-
var VaultGet = /** @class */ (function () {
|
5
|
-
function VaultGet(billing, id, name, projectId, providerId, resources, updatedAt) {
|
6
|
-
this['billing'] = billing;
|
7
|
-
this['id'] = id;
|
8
|
-
this['name'] = name;
|
9
|
-
this['project_id'] = projectId;
|
10
|
-
this['provider_id'] = providerId;
|
11
|
-
this['resources'] = resources;
|
12
|
-
this['updated_at'] = updatedAt;
|
13
|
-
}
|
14
|
-
VaultGet.prototype.withBilling = function (billing) {
|
15
|
-
this['billing'] = billing;
|
16
|
-
return this;
|
17
|
-
};
|
18
|
-
VaultGet.prototype.withDescription = function (description) {
|
19
|
-
this['description'] = description;
|
20
|
-
return this;
|
21
|
-
};
|
22
|
-
VaultGet.prototype.withId = function (id) {
|
23
|
-
this['id'] = id;
|
24
|
-
return this;
|
25
|
-
};
|
26
|
-
VaultGet.prototype.withName = function (name) {
|
27
|
-
this['name'] = name;
|
28
|
-
return this;
|
29
|
-
};
|
30
|
-
VaultGet.prototype.withProjectId = function (projectId) {
|
31
|
-
this['project_id'] = projectId;
|
32
|
-
return this;
|
33
|
-
};
|
34
|
-
Object.defineProperty(VaultGet.prototype, "projectId", {
|
35
|
-
get: function () {
|
36
|
-
return this['project_id'];
|
37
|
-
},
|
38
|
-
set: function (projectId) {
|
39
|
-
this['project_id'] = projectId;
|
40
|
-
},
|
41
|
-
enumerable: false,
|
42
|
-
configurable: true
|
43
|
-
});
|
44
|
-
VaultGet.prototype.withProviderId = function (providerId) {
|
45
|
-
this['provider_id'] = providerId;
|
46
|
-
return this;
|
47
|
-
};
|
48
|
-
Object.defineProperty(VaultGet.prototype, "providerId", {
|
49
|
-
get: function () {
|
50
|
-
return this['provider_id'];
|
51
|
-
},
|
52
|
-
set: function (providerId) {
|
53
|
-
this['provider_id'] = providerId;
|
54
|
-
},
|
55
|
-
enumerable: false,
|
56
|
-
configurable: true
|
57
|
-
});
|
58
|
-
VaultGet.prototype.withResources = function (resources) {
|
59
|
-
this['resources'] = resources;
|
60
|
-
return this;
|
61
|
-
};
|
62
|
-
VaultGet.prototype.withTags = function (tags) {
|
63
|
-
this['tags'] = tags;
|
64
|
-
return this;
|
65
|
-
};
|
66
|
-
VaultGet.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
67
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
68
|
-
return this;
|
69
|
-
};
|
70
|
-
Object.defineProperty(VaultGet.prototype, "enterpriseProjectId", {
|
71
|
-
get: function () {
|
72
|
-
return this['enterprise_project_id'];
|
73
|
-
},
|
74
|
-
set: function (enterpriseProjectId) {
|
75
|
-
this['enterprise_project_id'] = enterpriseProjectId;
|
76
|
-
},
|
77
|
-
enumerable: false,
|
78
|
-
configurable: true
|
79
|
-
});
|
80
|
-
VaultGet.prototype.withAutoBind = function (autoBind) {
|
81
|
-
this['auto_bind'] = autoBind;
|
82
|
-
return this;
|
83
|
-
};
|
84
|
-
Object.defineProperty(VaultGet.prototype, "autoBind", {
|
85
|
-
get: function () {
|
86
|
-
return this['auto_bind'];
|
87
|
-
},
|
88
|
-
set: function (autoBind) {
|
89
|
-
this['auto_bind'] = autoBind;
|
90
|
-
},
|
91
|
-
enumerable: false,
|
92
|
-
configurable: true
|
93
|
-
});
|
94
|
-
VaultGet.prototype.withBindRules = function (bindRules) {
|
95
|
-
this['bind_rules'] = bindRules;
|
96
|
-
return this;
|
97
|
-
};
|
98
|
-
Object.defineProperty(VaultGet.prototype, "bindRules", {
|
99
|
-
get: function () {
|
100
|
-
return this['bind_rules'];
|
101
|
-
},
|
102
|
-
set: function (bindRules) {
|
103
|
-
this['bind_rules'] = bindRules;
|
104
|
-
},
|
105
|
-
enumerable: false,
|
106
|
-
configurable: true
|
107
|
-
});
|
108
|
-
VaultGet.prototype.withUserId = function (userId) {
|
109
|
-
this['user_id'] = userId;
|
110
|
-
return this;
|
111
|
-
};
|
112
|
-
Object.defineProperty(VaultGet.prototype, "userId", {
|
113
|
-
get: function () {
|
114
|
-
return this['user_id'];
|
115
|
-
},
|
116
|
-
set: function (userId) {
|
117
|
-
this['user_id'] = userId;
|
118
|
-
},
|
119
|
-
enumerable: false,
|
120
|
-
configurable: true
|
121
|
-
});
|
122
|
-
VaultGet.prototype.withCreatedAt = function (createdAt) {
|
123
|
-
this['created_at'] = createdAt;
|
124
|
-
return this;
|
125
|
-
};
|
126
|
-
Object.defineProperty(VaultGet.prototype, "createdAt", {
|
127
|
-
get: function () {
|
128
|
-
return this['created_at'];
|
129
|
-
},
|
130
|
-
set: function (createdAt) {
|
131
|
-
this['created_at'] = createdAt;
|
132
|
-
},
|
133
|
-
enumerable: false,
|
134
|
-
configurable: true
|
135
|
-
});
|
136
|
-
VaultGet.prototype.withAutoExpand = function (autoExpand) {
|
137
|
-
this['auto_expand'] = autoExpand;
|
138
|
-
return this;
|
139
|
-
};
|
140
|
-
Object.defineProperty(VaultGet.prototype, "autoExpand", {
|
141
|
-
get: function () {
|
142
|
-
return this['auto_expand'];
|
143
|
-
},
|
144
|
-
set: function (autoExpand) {
|
145
|
-
this['auto_expand'] = autoExpand;
|
146
|
-
},
|
147
|
-
enumerable: false,
|
148
|
-
configurable: true
|
149
|
-
});
|
150
|
-
VaultGet.prototype.withSmnNotify = function (smnNotify) {
|
151
|
-
this['smn_notify'] = smnNotify;
|
152
|
-
return this;
|
153
|
-
};
|
154
|
-
Object.defineProperty(VaultGet.prototype, "smnNotify", {
|
155
|
-
get: function () {
|
156
|
-
return this['smn_notify'];
|
157
|
-
},
|
158
|
-
set: function (smnNotify) {
|
159
|
-
this['smn_notify'] = smnNotify;
|
160
|
-
},
|
161
|
-
enumerable: false,
|
162
|
-
configurable: true
|
163
|
-
});
|
164
|
-
VaultGet.prototype.withThreshold = function (threshold) {
|
165
|
-
this['threshold'] = threshold;
|
166
|
-
return this;
|
167
|
-
};
|
168
|
-
VaultGet.prototype.withUpdatedAt = function (updatedAt) {
|
169
|
-
this['updated_at'] = updatedAt;
|
170
|
-
return this;
|
171
|
-
};
|
172
|
-
Object.defineProperty(VaultGet.prototype, "updatedAt", {
|
173
|
-
get: function () {
|
174
|
-
return this['updated_at'];
|
175
|
-
},
|
176
|
-
set: function (updatedAt) {
|
177
|
-
this['updated_at'] = updatedAt;
|
178
|
-
},
|
179
|
-
enumerable: false,
|
180
|
-
configurable: true
|
181
|
-
});
|
182
|
-
VaultGet.prototype.withVersion = function (version) {
|
183
|
-
this['version'] = version;
|
184
|
-
return this;
|
185
|
-
};
|
186
|
-
return VaultGet;
|
187
|
-
}());
|
188
|
-
exports.VaultGet = VaultGet;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
export declare class VaultMigrateResourceReq {
|
2
|
-
private 'destination_vault_id';
|
3
|
-
private 'resource_ids';
|
4
|
-
constructor(destinationVaultId?: any, resourceIds?: any);
|
5
|
-
withDestinationVaultId(destinationVaultId: string): VaultMigrateResourceReq;
|
6
|
-
set destinationVaultId(destinationVaultId: string | undefined);
|
7
|
-
get destinationVaultId(): string | undefined;
|
8
|
-
withResourceIds(resourceIds: Array<string>): VaultMigrateResourceReq;
|
9
|
-
set resourceIds(resourceIds: Array<string> | undefined);
|
10
|
-
get resourceIds(): Array<string> | undefined;
|
11
|
-
}
|
@@ -1,39 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VaultMigrateResourceReq = void 0;
|
4
|
-
var VaultMigrateResourceReq = /** @class */ (function () {
|
5
|
-
function VaultMigrateResourceReq(destinationVaultId, resourceIds) {
|
6
|
-
this['destination_vault_id'] = destinationVaultId;
|
7
|
-
this['resource_ids'] = resourceIds;
|
8
|
-
}
|
9
|
-
VaultMigrateResourceReq.prototype.withDestinationVaultId = function (destinationVaultId) {
|
10
|
-
this['destination_vault_id'] = destinationVaultId;
|
11
|
-
return this;
|
12
|
-
};
|
13
|
-
Object.defineProperty(VaultMigrateResourceReq.prototype, "destinationVaultId", {
|
14
|
-
get: function () {
|
15
|
-
return this['destination_vault_id'];
|
16
|
-
},
|
17
|
-
set: function (destinationVaultId) {
|
18
|
-
this['destination_vault_id'] = destinationVaultId;
|
19
|
-
},
|
20
|
-
enumerable: false,
|
21
|
-
configurable: true
|
22
|
-
});
|
23
|
-
VaultMigrateResourceReq.prototype.withResourceIds = function (resourceIds) {
|
24
|
-
this['resource_ids'] = resourceIds;
|
25
|
-
return this;
|
26
|
-
};
|
27
|
-
Object.defineProperty(VaultMigrateResourceReq.prototype, "resourceIds", {
|
28
|
-
get: function () {
|
29
|
-
return this['resource_ids'];
|
30
|
-
},
|
31
|
-
set: function (resourceIds) {
|
32
|
-
this['resource_ids'] = resourceIds;
|
33
|
-
},
|
34
|
-
enumerable: false,
|
35
|
-
configurable: true
|
36
|
-
});
|
37
|
-
return VaultMigrateResourceReq;
|
38
|
-
}());
|
39
|
-
exports.VaultMigrateResourceReq = VaultMigrateResourceReq;
|