@nutanix-scratch/dataprotection-js-client 4.0.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +49 -0
- package/README.md +194 -0
- package/dist/Ntnx-Dataprotection-js-client-prod.js +11 -0
- package/dist/Ntnx-Dataprotection-js-client.js +2349 -0
- package/dist/es/ApiClient.d.ts +158 -0
- package/dist/es/ApiClient.js +1056 -0
- package/dist/es/Paginable.d.ts +95 -0
- package/dist/es/Paginable.js +289 -0
- package/dist/es/apis/consistencygroup-endpoints.d.ts +98 -0
- package/dist/es/apis/consistencygroup-endpoints.js +304 -0
- package/dist/es/index.d.ts +214 -0
- package/dist/es/index.js +853 -0
- package/dist/es/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/es/models/common/v1/config/Flag.js +277 -0
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +62 -0
- package/dist/es/models/common/v1/config/IPv4Address.js +290 -0
- package/dist/es/models/common/v1/config/KVPair.d.ts +62 -0
- package/dist/es/models/common/v1/config/KVPair.js +334 -0
- package/dist/es/models/common/v1/config/Message.d.ts +84 -0
- package/dist/es/models/common/v1/config/Message.js +356 -0
- package/dist/es/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/es/models/common/v1/config/MessageSeverity.js +92 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +50 -0
- package/dist/es/models/common/v1/config/TenantAwareModel.js +245 -0
- package/dist/es/models/common/v1/response/ApiLink.d.ts +62 -0
- package/dist/es/models/common/v1/response/ApiLink.js +282 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +98 -0
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +440 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +42 -0
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +273 -0
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +100 -0
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +461 -0
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +92 -0
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +86 -0
- package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +70 -0
- package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.js +286 -0
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +247 -0
- package/dist/es/models/dataprotection/v4/config/Category.d.ts +70 -0
- package/dist/es/models/dataprotection/v4/config/Category.js +286 -0
- package/dist/es/models/dataprotection/v4/config/ChangedRegions.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/ChangedRegions.js +295 -0
- package/dist/es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/ClusterReference.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/ClusterReference.js +285 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +328 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +341 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +79 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +326 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +86 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +290 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +9 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +134 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +67 -0
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +285 -0
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionInfo.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionInfo.js +278 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +287 -0
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +316 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +68 -0
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +297 -0
- package/dist/es/models/dataprotection/v4/config/Disk.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/Disk.js +285 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +37 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.js +254 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +336 -0
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +247 -0
- package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.js +86 -0
- package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +42 -0
- package/dist/es/models/dataprotection/v4/config/HostReference.js +264 -0
- package/dist/es/models/dataprotection/v4/config/HostType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/HostType.js +80 -0
- package/dist/es/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/HypervisorType.js +92 -0
- package/dist/es/models/dataprotection/v4/config/IpAddress.d.ts +57 -0
- package/dist/es/models/dataprotection/v4/config/IpAddress.js +249 -0
- package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/LocationReference.js +247 -0
- package/dist/es/models/dataprotection/v4/config/PowerState.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/PowerState.js +86 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +74 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +400 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceEntityType.js +86 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +104 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +287 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +255 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +104 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +512 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointListApiResponse.js +336 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +43 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +263 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +74 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +357 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/Regions.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/Regions.js +282 -0
- package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +82 -0
- package/dist/es/models/dataprotection/v4/config/ReplicationState.js +357 -0
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +282 -0
- package/dist/es/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +57 -0
- package/dist/es/models/dataprotection/v4/config/SetExpirationTimeSpec.js +246 -0
- package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/SiteReference.js +288 -0
- package/dist/es/models/dataprotection/v4/config/Subnet.d.ts +48 -0
- package/dist/es/models/dataprotection/v4/config/Subnet.js +242 -0
- package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +49 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.js +295 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.js +336 -0
- package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +79 -0
- package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +320 -0
- package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +336 -0
- package/dist/es/models/dataprotection/v4/config/ValidationSeverity.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ValidationSeverity.js +86 -0
- package/dist/es/models/dataprotection/v4/config/Vm.d.ts +140 -0
- package/dist/es/models/dataprotection/v4/config/Vm.js +545 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +70 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +319 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +76 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +320 -0
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +98 -0
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.js +405 -0
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +9 -0
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +132 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroup.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroup.js +285 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +247 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +49 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +295 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +336 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +62 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +288 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +318 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +66 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +284 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +98 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +407 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +9 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +132 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +279 -0
- package/dist/es/models/dataprotection/v4/config/VpcReference.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/VpcReference.js +285 -0
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +66 -0
- package/dist/es/models/dataprotection/v4/config/Witness.js +358 -0
- package/dist/es/models/dataprotection/v4/config/WitnessApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/WitnessApiResponse.js +314 -0
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +86 -0
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +100 -0
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +422 -0
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +48 -0
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +313 -0
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +88 -0
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +394 -0
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +68 -0
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +311 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +50 -0
- package/dist/es/models/prism/v4/config/TaskReference.js +260 -0
- package/dist/es/models/storage/v4/config/Task.d.ts +50 -0
- package/dist/es/models/storage/v4/config/Task.js +254 -0
- package/dist/es/models/validation/ValidationError.d.ts +13 -0
- package/dist/es/models/validation/ValidationError.js +62 -0
- package/dist/es/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/es/models/validation/ValidationScopes.js +39 -0
- package/dist/es/utils/ValidationUtils.d.ts +13 -0
- package/dist/es/utils/ValidationUtils.js +87 -0
- package/dist/lib/ApiClient.d.ts +158 -0
- package/dist/lib/ApiClient.js +1056 -0
- package/dist/lib/Paginable.d.ts +95 -0
- package/dist/lib/Paginable.js +289 -0
- package/dist/lib/apis/consistencygroup-endpoints.d.ts +98 -0
- package/dist/lib/apis/consistencygroup-endpoints.js +304 -0
- package/dist/lib/index.d.ts +214 -0
- package/dist/lib/index.js +853 -0
- package/dist/lib/models/common/v1/config/Flag.d.ts +58 -0
- package/dist/lib/models/common/v1/config/Flag.js +277 -0
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +62 -0
- package/dist/lib/models/common/v1/config/IPv4Address.js +290 -0
- package/dist/lib/models/common/v1/config/KVPair.d.ts +62 -0
- package/dist/lib/models/common/v1/config/KVPair.js +334 -0
- package/dist/lib/models/common/v1/config/Message.d.ts +84 -0
- package/dist/lib/models/common/v1/config/Message.js +356 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.d.ts +19 -0
- package/dist/lib/models/common/v1/config/MessageSeverity.js +92 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +50 -0
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +245 -0
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +62 -0
- package/dist/lib/models/common/v1/response/ApiLink.js +282 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +98 -0
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +440 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +42 -0
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +273 -0
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +100 -0
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +461 -0
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +92 -0
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +86 -0
- package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +70 -0
- package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.js +286 -0
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +247 -0
- package/dist/lib/models/dataprotection/v4/config/Category.d.ts +70 -0
- package/dist/lib/models/dataprotection/v4/config/Category.js +286 -0
- package/dist/lib/models/dataprotection/v4/config/ChangedRegions.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/ChangedRegions.js +295 -0
- package/dist/lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/ClusterReference.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/ClusterReference.js +285 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +328 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +341 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +79 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +326 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +86 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +290 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +9 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +134 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +67 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +285 -0
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionInfo.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionInfo.js +278 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +287 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +316 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +68 -0
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +297 -0
- package/dist/lib/models/dataprotection/v4/config/Disk.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/Disk.js +285 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +37 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.js +254 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +336 -0
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +247 -0
- package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.js +86 -0
- package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +42 -0
- package/dist/lib/models/dataprotection/v4/config/HostReference.js +264 -0
- package/dist/lib/models/dataprotection/v4/config/HostType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/HostType.js +80 -0
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +92 -0
- package/dist/lib/models/dataprotection/v4/config/IpAddress.d.ts +57 -0
- package/dist/lib/models/dataprotection/v4/config/IpAddress.js +249 -0
- package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/LocationReference.js +247 -0
- package/dist/lib/models/dataprotection/v4/config/PowerState.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/PowerState.js +86 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +74 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +400 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceEntityType.js +86 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +104 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +287 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +255 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +104 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +512 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.js +336 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +43 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +263 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +74 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +357 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/Regions.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/Regions.js +282 -0
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +82 -0
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +357 -0
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +282 -0
- package/dist/lib/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +57 -0
- package/dist/lib/models/dataprotection/v4/config/SetExpirationTimeSpec.js +246 -0
- package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/SiteReference.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/Subnet.d.ts +48 -0
- package/dist/lib/models/dataprotection/v4/config/Subnet.js +242 -0
- package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +49 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.js +295 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.js +336 -0
- package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +79 -0
- package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +320 -0
- package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +336 -0
- package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.js +86 -0
- package/dist/lib/models/dataprotection/v4/config/Vm.d.ts +140 -0
- package/dist/lib/models/dataprotection/v4/config/Vm.js +545 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +70 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +319 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +76 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +320 -0
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +98 -0
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.js +405 -0
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +9 -0
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +132 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroup.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroup.js +285 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +247 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +49 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +295 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +336 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +318 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +66 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +284 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +98 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +407 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +9 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +132 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +279 -0
- package/dist/lib/models/dataprotection/v4/config/VpcReference.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/VpcReference.js +285 -0
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +66 -0
- package/dist/lib/models/dataprotection/v4/config/Witness.js +358 -0
- package/dist/lib/models/dataprotection/v4/config/WitnessApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/WitnessApiResponse.js +314 -0
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +86 -0
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +100 -0
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +422 -0
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +48 -0
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +313 -0
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +88 -0
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +394 -0
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +68 -0
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +311 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +50 -0
- package/dist/lib/models/prism/v4/config/TaskReference.js +260 -0
- package/dist/lib/models/storage/v4/config/Task.d.ts +50 -0
- package/dist/lib/models/storage/v4/config/Task.js +254 -0
- package/dist/lib/models/validation/ValidationError.d.ts +13 -0
- package/dist/lib/models/validation/ValidationError.js +62 -0
- package/dist/lib/models/validation/ValidationScopes.d.ts +9 -0
- package/dist/lib/models/validation/ValidationScopes.js +39 -0
- package/dist/lib/utils/ValidationUtils.d.ts +13 -0
- package/dist/lib/utils/ValidationUtils.js +87 -0
- package/package.json +52 -0
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.ConsistencyGroupApi = void 0;
|
|
8
|
+
var _ApiClient = require("../ApiClient");
|
|
9
|
+
var _ConsistencyGroup = _interopRequireDefault(require("../models/dataprotection/v4/config/ConsistencyGroup"));
|
|
10
|
+
var _ConsistencyGroupListApiResponse = _interopRequireDefault(require("../models/dataprotection/v4/config/ConsistencyGroupListApiResponse"));
|
|
11
|
+
var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("../models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
|
|
12
|
+
var _ConsistencyGroupApiResponse = _interopRequireDefault(require("../models/dataprotection/v4/config/ConsistencyGroupApiResponse"));
|
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
19
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
|
|
23
|
+
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
|
24
|
+
function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
|
|
25
|
+
function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
|
|
26
|
+
function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
|
|
27
|
+
function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
|
|
28
|
+
function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } } /*
|
|
29
|
+
* Nutanix Dataprotection Versioned APIs
|
|
30
|
+
*
|
|
31
|
+
* OpenAPI spec version: 4.0.1-alpha-4
|
|
32
|
+
*
|
|
33
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
|
+
*
|
|
35
|
+
* Open API Dev Platform Codegen version: 16.8.0.6343-RELEASE
|
|
36
|
+
*
|
|
37
|
+
* Do not edit the class manually.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
/**
|
|
41
|
+
* ConsistencyGroup service.
|
|
42
|
+
* @version 4.0.1-alpha-4
|
|
43
|
+
* @class ConsistencyGroupApi
|
|
44
|
+
*/
|
|
45
|
+
var _headersToSkip = /*#__PURE__*/new WeakMap();
|
|
46
|
+
var ConsistencyGroupApi = /*#__PURE__*/function () {
|
|
47
|
+
/**
|
|
48
|
+
* Constructs a new ConsistencyGroupApi.
|
|
49
|
+
* @alias module:api/ConsistencyGroupApi
|
|
50
|
+
* @class
|
|
51
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
52
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
53
|
+
*/
|
|
54
|
+
function ConsistencyGroupApi(apiClient) {
|
|
55
|
+
_classCallCheck(this, ConsistencyGroupApi);
|
|
56
|
+
_classPrivateFieldInitSpec(this, _headersToSkip, {
|
|
57
|
+
writable: true,
|
|
58
|
+
value: void 0
|
|
59
|
+
});
|
|
60
|
+
this.apiClient = apiClient || _ApiClient.ApiClient.instance;
|
|
61
|
+
_classPrivateFieldSet(this, _headersToSkip, new Set());
|
|
62
|
+
_classPrivateFieldGet(this, _headersToSkip).add('authorization');
|
|
63
|
+
_classPrivateFieldGet(this, _headersToSkip).add('cookie');
|
|
64
|
+
_classPrivateFieldGet(this, _headersToSkip).add('ntnx-request-id');
|
|
65
|
+
_classPrivateFieldGet(this, _headersToSkip).add('host');
|
|
66
|
+
_classPrivateFieldGet(this, _headersToSkip).add('user-agent');
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Create a Consistency group.
|
|
71
|
+
* Create a new Consistency group.
|
|
72
|
+
* @param {ConsistencyGroup} body specification
|
|
73
|
+
* @param {Object} args Additional Arguments
|
|
74
|
+
* @return {Promise<ConsistencyGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ConsistencyGroupApiResponse } and HTTP response
|
|
75
|
+
*/
|
|
76
|
+
_createClass(ConsistencyGroupApi, [{
|
|
77
|
+
key: "createConsistencyGroup",
|
|
78
|
+
value: function createConsistencyGroup(body) {
|
|
79
|
+
var _this = this;
|
|
80
|
+
var argMap = (arguments.length <= 1 ? 0 : arguments.length - 1) > 0 ? arguments.length <= 1 ? undefined : arguments[1] : {};
|
|
81
|
+
var postBody = null;
|
|
82
|
+
if (body instanceof _ConsistencyGroup["default"] && typeof body.toJson === 'function') {
|
|
83
|
+
postBody = body.toJson();
|
|
84
|
+
} else {
|
|
85
|
+
postBody = body;
|
|
86
|
+
}
|
|
87
|
+
// verify the required parameter 'body' is set
|
|
88
|
+
if (typeof postBody === 'undefined' || postBody === null) {
|
|
89
|
+
throw new Error("Invalid body when calling createConsistencyGroup");
|
|
90
|
+
}
|
|
91
|
+
var pathParams = {};
|
|
92
|
+
var queryParams = {};
|
|
93
|
+
var headersToInclude = {};
|
|
94
|
+
Object.keys(argMap).forEach(function (header) {
|
|
95
|
+
if (!_classPrivateFieldGet(_this, _headersToSkip).has(header.toLowerCase())) {
|
|
96
|
+
headersToInclude[header] = argMap[header];
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
var headerParams = _objectSpread({}, headersToInclude);
|
|
100
|
+
var formParams = {};
|
|
101
|
+
_ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
|
|
102
|
+
var authNames = ['basicAuthScheme'];
|
|
103
|
+
var contentTypes = ['application/json'];
|
|
104
|
+
var accepts = ['application/json'];
|
|
105
|
+
var returnType = _ConsistencyGroupApiResponse["default"];
|
|
106
|
+
return this.apiClient.callApi('/api/dataprotection/v4.0.a4/config/consistency-groups', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Delete a Consistency group.
|
|
111
|
+
* Delete the Consistency group for the provided {extId}.
|
|
112
|
+
* @param { String } extId The external identifier that can be used to retrieve the Consistency group.
|
|
113
|
+
* @param {Object} args Additional Arguments
|
|
114
|
+
* @return {Promise<DeleteConsistencyGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link DeleteConsistencyGroupApiResponse } and HTTP response
|
|
115
|
+
*/
|
|
116
|
+
}, {
|
|
117
|
+
key: "deleteConsistencyGroup",
|
|
118
|
+
value: function deleteConsistencyGroup(extId) {
|
|
119
|
+
var _this2 = this;
|
|
120
|
+
var argMap = (arguments.length <= 1 ? 0 : arguments.length - 1) > 0 ? arguments.length <= 1 ? undefined : arguments[1] : {};
|
|
121
|
+
var postBody = null;
|
|
122
|
+
// verify the required parameter 'extId' is set
|
|
123
|
+
if (typeof extId === 'undefined' || extId === null) {
|
|
124
|
+
throw new Error("Missing the required parameter 'extId' when calling deleteConsistencyGroup");
|
|
125
|
+
}
|
|
126
|
+
var pathParams = {
|
|
127
|
+
'extId': extId
|
|
128
|
+
};
|
|
129
|
+
var queryParams = {};
|
|
130
|
+
var headersToInclude = {};
|
|
131
|
+
Object.keys(argMap).forEach(function (header) {
|
|
132
|
+
if (!_classPrivateFieldGet(_this2, _headersToSkip).has(header.toLowerCase())) {
|
|
133
|
+
headersToInclude[header] = argMap[header];
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
var headerParams = _objectSpread({}, headersToInclude);
|
|
137
|
+
var formParams = {};
|
|
138
|
+
var authNames = ['basicAuthScheme'];
|
|
139
|
+
var contentTypes = [];
|
|
140
|
+
var accepts = ['application/json'];
|
|
141
|
+
var returnType = _DeleteConsistencyGroupApiResponse["default"];
|
|
142
|
+
return this.apiClient.callApi('/api/dataprotection/v4.0.a4/config/consistency-groups/{extId}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Get a Consistency group.
|
|
147
|
+
* Query the Consistency group for the provided {extId}.
|
|
148
|
+
* @param { String } extId The external identifier that can be used to retrieve the Consistency group.
|
|
149
|
+
* @param {Object} args Additional Arguments
|
|
150
|
+
* @return {Promise<ConsistencyGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ConsistencyGroupApiResponse } and HTTP response
|
|
151
|
+
*/
|
|
152
|
+
}, {
|
|
153
|
+
key: "getConsistencyGroup",
|
|
154
|
+
value: function getConsistencyGroup(extId) {
|
|
155
|
+
var _this3 = this;
|
|
156
|
+
var argMap = (arguments.length <= 1 ? 0 : arguments.length - 1) > 0 ? arguments.length <= 1 ? undefined : arguments[1] : {};
|
|
157
|
+
var postBody = null;
|
|
158
|
+
// verify the required parameter 'extId' is set
|
|
159
|
+
if (typeof extId === 'undefined' || extId === null) {
|
|
160
|
+
throw new Error("Missing the required parameter 'extId' when calling getConsistencyGroup");
|
|
161
|
+
}
|
|
162
|
+
var pathParams = {
|
|
163
|
+
'extId': extId
|
|
164
|
+
};
|
|
165
|
+
var queryParams = {};
|
|
166
|
+
var headersToInclude = {};
|
|
167
|
+
Object.keys(argMap).forEach(function (header) {
|
|
168
|
+
if (!_classPrivateFieldGet(_this3, _headersToSkip).has(header.toLowerCase())) {
|
|
169
|
+
headersToInclude[header] = argMap[header];
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
var headerParams = _objectSpread({}, headersToInclude);
|
|
173
|
+
var formParams = {};
|
|
174
|
+
var authNames = ['basicAuthScheme'];
|
|
175
|
+
var contentTypes = [];
|
|
176
|
+
var accepts = ['application/json'];
|
|
177
|
+
var returnType = _ConsistencyGroupApiResponse["default"];
|
|
178
|
+
return this.apiClient.callApi('/api/dataprotection/v4.0.a4/config/consistency-groups/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* List Consistency groups.
|
|
183
|
+
* List of Consistency groups.
|
|
184
|
+
* @param {Object} opts Optional parameters defined for the operation
|
|
185
|
+
* @param { Array } opts.vmList List of VM external identifiers. This endpoint will return the list of Consistency groups that are part of the provided VM external identifiers list.
|
|
186
|
+
* @param { Array } opts.volumeGroupList List of volume group external identifiers. This endpoint will return the list of Consistency groups that are part of the provided volume group external identifiers list.
|
|
187
|
+
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. Must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range will lead to no results being returned.
|
|
188
|
+
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided a default value of 50 records will be returned in the result set.
|
|
189
|
+
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions.<br>
|
|
190
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter result on cluster name karbon-ntnx1.0, filter '$filter=startswith(name, 'C')' would filter on cluster name starting with C.<br>
|
|
191
|
+
* The filter can be applied on the following fields:<br>
|
|
192
|
+
* - extId<br>
|
|
193
|
+
* - members/entityId<br>
|
|
194
|
+
* - members/extId<br>
|
|
195
|
+
* - name<br>
|
|
196
|
+
* - ownerExtId
|
|
197
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in desc order.<br>
|
|
198
|
+
* The orderby can be applied to the following fields:<br>
|
|
199
|
+
* - name
|
|
200
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e. *), then all properties on the matching resource will be returned.
|
|
201
|
+
- extId
|
|
202
|
+
- name
|
|
203
|
+
- ownerExtId
|
|
204
|
+
* @param {Object} args Additional Arguments
|
|
205
|
+
* @return {Promise<ConsistencyGroupListApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ConsistencyGroupListApiResponse } and HTTP response
|
|
206
|
+
*/
|
|
207
|
+
}, {
|
|
208
|
+
key: "getConsistencyGroups",
|
|
209
|
+
value: function getConsistencyGroups(opts) {
|
|
210
|
+
var _this4 = this;
|
|
211
|
+
var argMap = (arguments.length <= 1 ? 0 : arguments.length - 1) > 0 ? arguments.length <= 1 ? undefined : arguments[1] : {};
|
|
212
|
+
opts = opts || {};
|
|
213
|
+
var postBody = null;
|
|
214
|
+
var pathParams = {};
|
|
215
|
+
var queryParams = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, opts.hasOwnProperty('vmList') ? {
|
|
216
|
+
'vmList': this.apiClient.buildCollectionParam(opts['vmList'], 'csv')
|
|
217
|
+
} : {}), opts.hasOwnProperty('volumeGroupList') ? {
|
|
218
|
+
'volumeGroupList': this.apiClient.buildCollectionParam(opts['volumeGroupList'], 'csv')
|
|
219
|
+
} : {}), opts.hasOwnProperty('$page') ? {
|
|
220
|
+
'$page': opts['$page']
|
|
221
|
+
} : {}), opts.hasOwnProperty('$limit') ? {
|
|
222
|
+
'$limit': opts['$limit']
|
|
223
|
+
} : {}), opts.hasOwnProperty('$filter') ? {
|
|
224
|
+
'$filter': opts['$filter']
|
|
225
|
+
} : {}), opts.hasOwnProperty('$orderby') ? {
|
|
226
|
+
'$orderby': opts['$orderby']
|
|
227
|
+
} : {}), opts.hasOwnProperty('$select') ? {
|
|
228
|
+
'$select': opts['$select']
|
|
229
|
+
} : {});
|
|
230
|
+
var headersToInclude = {};
|
|
231
|
+
Object.keys(argMap).forEach(function (header) {
|
|
232
|
+
if (!_classPrivateFieldGet(_this4, _headersToSkip).has(header.toLowerCase())) {
|
|
233
|
+
headersToInclude[header] = argMap[header];
|
|
234
|
+
}
|
|
235
|
+
});
|
|
236
|
+
var headerParams = _objectSpread({}, headersToInclude);
|
|
237
|
+
var formParams = {};
|
|
238
|
+
var authNames = ['basicAuthScheme'];
|
|
239
|
+
var contentTypes = [];
|
|
240
|
+
var accepts = ['application/json'];
|
|
241
|
+
var returnType = _ConsistencyGroupListApiResponse["default"];
|
|
242
|
+
return this.apiClient.callApi('/api/dataprotection/v4.0.a4/config/consistency-groups', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Update a Consistency group.
|
|
247
|
+
* Update details of the Consistency group for the provided {extId}.
|
|
248
|
+
* @param {ConsistencyGroup} body specification
|
|
249
|
+
* @param { String } extId The external identifier that can be used to retrieve the Consistency group.
|
|
250
|
+
* @param {Object} args Additional Arguments
|
|
251
|
+
* @return {Promise<ConsistencyGroupApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ConsistencyGroupApiResponse } and HTTP response
|
|
252
|
+
*/
|
|
253
|
+
}, {
|
|
254
|
+
key: "updateConsistencyGroup",
|
|
255
|
+
value: function updateConsistencyGroup(extId, body) {
|
|
256
|
+
var _this5 = this;
|
|
257
|
+
var argMap = (arguments.length <= 2 ? 0 : arguments.length - 2) > 0 ? arguments.length <= 2 ? undefined : arguments[2] : {};
|
|
258
|
+
var postBody = null;
|
|
259
|
+
if (body instanceof _ConsistencyGroup["default"] && typeof body.toJson === 'function') {
|
|
260
|
+
postBody = body.toJson();
|
|
261
|
+
} else {
|
|
262
|
+
postBody = body;
|
|
263
|
+
}
|
|
264
|
+
// verify the required parameter 'extId' is set
|
|
265
|
+
if (typeof extId === 'undefined' || extId === null) {
|
|
266
|
+
throw new Error("Missing the required parameter 'extId' when calling updateConsistencyGroup");
|
|
267
|
+
}
|
|
268
|
+
// verify the required parameter 'body' is set
|
|
269
|
+
if (typeof postBody === 'undefined' || postBody === null) {
|
|
270
|
+
throw new Error("Invalid body when calling updateConsistencyGroup");
|
|
271
|
+
}
|
|
272
|
+
var pathParams = {
|
|
273
|
+
'extId': extId
|
|
274
|
+
};
|
|
275
|
+
var queryParams = {};
|
|
276
|
+
var headersToInclude = {};
|
|
277
|
+
Object.keys(argMap).forEach(function (header) {
|
|
278
|
+
if (!_classPrivateFieldGet(_this5, _headersToSkip).has(header.toLowerCase())) {
|
|
279
|
+
headersToInclude[header] = argMap[header];
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
var headerParams = _objectSpread({}, headersToInclude);
|
|
283
|
+
var formParams = {};
|
|
284
|
+
_ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
|
|
285
|
+
var authNames = ['basicAuthScheme'];
|
|
286
|
+
var contentTypes = ['application/json'];
|
|
287
|
+
var accepts = ['application/json'];
|
|
288
|
+
var returnType = _ConsistencyGroupApiResponse["default"];
|
|
289
|
+
return this.apiClient.callApi('/api/dataprotection/v4.0.a4/config/consistency-groups/{extId}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
290
|
+
}
|
|
291
|
+
}], [{
|
|
292
|
+
key: "ApiClient",
|
|
293
|
+
get:
|
|
294
|
+
/**
|
|
295
|
+
* Make the default {@link ApiClient} class available for developers to be able to extend it and bring
|
|
296
|
+
* their own fetch methods into the SDK
|
|
297
|
+
*/
|
|
298
|
+
function get() {
|
|
299
|
+
return _ApiClient.ApiClient;
|
|
300
|
+
}
|
|
301
|
+
}]);
|
|
302
|
+
return ConsistencyGroupApi;
|
|
303
|
+
}();
|
|
304
|
+
exports.ConsistencyGroupApi = ConsistencyGroupApi;
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { ApiClient };
|
|
3
|
+
export { ConsistencyGroupApi };
|
|
4
|
+
export { Flag };
|
|
5
|
+
export { IPv4Address };
|
|
6
|
+
export { KVPair };
|
|
7
|
+
export { Message };
|
|
8
|
+
export { MessageSeverity };
|
|
9
|
+
export { TenantAwareModel };
|
|
10
|
+
export { ApiLink };
|
|
11
|
+
export { ApiResponseMetadata };
|
|
12
|
+
export { ExternalizableAbstractModel };
|
|
13
|
+
export { BaseRecoveryPoint };
|
|
14
|
+
export { RecoveryPointStatus };
|
|
15
|
+
export { RecoveryPointType };
|
|
16
|
+
export { VendorSpecificProperty };
|
|
17
|
+
export { AhvVmOverrideSpec };
|
|
18
|
+
export { Category };
|
|
19
|
+
export { ChangedRegions };
|
|
20
|
+
export { ChangedRegionsListApiResponse };
|
|
21
|
+
export { ClusterReference };
|
|
22
|
+
export { ConsistencyGroup };
|
|
23
|
+
export { ConsistencyGroupApiResponse };
|
|
24
|
+
export { ConsistencyGroupListApiResponse };
|
|
25
|
+
export { ConsistencyGroupMember };
|
|
26
|
+
export { ConsistencyGroupMemberType };
|
|
27
|
+
export { ConsistencyGroupMigrateApiResponse };
|
|
28
|
+
export { ConsistencyGroupMigrationSpec };
|
|
29
|
+
export { ConsistencyGroupProjection };
|
|
30
|
+
export { ConsistencyGroupRecoveryPointSpec };
|
|
31
|
+
export { CreateConsistencyGroupRecoveryPointApiResponse };
|
|
32
|
+
export { CreateRecoveryPointApiResponse };
|
|
33
|
+
export { DataProtectionInfo };
|
|
34
|
+
export { DataProtectionSiteReference };
|
|
35
|
+
export { DeleteConsistencyGroupApiResponse };
|
|
36
|
+
export { DeleteRecoveryPointApiResponse };
|
|
37
|
+
export { DisasterRecoveryLocation };
|
|
38
|
+
export { Disk };
|
|
39
|
+
export { DiskRecoveryPoint };
|
|
40
|
+
export { DiskRecoveryPointApiResponse };
|
|
41
|
+
export { DiskRecoveryPointListApiResponse };
|
|
42
|
+
export { EsxiVmOverrideSpec };
|
|
43
|
+
export { HardwareArchitecture };
|
|
44
|
+
export { HostReference };
|
|
45
|
+
export { HostType };
|
|
46
|
+
export { HypervisorType };
|
|
47
|
+
export { IpAddress };
|
|
48
|
+
export { LocationReference };
|
|
49
|
+
export { PowerState };
|
|
50
|
+
export { ProtectedResource };
|
|
51
|
+
export { ProtectedResourceApiResponse };
|
|
52
|
+
export { ProtectedResourceEntityType };
|
|
53
|
+
export { ProtectedResourcePromoteApiResponse };
|
|
54
|
+
export { ProtectedResourceReplicationStatus };
|
|
55
|
+
export { ProtectedResourceRestoreApiResponse };
|
|
56
|
+
export { ProtectedResourceRestoreSpec };
|
|
57
|
+
export { RecoveryInfo };
|
|
58
|
+
export { RecoveryPoint };
|
|
59
|
+
export { RecoveryPointApiResponse };
|
|
60
|
+
export { RecoveryPointListApiResponse };
|
|
61
|
+
export { RecoveryPointReplicateApiResponse };
|
|
62
|
+
export { RecoveryPointReplicationSpec };
|
|
63
|
+
export { RecoveryPointRestorationSpec };
|
|
64
|
+
export { RecoveryPointRestoreApiResponse };
|
|
65
|
+
export { Regions };
|
|
66
|
+
export { ReplicationState };
|
|
67
|
+
export { RestorableTimeRange };
|
|
68
|
+
export { SetExpirationTimeSpec };
|
|
69
|
+
export { SiteReference };
|
|
70
|
+
export { Subnet };
|
|
71
|
+
export { SyncedVolumeGroupByIdApiResponse };
|
|
72
|
+
export { SynchronousReplicaPromoteApiResponse };
|
|
73
|
+
export { UpdateRecoveryPointExpirationTimeApiResponse };
|
|
74
|
+
export { VMRecoveryPoint };
|
|
75
|
+
export { VMRecoveryPointApiResponse };
|
|
76
|
+
export { VMRecoveryPointListApiResponse };
|
|
77
|
+
export { ValidateRecoveryPointResult };
|
|
78
|
+
export { ValidateRestoreVmRecoveryPointApiResponse };
|
|
79
|
+
export { ValidationSeverity };
|
|
80
|
+
export { Vm };
|
|
81
|
+
export { VmRecoveryPointRestorationSpec };
|
|
82
|
+
export { VmRecoveryPointRestoreApiResponse };
|
|
83
|
+
export { VmRecoveryPointRestoreOverride };
|
|
84
|
+
export { VmSubRecoveryPoint };
|
|
85
|
+
export { VmSubRecoveryPointProjection };
|
|
86
|
+
export { VolumeGroup };
|
|
87
|
+
export { VolumeGroupOverrideSpec };
|
|
88
|
+
export { VolumeGroupRecoveryPoint };
|
|
89
|
+
export { VolumeGroupRecoveryPointApiResponse };
|
|
90
|
+
export { VolumeGroupRecoveryPointListApiResponse };
|
|
91
|
+
export { VolumeGroupRecoveryPointRestorationSpec };
|
|
92
|
+
export { VolumeGroupRecoveryPointRestoreApiResponse };
|
|
93
|
+
export { VolumeGroupRecoveryPointRestoreOverride };
|
|
94
|
+
export { VolumeGroupSubRecoveryPoint };
|
|
95
|
+
export { VolumeGroupSubRecoveryPointProjection };
|
|
96
|
+
export { VolumeGroupSyncContext };
|
|
97
|
+
export { VpcReference };
|
|
98
|
+
export { Witness };
|
|
99
|
+
export { WitnessApiResponse };
|
|
100
|
+
export { WitnessAvailabilityStatus };
|
|
101
|
+
export { AppMessage };
|
|
102
|
+
export { ErrorResponse };
|
|
103
|
+
export { SchemaValidationError };
|
|
104
|
+
export { SchemaValidationErrorMessage };
|
|
105
|
+
export { TaskReference };
|
|
106
|
+
export { Task };
|
|
107
|
+
}
|
|
108
|
+
export default _default;
|
|
109
|
+
import { ApiClient } from "./ApiClient";
|
|
110
|
+
import { ConsistencyGroupApi } from "./apis/consistencygroup-endpoints";
|
|
111
|
+
import Flag from "./models/common/v1/config/Flag";
|
|
112
|
+
import IPv4Address from "./models/common/v1/config/IPv4Address";
|
|
113
|
+
import KVPair from "./models/common/v1/config/KVPair";
|
|
114
|
+
import Message from "./models/common/v1/config/Message";
|
|
115
|
+
import MessageSeverity from "./models/common/v1/config/MessageSeverity";
|
|
116
|
+
import TenantAwareModel from "./models/common/v1/config/TenantAwareModel";
|
|
117
|
+
import ApiLink from "./models/common/v1/response/ApiLink";
|
|
118
|
+
import ApiResponseMetadata from "./models/common/v1/response/ApiResponseMetadata";
|
|
119
|
+
import ExternalizableAbstractModel from "./models/common/v1/response/ExternalizableAbstractModel";
|
|
120
|
+
import BaseRecoveryPoint from "./models/dataprotection/v4/common/BaseRecoveryPoint";
|
|
121
|
+
import RecoveryPointStatus from "./models/dataprotection/v4/common/RecoveryPointStatus";
|
|
122
|
+
import RecoveryPointType from "./models/dataprotection/v4/common/RecoveryPointType";
|
|
123
|
+
import VendorSpecificProperty from "./models/dataprotection/v4/common/VendorSpecificProperty";
|
|
124
|
+
import AhvVmOverrideSpec from "./models/dataprotection/v4/config/AhvVmOverrideSpec";
|
|
125
|
+
import Category from "./models/dataprotection/v4/config/Category";
|
|
126
|
+
import ChangedRegions from "./models/dataprotection/v4/config/ChangedRegions";
|
|
127
|
+
import ChangedRegionsListApiResponse from "./models/dataprotection/v4/config/ChangedRegionsListApiResponse";
|
|
128
|
+
import ClusterReference from "./models/dataprotection/v4/config/ClusterReference";
|
|
129
|
+
import ConsistencyGroup from "./models/dataprotection/v4/config/ConsistencyGroup";
|
|
130
|
+
import ConsistencyGroupApiResponse from "./models/dataprotection/v4/config/ConsistencyGroupApiResponse";
|
|
131
|
+
import ConsistencyGroupListApiResponse from "./models/dataprotection/v4/config/ConsistencyGroupListApiResponse";
|
|
132
|
+
import ConsistencyGroupMember from "./models/dataprotection/v4/config/ConsistencyGroupMember";
|
|
133
|
+
import ConsistencyGroupMemberType from "./models/dataprotection/v4/config/ConsistencyGroupMemberType";
|
|
134
|
+
import ConsistencyGroupMigrateApiResponse from "./models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse";
|
|
135
|
+
import ConsistencyGroupMigrationSpec from "./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec";
|
|
136
|
+
import ConsistencyGroupProjection from "./models/dataprotection/v4/config/ConsistencyGroupProjection";
|
|
137
|
+
import ConsistencyGroupRecoveryPointSpec from "./models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec";
|
|
138
|
+
import CreateConsistencyGroupRecoveryPointApiResponse from "./models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse";
|
|
139
|
+
import CreateRecoveryPointApiResponse from "./models/dataprotection/v4/config/CreateRecoveryPointApiResponse";
|
|
140
|
+
import DataProtectionInfo from "./models/dataprotection/v4/config/DataProtectionInfo";
|
|
141
|
+
import DataProtectionSiteReference from "./models/dataprotection/v4/config/DataProtectionSiteReference";
|
|
142
|
+
import DeleteConsistencyGroupApiResponse from "./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse";
|
|
143
|
+
import DeleteRecoveryPointApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse";
|
|
144
|
+
import DisasterRecoveryLocation from "./models/dataprotection/v4/config/DisasterRecoveryLocation";
|
|
145
|
+
import Disk from "./models/dataprotection/v4/config/Disk";
|
|
146
|
+
import DiskRecoveryPoint from "./models/dataprotection/v4/config/DiskRecoveryPoint";
|
|
147
|
+
import DiskRecoveryPointApiResponse from "./models/dataprotection/v4/config/DiskRecoveryPointApiResponse";
|
|
148
|
+
import DiskRecoveryPointListApiResponse from "./models/dataprotection/v4/config/DiskRecoveryPointListApiResponse";
|
|
149
|
+
import EsxiVmOverrideSpec from "./models/dataprotection/v4/config/EsxiVmOverrideSpec";
|
|
150
|
+
import HardwareArchitecture from "./models/dataprotection/v4/config/HardwareArchitecture";
|
|
151
|
+
import HostReference from "./models/dataprotection/v4/config/HostReference";
|
|
152
|
+
import HostType from "./models/dataprotection/v4/config/HostType";
|
|
153
|
+
import HypervisorType from "./models/dataprotection/v4/config/HypervisorType";
|
|
154
|
+
import IpAddress from "./models/dataprotection/v4/config/IpAddress";
|
|
155
|
+
import LocationReference from "./models/dataprotection/v4/config/LocationReference";
|
|
156
|
+
import PowerState from "./models/dataprotection/v4/config/PowerState";
|
|
157
|
+
import ProtectedResource from "./models/dataprotection/v4/config/ProtectedResource";
|
|
158
|
+
import ProtectedResourceApiResponse from "./models/dataprotection/v4/config/ProtectedResourceApiResponse";
|
|
159
|
+
import ProtectedResourceEntityType from "./models/dataprotection/v4/config/ProtectedResourceEntityType";
|
|
160
|
+
import ProtectedResourcePromoteApiResponse from "./models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse";
|
|
161
|
+
import ProtectedResourceReplicationStatus from "./models/dataprotection/v4/config/ProtectedResourceReplicationStatus";
|
|
162
|
+
import ProtectedResourceRestoreApiResponse from "./models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse";
|
|
163
|
+
import ProtectedResourceRestoreSpec from "./models/dataprotection/v4/config/ProtectedResourceRestoreSpec";
|
|
164
|
+
import RecoveryInfo from "./models/dataprotection/v4/config/RecoveryInfo";
|
|
165
|
+
import RecoveryPoint from "./models/dataprotection/v4/config/RecoveryPoint";
|
|
166
|
+
import RecoveryPointApiResponse from "./models/dataprotection/v4/config/RecoveryPointApiResponse";
|
|
167
|
+
import RecoveryPointListApiResponse from "./models/dataprotection/v4/config/RecoveryPointListApiResponse";
|
|
168
|
+
import RecoveryPointReplicateApiResponse from "./models/dataprotection/v4/config/RecoveryPointReplicateApiResponse";
|
|
169
|
+
import RecoveryPointReplicationSpec from "./models/dataprotection/v4/config/RecoveryPointReplicationSpec";
|
|
170
|
+
import RecoveryPointRestorationSpec from "./models/dataprotection/v4/config/RecoveryPointRestorationSpec";
|
|
171
|
+
import RecoveryPointRestoreApiResponse from "./models/dataprotection/v4/config/RecoveryPointRestoreApiResponse";
|
|
172
|
+
import Regions from "./models/dataprotection/v4/config/Regions";
|
|
173
|
+
import ReplicationState from "./models/dataprotection/v4/config/ReplicationState";
|
|
174
|
+
import RestorableTimeRange from "./models/dataprotection/v4/config/RestorableTimeRange";
|
|
175
|
+
import SetExpirationTimeSpec from "./models/dataprotection/v4/config/SetExpirationTimeSpec";
|
|
176
|
+
import SiteReference from "./models/dataprotection/v4/config/SiteReference";
|
|
177
|
+
import Subnet from "./models/dataprotection/v4/config/Subnet";
|
|
178
|
+
import SyncedVolumeGroupByIdApiResponse from "./models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse";
|
|
179
|
+
import SynchronousReplicaPromoteApiResponse from "./models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse";
|
|
180
|
+
import UpdateRecoveryPointExpirationTimeApiResponse from "./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse";
|
|
181
|
+
import VMRecoveryPoint from "./models/dataprotection/v4/config/VMRecoveryPoint";
|
|
182
|
+
import VMRecoveryPointApiResponse from "./models/dataprotection/v4/config/VMRecoveryPointApiResponse";
|
|
183
|
+
import VMRecoveryPointListApiResponse from "./models/dataprotection/v4/config/VMRecoveryPointListApiResponse";
|
|
184
|
+
import ValidateRecoveryPointResult from "./models/dataprotection/v4/config/ValidateRecoveryPointResult";
|
|
185
|
+
import ValidateRestoreVmRecoveryPointApiResponse from "./models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse";
|
|
186
|
+
import ValidationSeverity from "./models/dataprotection/v4/config/ValidationSeverity";
|
|
187
|
+
import Vm from "./models/dataprotection/v4/config/Vm";
|
|
188
|
+
import VmRecoveryPointRestorationSpec from "./models/dataprotection/v4/config/VmRecoveryPointRestorationSpec";
|
|
189
|
+
import VmRecoveryPointRestoreApiResponse from "./models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse";
|
|
190
|
+
import VmRecoveryPointRestoreOverride from "./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride";
|
|
191
|
+
import VmSubRecoveryPoint from "./models/dataprotection/v4/config/VmSubRecoveryPoint";
|
|
192
|
+
import VmSubRecoveryPointProjection from "./models/dataprotection/v4/config/VmSubRecoveryPointProjection";
|
|
193
|
+
import VolumeGroup from "./models/dataprotection/v4/config/VolumeGroup";
|
|
194
|
+
import VolumeGroupOverrideSpec from "./models/dataprotection/v4/config/VolumeGroupOverrideSpec";
|
|
195
|
+
import VolumeGroupRecoveryPoint from "./models/dataprotection/v4/config/VolumeGroupRecoveryPoint";
|
|
196
|
+
import VolumeGroupRecoveryPointApiResponse from "./models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse";
|
|
197
|
+
import VolumeGroupRecoveryPointListApiResponse from "./models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse";
|
|
198
|
+
import VolumeGroupRecoveryPointRestorationSpec from "./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec";
|
|
199
|
+
import VolumeGroupRecoveryPointRestoreApiResponse from "./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse";
|
|
200
|
+
import VolumeGroupRecoveryPointRestoreOverride from "./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride";
|
|
201
|
+
import VolumeGroupSubRecoveryPoint from "./models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint";
|
|
202
|
+
import VolumeGroupSubRecoveryPointProjection from "./models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection";
|
|
203
|
+
import VolumeGroupSyncContext from "./models/dataprotection/v4/config/VolumeGroupSyncContext";
|
|
204
|
+
import VpcReference from "./models/dataprotection/v4/config/VpcReference";
|
|
205
|
+
import Witness from "./models/dataprotection/v4/config/Witness";
|
|
206
|
+
import WitnessApiResponse from "./models/dataprotection/v4/config/WitnessApiResponse";
|
|
207
|
+
import WitnessAvailabilityStatus from "./models/dataprotection/v4/config/WitnessAvailabilityStatus";
|
|
208
|
+
import AppMessage from "./models/dataprotection/v4/error/AppMessage";
|
|
209
|
+
import ErrorResponse from "./models/dataprotection/v4/error/ErrorResponse";
|
|
210
|
+
import SchemaValidationError from "./models/dataprotection/v4/error/SchemaValidationError";
|
|
211
|
+
import SchemaValidationErrorMessage from "./models/dataprotection/v4/error/SchemaValidationErrorMessage";
|
|
212
|
+
import TaskReference from "./models/prism/v4/config/TaskReference";
|
|
213
|
+
import Task from "./models/storage/v4/config/Task";
|
|
214
|
+
export { ApiClient, ConsistencyGroupApi, Flag, IPv4Address, KVPair, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BaseRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VendorSpecificProperty, AhvVmOverrideSpec, Category, ChangedRegions, ChangedRegionsListApiResponse, ClusterReference, ConsistencyGroup, ConsistencyGroupApiResponse, ConsistencyGroupListApiResponse, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrateApiResponse, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, ConsistencyGroupRecoveryPointSpec, CreateConsistencyGroupRecoveryPointApiResponse, CreateRecoveryPointApiResponse, DataProtectionInfo, DataProtectionSiteReference, DeleteConsistencyGroupApiResponse, DeleteRecoveryPointApiResponse, DisasterRecoveryLocation, Disk, DiskRecoveryPoint, DiskRecoveryPointApiResponse, DiskRecoveryPointListApiResponse, EsxiVmOverrideSpec, HardwareArchitecture, HostReference, HostType, HypervisorType, IpAddress, LocationReference, PowerState, ProtectedResource, ProtectedResourceApiResponse, ProtectedResourceEntityType, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPoint, RecoveryPointApiResponse, RecoveryPointListApiResponse, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, Regions, ReplicationState, RestorableTimeRange, SetExpirationTimeSpec, SiteReference, Subnet, SyncedVolumeGroupByIdApiResponse, SynchronousReplicaPromoteApiResponse, UpdateRecoveryPointExpirationTimeApiResponse, VMRecoveryPoint, VMRecoveryPointApiResponse, VMRecoveryPointListApiResponse, ValidateRecoveryPointResult, ValidateRestoreVmRecoveryPointApiResponse, ValidationSeverity, Vm, VmRecoveryPointRestorationSpec, VmRecoveryPointRestoreApiResponse, VmRecoveryPointRestoreOverride, VmSubRecoveryPoint, VmSubRecoveryPointProjection, VolumeGroup, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointApiResponse, VolumeGroupRecoveryPointListApiResponse, VolumeGroupRecoveryPointRestorationSpec, VolumeGroupRecoveryPointRestoreApiResponse, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSubRecoveryPoint, VolumeGroupSubRecoveryPointProjection, VolumeGroupSyncContext, VpcReference, Witness, WitnessApiResponse, WitnessAvailabilityStatus, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference, Task };
|