@nutanix-scratch/dataprotection-js-client 4.0.1-alpha.4 → 4.0.1-beta.1
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/README.md +35 -28
- package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -11
- package/dist/Ntnx-Dataprotection-js-client.js +530 -1501
- package/dist/es/ApiClient.d.ts +2 -1
- package/dist/es/ApiClient.js +401 -246
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +17 -19
- package/dist/es/apis/protectedresources-endpoints.d.ts +52 -0
- package/dist/es/apis/protectedresources-endpoints.js +192 -0
- package/dist/es/apis/recoverypoints-endpoints.d.ts +126 -0
- package/dist/es/apis/recoverypoints-endpoints.js +394 -0
- package/dist/es/index.d.ts +55 -87
- package/dist/es/index.js +169 -298
- package/dist/es/models/common/v1/config/Flag.d.ts +5 -5
- package/dist/es/models/common/v1/config/Flag.js +25 -27
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +5 -5
- package/dist/es/models/common/v1/config/IPv4Address.js +25 -27
- package/dist/es/models/common/v1/config/KVPair.d.ts +5 -5
- package/dist/es/models/common/v1/config/KVPair.js +28 -30
- package/dist/es/models/common/v1/config/Message.d.ts +5 -5
- package/dist/es/models/common/v1/config/Message.js +25 -27
- package/dist/es/models/common/v1/config/MessageSeverity.js +9 -10
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +8 -8
- package/dist/es/models/common/v1/config/TenantAwareModel.js +29 -31
- package/dist/es/models/common/v1/response/ApiLink.d.ts +5 -5
- package/dist/es/models/common/v1/response/ApiLink.js +26 -28
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +8 -8
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +29 -31
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +5 -5
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +36 -39
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +2 -14
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +33 -81
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +3 -4
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +3 -4
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +31 -31
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +62 -0
- package/dist/es/models/{storage/v4/config/Task.js → dataprotection/v4/config/AmazonS3Bucket.js} +101 -72
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +62 -0
- package/dist/{lib/models/storage/v4/config/Task.js → es/models/dataprotection/v4/config/AzureBlobStorageContainer.js} +101 -72
- package/dist/es/models/dataprotection/v4/config/Category.d.ts +17 -11
- package/dist/es/models/dataprotection/v4/config/Category.js +33 -29
- package/dist/es/models/dataprotection/v4/config/ClusterReference.d.ts +12 -9
- package/dist/es/models/dataprotection/v4/config/ClusterReference.js +29 -28
- package/dist/es/models/{storage/v4/config/Task.d.ts → dataprotection/v4/config/ComputeChangedRegionsResponse.d.ts} +17 -19
- package/dist/es/models/dataprotection/v4/config/ComputeChangedRegionsResponse.js +262 -0
- package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.d.ts → es/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.d.ts} +12 -12
- package/dist/es/models/dataprotection/v4/config/{WitnessApiResponse.js → ComputeChangedRegionsResponseModel.js} +57 -60
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +39 -7
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +123 -42
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +18 -26
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +48 -88
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +3 -4
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +15 -22
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +65 -69
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +5 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +39 -35
- package/dist/es/models/dataprotection/v4/config/{VmRecoveryPointRestoreApiResponse.d.ts → CreateConsistencyGroupApiResponse.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js → es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js} +54 -57
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +35 -42
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +10 -10
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +44 -46
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +35 -38
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +35 -42
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +12 -9
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +29 -28
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +44 -19
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.js +137 -105
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +31 -31
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +60 -0
- package/dist/es/models/dataprotection/v4/config/{SetExpirationTimeSpec.js → ExpirationTimeSpec.js} +51 -50
- package/dist/es/models/dataprotection/v4/config/{ConsistencyGroupListApiResponse.d.ts → GetProtectedResourceApiResponse.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.js → es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js} +54 -57
- package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts → es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/RecoveryPointApiResponse.js → es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js} +54 -57
- package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +2 -2
- package/dist/es/models/dataprotection/v4/config/HostReference.js +34 -34
- package/dist/es/models/dataprotection/v4/config/HostType.js +3 -4
- package/dist/es/models/dataprotection/v4/config/IpAddress.d.ts +12 -9
- package/dist/es/models/dataprotection/v4/config/IpAddress.js +29 -28
- package/dist/{lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts → es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.js → es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js} +59 -57
- package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +8 -8
- package/dist/es/models/dataprotection/v4/config/LocationReference.js +30 -32
- package/dist/es/models/dataprotection/v4/config/{ConsistencyGroupMigrateApiResponse.d.ts → MigrateConsistencyGroupApiResponse.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/WitnessApiResponse.js → es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js} +57 -60
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +50 -0
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +245 -0
- package/dist/{lib/models/dataprotection/v4/config/HypervisorType.d.ts → es/models/dataprotection/v4/config/ObjectStorageType.d.ts} +6 -6
- package/dist/{lib/models/dataprotection/v4/config/HypervisorType.js → es/models/dataprotection/v4/config/ObjectStorageType.js} +26 -27
- package/dist/es/models/dataprotection/v4/config/{ValidationSeverity.d.ts → ProtectedEntityType.d.ts} +6 -6
- package/dist/{lib/models/dataprotection/v4/config/ProtectedResourceEntityType.js → es/models/dataprotection/v4/config/ProtectedEntityType.js} +21 -22
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +21 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +111 -62
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +35 -38
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +11 -24
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +35 -38
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +24 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +95 -31
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +25 -27
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +14 -44
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +59 -167
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +9 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +132 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +35 -42
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +37 -18
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +114 -91
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +52 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +323 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +9 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +129 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +14 -14
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +42 -44
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +35 -42
- package/dist/es/models/dataprotection/v4/config/RedirectionResponse.d.ts +60 -0
- package/dist/es/models/dataprotection/v4/config/RedirectionResponse.js +279 -0
- package/dist/es/models/dataprotection/v4/config/Region.d.ts +91 -0
- package/dist/{lib/models/dataprotection/v4/config/Regions.js → es/models/dataprotection/v4/config/Region.js} +107 -58
- package/dist/es/models/dataprotection/v4/config/RegionResponse.d.ts +60 -0
- package/dist/es/models/dataprotection/v4/config/{ChangedRegions.js → RegionResponse.js} +58 -58
- package/dist/es/models/dataprotection/v4/config/{PowerState.d.ts → RegionType.d.ts} +6 -6
- package/dist/es/models/dataprotection/v4/config/{PowerState.js → RegionType.js} +23 -24
- package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +19 -17
- package/dist/es/models/dataprotection/v4/config/ReplicationState.js +72 -66
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +25 -27
- package/dist/{lib/models/dataprotection/v4/config/DataProtectionInfo.d.ts → es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts} +12 -12
- package/dist/{lib/models/dataprotection/v4/config/DataProtectionInfo.js → es/models/dataprotection/v4/config/SiteProtectionInfo.js} +45 -47
- package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/SiteReference.js +25 -27
- package/dist/es/models/dataprotection/v4/config/Subnet.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/Subnet.js +25 -27
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +35 -38
- package/dist/{lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.d.ts → es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts} +12 -12
- package/dist/es/models/dataprotection/v4/config/{VMRecoveryPointListApiResponse.js → UpdateConsistencyGroupApiResponse.js} +57 -60
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +35 -38
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +77 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +361 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.js +403 -0
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +12 -38
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +49 -125
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +29 -29
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +40 -22
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +126 -108
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.js +403 -0
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +12 -18
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +49 -53
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +27 -31
- package/dist/es/models/dataprotection/v4/config/VpcReference.d.ts +13 -10
- package/dist/es/models/dataprotection/v4/config/VpcReference.js +30 -29
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/config/Witness.js +39 -41
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +3 -4
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +20 -12
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +49 -39
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +5 -5
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +36 -50
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +20 -10
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +45 -32
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +14 -8
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +37 -30
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +5 -5
- package/dist/es/models/prism/v4/config/TaskReference.js +27 -32
- package/dist/es/models/validation/ValidationError.js +8 -10
- package/dist/es/models/validation/ValidationScopes.js +1 -2
- package/dist/es/utils/ValidationUtils.js +8 -10
- package/dist/lib/ApiClient.d.ts +2 -1
- package/dist/lib/ApiClient.js +401 -246
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +17 -19
- package/dist/lib/apis/protectedresources-endpoints.d.ts +52 -0
- package/dist/lib/apis/protectedresources-endpoints.js +192 -0
- package/dist/lib/apis/recoverypoints-endpoints.d.ts +126 -0
- package/dist/lib/apis/recoverypoints-endpoints.js +394 -0
- package/dist/lib/index.d.ts +55 -87
- package/dist/lib/index.js +169 -298
- package/dist/lib/models/common/v1/config/Flag.d.ts +5 -5
- package/dist/lib/models/common/v1/config/Flag.js +25 -27
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +5 -5
- package/dist/lib/models/common/v1/config/IPv4Address.js +25 -27
- package/dist/lib/models/common/v1/config/KVPair.d.ts +5 -5
- package/dist/lib/models/common/v1/config/KVPair.js +28 -30
- package/dist/lib/models/common/v1/config/Message.d.ts +5 -5
- package/dist/lib/models/common/v1/config/Message.js +25 -27
- package/dist/lib/models/common/v1/config/MessageSeverity.js +9 -10
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +8 -8
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +29 -31
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +5 -5
- package/dist/lib/models/common/v1/response/ApiLink.js +26 -28
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +8 -8
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +29 -31
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +5 -5
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +36 -39
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +2 -14
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +33 -81
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +3 -4
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +3 -4
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +31 -31
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +283 -0
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +62 -0
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +283 -0
- package/dist/lib/models/dataprotection/v4/config/Category.d.ts +17 -11
- package/dist/lib/models/dataprotection/v4/config/Category.js +33 -29
- package/dist/lib/models/dataprotection/v4/config/ClusterReference.d.ts +12 -9
- package/dist/lib/models/dataprotection/v4/config/ClusterReference.js +29 -28
- package/dist/lib/models/{storage/v4/config/Task.d.ts → dataprotection/v4/config/ComputeChangedRegionsResponse.d.ts} +17 -19
- package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponse.js +262 -0
- package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.js +311 -0
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +39 -7
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +123 -42
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +18 -26
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +48 -88
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +3 -4
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +15 -22
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +65 -69
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +5 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +39 -35
- package/dist/{es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts → lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts} +12 -12
- package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js → lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js} +54 -57
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +35 -42
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +10 -10
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +44 -46
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +35 -38
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +35 -42
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +12 -9
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +29 -28
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +44 -19
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.js +137 -105
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +31 -31
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +60 -0
- package/dist/lib/models/dataprotection/v4/config/{SetExpirationTimeSpec.js → ExpirationTimeSpec.js} +51 -50
- package/dist/lib/models/dataprotection/v4/config/{ConsistencyGroupListApiResponse.d.ts → GetProtectedResourceApiResponse.d.ts} +12 -12
- package/dist/{es/models/dataprotection/v4/config/ProtectedResourceApiResponse.js → lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js} +54 -57
- package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts → lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts} +12 -12
- package/dist/{es/models/dataprotection/v4/config/RecoveryPointApiResponse.js → lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js} +54 -57
- package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +2 -2
- package/dist/lib/models/dataprotection/v4/config/HostReference.js +34 -34
- package/dist/lib/models/dataprotection/v4/config/HostType.js +3 -4
- package/dist/lib/models/dataprotection/v4/config/IpAddress.d.ts +12 -9
- package/dist/lib/models/dataprotection/v4/config/IpAddress.js +29 -28
- package/dist/{es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts → lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts} +12 -12
- package/dist/{es/models/dataprotection/v4/config/RecoveryPointListApiResponse.js → lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js} +59 -57
- package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +8 -8
- package/dist/lib/models/dataprotection/v4/config/LocationReference.js +30 -32
- package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js → lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js} +54 -61
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +50 -0
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +245 -0
- package/dist/{es/models/dataprotection/v4/config/HypervisorType.d.ts → lib/models/dataprotection/v4/config/ObjectStorageType.d.ts} +6 -6
- package/dist/{es/models/dataprotection/v4/config/HypervisorType.js → lib/models/dataprotection/v4/config/ObjectStorageType.js} +26 -27
- package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.d.ts +19 -0
- package/dist/{es/models/dataprotection/v4/config/ProtectedResourceEntityType.js → lib/models/dataprotection/v4/config/ProtectedEntityType.js} +21 -22
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +21 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +111 -62
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +35 -38
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +11 -24
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +35 -38
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +24 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +95 -31
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +25 -27
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +14 -44
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +59 -167
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +9 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +132 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +35 -42
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +37 -18
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +114 -91
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +52 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +323 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +9 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +129 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +14 -14
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +42 -44
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +35 -42
- package/dist/lib/models/dataprotection/v4/config/RedirectionResponse.d.ts +60 -0
- package/dist/lib/models/dataprotection/v4/config/RedirectionResponse.js +279 -0
- package/dist/lib/models/dataprotection/v4/config/Region.d.ts +91 -0
- package/dist/{es/models/dataprotection/v4/config/Regions.js → lib/models/dataprotection/v4/config/Region.js} +107 -58
- package/dist/lib/models/dataprotection/v4/config/RegionResponse.d.ts +60 -0
- package/dist/lib/models/dataprotection/v4/config/{ChangedRegions.js → RegionResponse.js} +58 -58
- package/dist/lib/models/dataprotection/v4/config/{PowerState.d.ts → RegionType.d.ts} +6 -6
- package/dist/lib/models/dataprotection/v4/config/{PowerState.js → RegionType.js} +23 -24
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +19 -17
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +72 -66
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +25 -27
- package/dist/{es/models/dataprotection/v4/config/DataProtectionInfo.d.ts → lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts} +12 -12
- package/dist/{es/models/dataprotection/v4/config/DataProtectionInfo.js → lib/models/dataprotection/v4/config/SiteProtectionInfo.js} +45 -47
- package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/SiteReference.js +25 -27
- package/dist/lib/models/dataprotection/v4/config/Subnet.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/Subnet.js +25 -27
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +35 -38
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/{VMRecoveryPointListApiResponse.js → UpdateConsistencyGroupApiResponse.js} +57 -60
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +35 -38
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +77 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +361 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.js +403 -0
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +12 -38
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +49 -125
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +29 -29
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +40 -22
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +126 -108
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.js +403 -0
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +12 -18
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +49 -53
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +27 -31
- package/dist/lib/models/dataprotection/v4/config/VpcReference.d.ts +13 -10
- package/dist/lib/models/dataprotection/v4/config/VpcReference.js +30 -29
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/config/Witness.js +39 -41
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +3 -4
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +20 -12
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +49 -39
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +5 -5
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +36 -50
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +20 -10
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +45 -32
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +14 -8
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +37 -30
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +5 -5
- package/dist/lib/models/prism/v4/config/TaskReference.js +27 -32
- package/dist/lib/models/validation/ValidationError.js +8 -10
- package/dist/lib/models/validation/ValidationScopes.js +1 -2
- package/dist/lib/utils/ValidationUtils.js +8 -10
- package/package.json +3 -2
- package/dist/es/apis/consistencygroup-endpoints.d.ts +0 -98
- package/dist/es/apis/consistencygroup-endpoints.js +0 -304
- package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +0 -70
- package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.js +0 -286
- package/dist/es/models/dataprotection/v4/config/ChangedRegions.d.ts +0 -62
- package/dist/es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +0 -314
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +0 -341
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +0 -67
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +0 -285
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +0 -318
- package/dist/es/models/dataprotection/v4/config/Disk.d.ts +0 -62
- package/dist/es/models/dataprotection/v4/config/Disk.js +0 -285
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +0 -314
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +0 -336
- package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.d.ts +0 -19
- package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.js +0 -86
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +0 -19
- package/dist/es/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/Regions.d.ts +0 -62
- package/dist/es/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +0 -57
- package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +0 -314
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +0 -49
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.js +0 -295
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +0 -314
- package/dist/es/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +0 -79
- package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +0 -320
- package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +0 -336
- package/dist/es/models/dataprotection/v4/config/ValidationSeverity.js +0 -86
- package/dist/es/models/dataprotection/v4/config/Vm.d.ts +0 -140
- package/dist/es/models/dataprotection/v4/config/Vm.js +0 -545
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +0 -70
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +0 -319
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +0 -318
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +0 -98
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.js +0 -405
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +0 -9
- package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +0 -132
- package/dist/es/models/dataprotection/v4/config/VolumeGroup.d.ts +0 -62
- package/dist/es/models/dataprotection/v4/config/VolumeGroup.js +0 -285
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +0 -314
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +0 -336
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +0 -62
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +0 -288
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +0 -59
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +0 -318
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +0 -98
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +0 -407
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +0 -9
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +0 -132
- package/dist/es/models/dataprotection/v4/config/WitnessApiResponse.d.ts +0 -59
- package/dist/lib/apis/consistencygroup-endpoints.d.ts +0 -98
- package/dist/lib/apis/consistencygroup-endpoints.js +0 -304
- package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +0 -70
- package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.js +0 -286
- package/dist/lib/models/dataprotection/v4/config/ChangedRegions.d.ts +0 -62
- package/dist/lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +0 -314
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +0 -341
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js +0 -318
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +0 -67
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +0 -285
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +0 -318
- package/dist/lib/models/dataprotection/v4/config/Disk.d.ts +0 -62
- package/dist/lib/models/dataprotection/v4/config/Disk.js +0 -285
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +0 -314
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +0 -336
- package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.d.ts +0 -19
- package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.js +0 -86
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +0 -19
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/Regions.d.ts +0 -62
- package/dist/lib/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +0 -57
- package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +0 -314
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +0 -49
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.js +0 -295
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +0 -314
- package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +0 -79
- package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +0 -320
- package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +0 -336
- package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.d.ts +0 -19
- package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.js +0 -86
- package/dist/lib/models/dataprotection/v4/config/Vm.d.ts +0 -140
- package/dist/lib/models/dataprotection/v4/config/Vm.js +0 -545
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +0 -70
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +0 -319
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +0 -318
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +0 -98
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.js +0 -405
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +0 -9
- package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +0 -132
- package/dist/lib/models/dataprotection/v4/config/VolumeGroup.d.ts +0 -62
- package/dist/lib/models/dataprotection/v4/config/VolumeGroup.js +0 -285
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +0 -314
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +0 -336
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +0 -62
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +0 -288
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +0 -59
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +0 -318
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +0 -98
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +0 -407
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +0 -9
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +0 -132
- package/dist/lib/models/dataprotection/v4/config/WitnessApiResponse.d.ts +0 -59
package/dist/es/index.js
CHANGED
|
@@ -9,6 +9,12 @@ Object.defineProperty(exports, "AhvVmOverrideSpec", {
|
|
|
9
9
|
return _AhvVmOverrideSpec["default"];
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
+
Object.defineProperty(exports, "AmazonS3Bucket", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _AmazonS3Bucket["default"];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
12
18
|
Object.defineProperty(exports, "ApiClient", {
|
|
13
19
|
enumerable: true,
|
|
14
20
|
get: function get() {
|
|
@@ -33,28 +39,22 @@ Object.defineProperty(exports, "AppMessage", {
|
|
|
33
39
|
return _AppMessage["default"];
|
|
34
40
|
}
|
|
35
41
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _BaseRecoveryPoint["default"];
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "Category", {
|
|
42
|
+
Object.defineProperty(exports, "AzureBlobStorageContainer", {
|
|
43
43
|
enumerable: true,
|
|
44
44
|
get: function get() {
|
|
45
|
-
return
|
|
45
|
+
return _AzureBlobStorageContainer["default"];
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
Object.defineProperty(exports, "
|
|
48
|
+
Object.defineProperty(exports, "BaseRecoveryPoint", {
|
|
49
49
|
enumerable: true,
|
|
50
50
|
get: function get() {
|
|
51
|
-
return
|
|
51
|
+
return _BaseRecoveryPoint["default"];
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
Object.defineProperty(exports, "
|
|
54
|
+
Object.defineProperty(exports, "Category", {
|
|
55
55
|
enumerable: true,
|
|
56
56
|
get: function get() {
|
|
57
|
-
return
|
|
57
|
+
return _Category["default"];
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "ClusterReference", {
|
|
@@ -63,28 +63,22 @@ Object.defineProperty(exports, "ClusterReference", {
|
|
|
63
63
|
return _ClusterReference["default"];
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
-
Object.defineProperty(exports, "
|
|
66
|
+
Object.defineProperty(exports, "ComputeChangedRegionsResponse", {
|
|
67
67
|
enumerable: true,
|
|
68
68
|
get: function get() {
|
|
69
|
-
return
|
|
69
|
+
return _ComputeChangedRegionsResponse["default"];
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
Object.defineProperty(exports, "
|
|
72
|
+
Object.defineProperty(exports, "ComputeChangedRegionsResponseModel", {
|
|
73
73
|
enumerable: true,
|
|
74
74
|
get: function get() {
|
|
75
|
-
return
|
|
75
|
+
return _ComputeChangedRegionsResponseModel["default"];
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
Object.defineProperty(exports, "
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function get() {
|
|
81
|
-
return _ConsistencyGroupApiResponse["default"];
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(exports, "ConsistencyGroupListApiResponse", {
|
|
78
|
+
Object.defineProperty(exports, "ConsistencyGroup", {
|
|
85
79
|
enumerable: true,
|
|
86
80
|
get: function get() {
|
|
87
|
-
return
|
|
81
|
+
return _ConsistencyGroup["default"];
|
|
88
82
|
}
|
|
89
83
|
});
|
|
90
84
|
Object.defineProperty(exports, "ConsistencyGroupMember", {
|
|
@@ -99,12 +93,6 @@ Object.defineProperty(exports, "ConsistencyGroupMemberType", {
|
|
|
99
93
|
return _ConsistencyGroupMemberType["default"];
|
|
100
94
|
}
|
|
101
95
|
});
|
|
102
|
-
Object.defineProperty(exports, "ConsistencyGroupMigrateApiResponse", {
|
|
103
|
-
enumerable: true,
|
|
104
|
-
get: function get() {
|
|
105
|
-
return _ConsistencyGroupMigrateApiResponse["default"];
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
96
|
Object.defineProperty(exports, "ConsistencyGroupMigrationSpec", {
|
|
109
97
|
enumerable: true,
|
|
110
98
|
get: function get() {
|
|
@@ -117,16 +105,10 @@ Object.defineProperty(exports, "ConsistencyGroupProjection", {
|
|
|
117
105
|
return _ConsistencyGroupProjection["default"];
|
|
118
106
|
}
|
|
119
107
|
});
|
|
120
|
-
Object.defineProperty(exports, "
|
|
108
|
+
Object.defineProperty(exports, "CreateConsistencyGroupApiResponse", {
|
|
121
109
|
enumerable: true,
|
|
122
110
|
get: function get() {
|
|
123
|
-
return
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(exports, "CreateConsistencyGroupRecoveryPointApiResponse", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function get() {
|
|
129
|
-
return _CreateConsistencyGroupRecoveryPointApiResponse["default"];
|
|
111
|
+
return _CreateConsistencyGroupApiResponse["default"];
|
|
130
112
|
}
|
|
131
113
|
});
|
|
132
114
|
Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
|
|
@@ -135,12 +117,6 @@ Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
|
|
|
135
117
|
return _CreateRecoveryPointApiResponse["default"];
|
|
136
118
|
}
|
|
137
119
|
});
|
|
138
|
-
Object.defineProperty(exports, "DataProtectionInfo", {
|
|
139
|
-
enumerable: true,
|
|
140
|
-
get: function get() {
|
|
141
|
-
return _DataProtectionInfo["default"];
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
120
|
Object.defineProperty(exports, "DataProtectionSiteReference", {
|
|
145
121
|
enumerable: true,
|
|
146
122
|
get: function get() {
|
|
@@ -165,30 +141,12 @@ Object.defineProperty(exports, "DisasterRecoveryLocation", {
|
|
|
165
141
|
return _DisasterRecoveryLocation["default"];
|
|
166
142
|
}
|
|
167
143
|
});
|
|
168
|
-
Object.defineProperty(exports, "Disk", {
|
|
169
|
-
enumerable: true,
|
|
170
|
-
get: function get() {
|
|
171
|
-
return _Disk["default"];
|
|
172
|
-
}
|
|
173
|
-
});
|
|
174
144
|
Object.defineProperty(exports, "DiskRecoveryPoint", {
|
|
175
145
|
enumerable: true,
|
|
176
146
|
get: function get() {
|
|
177
147
|
return _DiskRecoveryPoint["default"];
|
|
178
148
|
}
|
|
179
149
|
});
|
|
180
|
-
Object.defineProperty(exports, "DiskRecoveryPointApiResponse", {
|
|
181
|
-
enumerable: true,
|
|
182
|
-
get: function get() {
|
|
183
|
-
return _DiskRecoveryPointApiResponse["default"];
|
|
184
|
-
}
|
|
185
|
-
});
|
|
186
|
-
Object.defineProperty(exports, "DiskRecoveryPointListApiResponse", {
|
|
187
|
-
enumerable: true,
|
|
188
|
-
get: function get() {
|
|
189
|
-
return _DiskRecoveryPointListApiResponse["default"];
|
|
190
|
-
}
|
|
191
|
-
});
|
|
192
150
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
193
151
|
enumerable: true,
|
|
194
152
|
get: function get() {
|
|
@@ -201,6 +159,12 @@ Object.defineProperty(exports, "EsxiVmOverrideSpec", {
|
|
|
201
159
|
return _EsxiVmOverrideSpec["default"];
|
|
202
160
|
}
|
|
203
161
|
});
|
|
162
|
+
Object.defineProperty(exports, "ExpirationTimeSpec", {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function get() {
|
|
165
|
+
return _ExpirationTimeSpec["default"];
|
|
166
|
+
}
|
|
167
|
+
});
|
|
204
168
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
205
169
|
enumerable: true,
|
|
206
170
|
get: function get() {
|
|
@@ -213,28 +177,28 @@ Object.defineProperty(exports, "Flag", {
|
|
|
213
177
|
return _Flag["default"];
|
|
214
178
|
}
|
|
215
179
|
});
|
|
216
|
-
Object.defineProperty(exports, "
|
|
180
|
+
Object.defineProperty(exports, "GetProtectedResourceApiResponse", {
|
|
217
181
|
enumerable: true,
|
|
218
182
|
get: function get() {
|
|
219
|
-
return
|
|
183
|
+
return _GetProtectedResourceApiResponse["default"];
|
|
220
184
|
}
|
|
221
185
|
});
|
|
222
|
-
Object.defineProperty(exports, "
|
|
186
|
+
Object.defineProperty(exports, "GetRecoveryPointApiResponse", {
|
|
223
187
|
enumerable: true,
|
|
224
188
|
get: function get() {
|
|
225
|
-
return
|
|
189
|
+
return _GetRecoveryPointApiResponse["default"];
|
|
226
190
|
}
|
|
227
191
|
});
|
|
228
|
-
Object.defineProperty(exports, "
|
|
192
|
+
Object.defineProperty(exports, "HostReference", {
|
|
229
193
|
enumerable: true,
|
|
230
194
|
get: function get() {
|
|
231
|
-
return
|
|
195
|
+
return _HostReference["default"];
|
|
232
196
|
}
|
|
233
197
|
});
|
|
234
|
-
Object.defineProperty(exports, "
|
|
198
|
+
Object.defineProperty(exports, "HostType", {
|
|
235
199
|
enumerable: true,
|
|
236
200
|
get: function get() {
|
|
237
|
-
return
|
|
201
|
+
return _HostType["default"];
|
|
238
202
|
}
|
|
239
203
|
});
|
|
240
204
|
Object.defineProperty(exports, "IPv4Address", {
|
|
@@ -255,6 +219,12 @@ Object.defineProperty(exports, "KVPair", {
|
|
|
255
219
|
return _KVPair["default"];
|
|
256
220
|
}
|
|
257
221
|
});
|
|
222
|
+
Object.defineProperty(exports, "ListRecoveryPointsApiResponse", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function get() {
|
|
225
|
+
return _ListRecoveryPointsApiResponse["default"];
|
|
226
|
+
}
|
|
227
|
+
});
|
|
258
228
|
Object.defineProperty(exports, "LocationReference", {
|
|
259
229
|
enumerable: true,
|
|
260
230
|
get: function get() {
|
|
@@ -273,28 +243,34 @@ Object.defineProperty(exports, "MessageSeverity", {
|
|
|
273
243
|
return _MessageSeverity["default"];
|
|
274
244
|
}
|
|
275
245
|
});
|
|
276
|
-
Object.defineProperty(exports, "
|
|
246
|
+
Object.defineProperty(exports, "MigrateConsistencyGroupApiResponse", {
|
|
277
247
|
enumerable: true,
|
|
278
248
|
get: function get() {
|
|
279
|
-
return
|
|
249
|
+
return _MigrateConsistencyGroupApiResponse["default"];
|
|
280
250
|
}
|
|
281
251
|
});
|
|
282
|
-
Object.defineProperty(exports, "
|
|
252
|
+
Object.defineProperty(exports, "NutanixObjectsBucket", {
|
|
283
253
|
enumerable: true,
|
|
284
254
|
get: function get() {
|
|
285
|
-
return
|
|
255
|
+
return _NutanixObjectsBucket["default"];
|
|
286
256
|
}
|
|
287
257
|
});
|
|
288
|
-
Object.defineProperty(exports, "
|
|
258
|
+
Object.defineProperty(exports, "ObjectStorageType", {
|
|
289
259
|
enumerable: true,
|
|
290
260
|
get: function get() {
|
|
291
|
-
return
|
|
261
|
+
return _ObjectStorageType["default"];
|
|
292
262
|
}
|
|
293
263
|
});
|
|
294
|
-
Object.defineProperty(exports, "
|
|
264
|
+
Object.defineProperty(exports, "ProtectedEntityType", {
|
|
295
265
|
enumerable: true,
|
|
296
266
|
get: function get() {
|
|
297
|
-
return
|
|
267
|
+
return _ProtectedEntityType["default"];
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(exports, "ProtectedResource", {
|
|
271
|
+
enumerable: true,
|
|
272
|
+
get: function get() {
|
|
273
|
+
return _ProtectedResource["default"];
|
|
298
274
|
}
|
|
299
275
|
});
|
|
300
276
|
Object.defineProperty(exports, "ProtectedResourcePromoteApiResponse", {
|
|
@@ -321,28 +297,28 @@ Object.defineProperty(exports, "ProtectedResourceRestoreSpec", {
|
|
|
321
297
|
return _ProtectedResourceRestoreSpec["default"];
|
|
322
298
|
}
|
|
323
299
|
});
|
|
324
|
-
Object.defineProperty(exports, "
|
|
300
|
+
Object.defineProperty(exports, "ProtectedResourcesApi", {
|
|
325
301
|
enumerable: true,
|
|
326
302
|
get: function get() {
|
|
327
|
-
return
|
|
303
|
+
return _protectedresourcesEndpoints.ProtectedResourcesApi;
|
|
328
304
|
}
|
|
329
305
|
});
|
|
330
|
-
Object.defineProperty(exports, "
|
|
306
|
+
Object.defineProperty(exports, "RecoveryInfo", {
|
|
331
307
|
enumerable: true,
|
|
332
308
|
get: function get() {
|
|
333
|
-
return
|
|
309
|
+
return _RecoveryInfo["default"];
|
|
334
310
|
}
|
|
335
311
|
});
|
|
336
|
-
Object.defineProperty(exports, "
|
|
312
|
+
Object.defineProperty(exports, "RecoveryPoint", {
|
|
337
313
|
enumerable: true,
|
|
338
314
|
get: function get() {
|
|
339
|
-
return
|
|
315
|
+
return _RecoveryPoint["default"];
|
|
340
316
|
}
|
|
341
317
|
});
|
|
342
|
-
Object.defineProperty(exports, "
|
|
318
|
+
Object.defineProperty(exports, "RecoveryPointProjection", {
|
|
343
319
|
enumerable: true,
|
|
344
320
|
get: function get() {
|
|
345
|
-
return
|
|
321
|
+
return _RecoveryPointProjection["default"];
|
|
346
322
|
}
|
|
347
323
|
});
|
|
348
324
|
Object.defineProperty(exports, "RecoveryPointReplicateApiResponse", {
|
|
@@ -357,6 +333,18 @@ Object.defineProperty(exports, "RecoveryPointReplicationSpec", {
|
|
|
357
333
|
return _RecoveryPointReplicationSpec["default"];
|
|
358
334
|
}
|
|
359
335
|
});
|
|
336
|
+
Object.defineProperty(exports, "RecoveryPointRepository", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function get() {
|
|
339
|
+
return _RecoveryPointRepository["default"];
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
Object.defineProperty(exports, "RecoveryPointRepositoryProjection", {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function get() {
|
|
345
|
+
return _RecoveryPointRepositoryProjection["default"];
|
|
346
|
+
}
|
|
347
|
+
});
|
|
360
348
|
Object.defineProperty(exports, "RecoveryPointRestorationSpec", {
|
|
361
349
|
enumerable: true,
|
|
362
350
|
get: function get() {
|
|
@@ -381,10 +369,34 @@ Object.defineProperty(exports, "RecoveryPointType", {
|
|
|
381
369
|
return _RecoveryPointType["default"];
|
|
382
370
|
}
|
|
383
371
|
});
|
|
384
|
-
Object.defineProperty(exports, "
|
|
372
|
+
Object.defineProperty(exports, "RecoveryPointsApi", {
|
|
373
|
+
enumerable: true,
|
|
374
|
+
get: function get() {
|
|
375
|
+
return _recoverypointsEndpoints.RecoveryPointsApi;
|
|
376
|
+
}
|
|
377
|
+
});
|
|
378
|
+
Object.defineProperty(exports, "RedirectionResponse", {
|
|
379
|
+
enumerable: true,
|
|
380
|
+
get: function get() {
|
|
381
|
+
return _RedirectionResponse["default"];
|
|
382
|
+
}
|
|
383
|
+
});
|
|
384
|
+
Object.defineProperty(exports, "Region", {
|
|
385
385
|
enumerable: true,
|
|
386
386
|
get: function get() {
|
|
387
|
-
return
|
|
387
|
+
return _Region["default"];
|
|
388
|
+
}
|
|
389
|
+
});
|
|
390
|
+
Object.defineProperty(exports, "RegionResponse", {
|
|
391
|
+
enumerable: true,
|
|
392
|
+
get: function get() {
|
|
393
|
+
return _RegionResponse["default"];
|
|
394
|
+
}
|
|
395
|
+
});
|
|
396
|
+
Object.defineProperty(exports, "RegionType", {
|
|
397
|
+
enumerable: true,
|
|
398
|
+
get: function get() {
|
|
399
|
+
return _RegionType["default"];
|
|
388
400
|
}
|
|
389
401
|
});
|
|
390
402
|
Object.defineProperty(exports, "ReplicationState", {
|
|
@@ -411,10 +423,10 @@ Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
|
411
423
|
return _SchemaValidationErrorMessage["default"];
|
|
412
424
|
}
|
|
413
425
|
});
|
|
414
|
-
Object.defineProperty(exports, "
|
|
426
|
+
Object.defineProperty(exports, "SiteProtectionInfo", {
|
|
415
427
|
enumerable: true,
|
|
416
428
|
get: function get() {
|
|
417
|
-
return
|
|
429
|
+
return _SiteProtectionInfo["default"];
|
|
418
430
|
}
|
|
419
431
|
});
|
|
420
432
|
Object.defineProperty(exports, "SiteReference", {
|
|
@@ -429,24 +441,12 @@ Object.defineProperty(exports, "Subnet", {
|
|
|
429
441
|
return _Subnet["default"];
|
|
430
442
|
}
|
|
431
443
|
});
|
|
432
|
-
Object.defineProperty(exports, "SyncedVolumeGroupByIdApiResponse", {
|
|
433
|
-
enumerable: true,
|
|
434
|
-
get: function get() {
|
|
435
|
-
return _SyncedVolumeGroupByIdApiResponse["default"];
|
|
436
|
-
}
|
|
437
|
-
});
|
|
438
444
|
Object.defineProperty(exports, "SynchronousReplicaPromoteApiResponse", {
|
|
439
445
|
enumerable: true,
|
|
440
446
|
get: function get() {
|
|
441
447
|
return _SynchronousReplicaPromoteApiResponse["default"];
|
|
442
448
|
}
|
|
443
449
|
});
|
|
444
|
-
Object.defineProperty(exports, "Task", {
|
|
445
|
-
enumerable: true,
|
|
446
|
-
get: function get() {
|
|
447
|
-
return _Task["default"];
|
|
448
|
-
}
|
|
449
|
-
});
|
|
450
450
|
Object.defineProperty(exports, "TaskReference", {
|
|
451
451
|
enumerable: true,
|
|
452
452
|
get: function get() {
|
|
@@ -459,70 +459,28 @@ Object.defineProperty(exports, "TenantAwareModel", {
|
|
|
459
459
|
return _TenantAwareModel["default"];
|
|
460
460
|
}
|
|
461
461
|
});
|
|
462
|
-
Object.defineProperty(exports, "
|
|
463
|
-
enumerable: true,
|
|
464
|
-
get: function get() {
|
|
465
|
-
return _UpdateRecoveryPointExpirationTimeApiResponse["default"];
|
|
466
|
-
}
|
|
467
|
-
});
|
|
468
|
-
Object.defineProperty(exports, "VMRecoveryPoint", {
|
|
469
|
-
enumerable: true,
|
|
470
|
-
get: function get() {
|
|
471
|
-
return _VMRecoveryPoint["default"];
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
Object.defineProperty(exports, "VMRecoveryPointApiResponse", {
|
|
475
|
-
enumerable: true,
|
|
476
|
-
get: function get() {
|
|
477
|
-
return _VMRecoveryPointApiResponse["default"];
|
|
478
|
-
}
|
|
479
|
-
});
|
|
480
|
-
Object.defineProperty(exports, "VMRecoveryPointListApiResponse", {
|
|
481
|
-
enumerable: true,
|
|
482
|
-
get: function get() {
|
|
483
|
-
return _VMRecoveryPointListApiResponse["default"];
|
|
484
|
-
}
|
|
485
|
-
});
|
|
486
|
-
Object.defineProperty(exports, "ValidateRecoveryPointResult", {
|
|
487
|
-
enumerable: true,
|
|
488
|
-
get: function get() {
|
|
489
|
-
return _ValidateRecoveryPointResult["default"];
|
|
490
|
-
}
|
|
491
|
-
});
|
|
492
|
-
Object.defineProperty(exports, "ValidateRestoreVmRecoveryPointApiResponse", {
|
|
493
|
-
enumerable: true,
|
|
494
|
-
get: function get() {
|
|
495
|
-
return _ValidateRestoreVmRecoveryPointApiResponse["default"];
|
|
496
|
-
}
|
|
497
|
-
});
|
|
498
|
-
Object.defineProperty(exports, "ValidationSeverity", {
|
|
499
|
-
enumerable: true,
|
|
500
|
-
get: function get() {
|
|
501
|
-
return _ValidationSeverity["default"];
|
|
502
|
-
}
|
|
503
|
-
});
|
|
504
|
-
Object.defineProperty(exports, "VendorSpecificProperty", {
|
|
462
|
+
Object.defineProperty(exports, "UpdateConsistencyGroupApiResponse", {
|
|
505
463
|
enumerable: true,
|
|
506
464
|
get: function get() {
|
|
507
|
-
return
|
|
465
|
+
return _UpdateConsistencyGroupApiResponse["default"];
|
|
508
466
|
}
|
|
509
467
|
});
|
|
510
|
-
Object.defineProperty(exports, "
|
|
468
|
+
Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
|
|
511
469
|
enumerable: true,
|
|
512
470
|
get: function get() {
|
|
513
|
-
return
|
|
471
|
+
return _UpdateRecoveryPointExpirationTimeApiResponse["default"];
|
|
514
472
|
}
|
|
515
473
|
});
|
|
516
|
-
Object.defineProperty(exports, "
|
|
474
|
+
Object.defineProperty(exports, "VmRecoveryPoint", {
|
|
517
475
|
enumerable: true,
|
|
518
476
|
get: function get() {
|
|
519
|
-
return
|
|
477
|
+
return _VmRecoveryPoint["default"];
|
|
520
478
|
}
|
|
521
479
|
});
|
|
522
|
-
Object.defineProperty(exports, "
|
|
480
|
+
Object.defineProperty(exports, "VmRecoveryPointComputeChangedRegionsRequest", {
|
|
523
481
|
enumerable: true,
|
|
524
482
|
get: function get() {
|
|
525
|
-
return
|
|
483
|
+
return _VmRecoveryPointComputeChangedRegionsRequest["default"];
|
|
526
484
|
}
|
|
527
485
|
});
|
|
528
486
|
Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
|
|
@@ -531,24 +489,6 @@ Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
|
|
|
531
489
|
return _VmRecoveryPointRestoreOverride["default"];
|
|
532
490
|
}
|
|
533
491
|
});
|
|
534
|
-
Object.defineProperty(exports, "VmSubRecoveryPoint", {
|
|
535
|
-
enumerable: true,
|
|
536
|
-
get: function get() {
|
|
537
|
-
return _VmSubRecoveryPoint["default"];
|
|
538
|
-
}
|
|
539
|
-
});
|
|
540
|
-
Object.defineProperty(exports, "VmSubRecoveryPointProjection", {
|
|
541
|
-
enumerable: true,
|
|
542
|
-
get: function get() {
|
|
543
|
-
return _VmSubRecoveryPointProjection["default"];
|
|
544
|
-
}
|
|
545
|
-
});
|
|
546
|
-
Object.defineProperty(exports, "VolumeGroup", {
|
|
547
|
-
enumerable: true,
|
|
548
|
-
get: function get() {
|
|
549
|
-
return _VolumeGroup["default"];
|
|
550
|
-
}
|
|
551
|
-
});
|
|
552
492
|
Object.defineProperty(exports, "VolumeGroupOverrideSpec", {
|
|
553
493
|
enumerable: true,
|
|
554
494
|
get: function get() {
|
|
@@ -561,28 +501,10 @@ Object.defineProperty(exports, "VolumeGroupRecoveryPoint", {
|
|
|
561
501
|
return _VolumeGroupRecoveryPoint["default"];
|
|
562
502
|
}
|
|
563
503
|
});
|
|
564
|
-
Object.defineProperty(exports, "
|
|
504
|
+
Object.defineProperty(exports, "VolumeGroupRecoveryPointComputeChangedRegionsRequest", {
|
|
565
505
|
enumerable: true,
|
|
566
506
|
get: function get() {
|
|
567
|
-
return
|
|
568
|
-
}
|
|
569
|
-
});
|
|
570
|
-
Object.defineProperty(exports, "VolumeGroupRecoveryPointListApiResponse", {
|
|
571
|
-
enumerable: true,
|
|
572
|
-
get: function get() {
|
|
573
|
-
return _VolumeGroupRecoveryPointListApiResponse["default"];
|
|
574
|
-
}
|
|
575
|
-
});
|
|
576
|
-
Object.defineProperty(exports, "VolumeGroupRecoveryPointRestorationSpec", {
|
|
577
|
-
enumerable: true,
|
|
578
|
-
get: function get() {
|
|
579
|
-
return _VolumeGroupRecoveryPointRestorationSpec["default"];
|
|
580
|
-
}
|
|
581
|
-
});
|
|
582
|
-
Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreApiResponse", {
|
|
583
|
-
enumerable: true,
|
|
584
|
-
get: function get() {
|
|
585
|
-
return _VolumeGroupRecoveryPointRestoreApiResponse["default"];
|
|
507
|
+
return _VolumeGroupRecoveryPointComputeChangedRegionsRequest["default"];
|
|
586
508
|
}
|
|
587
509
|
});
|
|
588
510
|
Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreOverride", {
|
|
@@ -591,18 +513,6 @@ Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreOverride", {
|
|
|
591
513
|
return _VolumeGroupRecoveryPointRestoreOverride["default"];
|
|
592
514
|
}
|
|
593
515
|
});
|
|
594
|
-
Object.defineProperty(exports, "VolumeGroupSubRecoveryPoint", {
|
|
595
|
-
enumerable: true,
|
|
596
|
-
get: function get() {
|
|
597
|
-
return _VolumeGroupSubRecoveryPoint["default"];
|
|
598
|
-
}
|
|
599
|
-
});
|
|
600
|
-
Object.defineProperty(exports, "VolumeGroupSubRecoveryPointProjection", {
|
|
601
|
-
enumerable: true,
|
|
602
|
-
get: function get() {
|
|
603
|
-
return _VolumeGroupSubRecoveryPointProjection["default"];
|
|
604
|
-
}
|
|
605
|
-
});
|
|
606
516
|
Object.defineProperty(exports, "VolumeGroupSyncContext", {
|
|
607
517
|
enumerable: true,
|
|
608
518
|
get: function get() {
|
|
@@ -621,12 +531,6 @@ Object.defineProperty(exports, "Witness", {
|
|
|
621
531
|
return _Witness["default"];
|
|
622
532
|
}
|
|
623
533
|
});
|
|
624
|
-
Object.defineProperty(exports, "WitnessApiResponse", {
|
|
625
|
-
enumerable: true,
|
|
626
|
-
get: function get() {
|
|
627
|
-
return _WitnessApiResponse["default"];
|
|
628
|
-
}
|
|
629
|
-
});
|
|
630
534
|
Object.defineProperty(exports, "WitnessAvailabilityStatus", {
|
|
631
535
|
enumerable: true,
|
|
632
536
|
get: function get() {
|
|
@@ -635,7 +539,8 @@ Object.defineProperty(exports, "WitnessAvailabilityStatus", {
|
|
|
635
539
|
});
|
|
636
540
|
exports["default"] = void 0;
|
|
637
541
|
var _ApiClient = require("./ApiClient");
|
|
638
|
-
var
|
|
542
|
+
var _protectedresourcesEndpoints = require("./apis/protectedresources-endpoints");
|
|
543
|
+
var _recoverypointsEndpoints = require("./apis/recoverypoints-endpoints");
|
|
639
544
|
var _Flag = _interopRequireDefault(require("./models/common/v1/config/Flag"));
|
|
640
545
|
var _IPv4Address = _interopRequireDefault(require("./models/common/v1/config/IPv4Address"));
|
|
641
546
|
var _KVPair = _interopRequireDefault(require("./models/common/v1/config/KVPair"));
|
|
@@ -648,104 +553,88 @@ var _ExternalizableAbstractModel = _interopRequireDefault(require("./models/comm
|
|
|
648
553
|
var _BaseRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/common/BaseRecoveryPoint"));
|
|
649
554
|
var _RecoveryPointStatus = _interopRequireDefault(require("./models/dataprotection/v4/common/RecoveryPointStatus"));
|
|
650
555
|
var _RecoveryPointType = _interopRequireDefault(require("./models/dataprotection/v4/common/RecoveryPointType"));
|
|
651
|
-
var _VendorSpecificProperty = _interopRequireDefault(require("./models/dataprotection/v4/common/VendorSpecificProperty"));
|
|
652
556
|
var _AhvVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/AhvVmOverrideSpec"));
|
|
557
|
+
var _AmazonS3Bucket = _interopRequireDefault(require("./models/dataprotection/v4/config/AmazonS3Bucket"));
|
|
558
|
+
var _AzureBlobStorageContainer = _interopRequireDefault(require("./models/dataprotection/v4/config/AzureBlobStorageContainer"));
|
|
653
559
|
var _Category = _interopRequireDefault(require("./models/dataprotection/v4/config/Category"));
|
|
654
|
-
var _ChangedRegions = _interopRequireDefault(require("./models/dataprotection/v4/config/ChangedRegions"));
|
|
655
|
-
var _ChangedRegionsListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ChangedRegionsListApiResponse"));
|
|
656
560
|
var _ClusterReference = _interopRequireDefault(require("./models/dataprotection/v4/config/ClusterReference"));
|
|
561
|
+
var _ComputeChangedRegionsResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ComputeChangedRegionsResponse"));
|
|
562
|
+
var _ComputeChangedRegionsResponseModel = _interopRequireDefault(require("./models/dataprotection/v4/config/ComputeChangedRegionsResponseModel"));
|
|
657
563
|
var _ConsistencyGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroup"));
|
|
658
|
-
var _ConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupApiResponse"));
|
|
659
|
-
var _ConsistencyGroupListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupListApiResponse"));
|
|
660
564
|
var _ConsistencyGroupMember = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMember"));
|
|
661
565
|
var _ConsistencyGroupMemberType = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMemberType"));
|
|
662
|
-
var _ConsistencyGroupMigrateApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse"));
|
|
663
566
|
var _ConsistencyGroupMigrationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec"));
|
|
664
567
|
var _ConsistencyGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupProjection"));
|
|
665
|
-
var
|
|
666
|
-
var _CreateConsistencyGroupRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse"));
|
|
568
|
+
var _CreateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse"));
|
|
667
569
|
var _CreateRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateRecoveryPointApiResponse"));
|
|
668
|
-
var _DataProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionInfo"));
|
|
669
570
|
var _DataProtectionSiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionSiteReference"));
|
|
670
571
|
var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
|
|
671
572
|
var _DeleteRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse"));
|
|
672
573
|
var _DisasterRecoveryLocation = _interopRequireDefault(require("./models/dataprotection/v4/config/DisasterRecoveryLocation"));
|
|
673
|
-
var _Disk = _interopRequireDefault(require("./models/dataprotection/v4/config/Disk"));
|
|
674
574
|
var _DiskRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPoint"));
|
|
675
|
-
var _DiskRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPointApiResponse"));
|
|
676
|
-
var _DiskRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPointListApiResponse"));
|
|
677
575
|
var _EsxiVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/EsxiVmOverrideSpec"));
|
|
678
|
-
var
|
|
576
|
+
var _ExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ExpirationTimeSpec"));
|
|
577
|
+
var _GetProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetProtectedResourceApiResponse"));
|
|
578
|
+
var _GetRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPointApiResponse"));
|
|
679
579
|
var _HostReference = _interopRequireDefault(require("./models/dataprotection/v4/config/HostReference"));
|
|
680
580
|
var _HostType = _interopRequireDefault(require("./models/dataprotection/v4/config/HostType"));
|
|
681
|
-
var _HypervisorType = _interopRequireDefault(require("./models/dataprotection/v4/config/HypervisorType"));
|
|
682
581
|
var _IpAddress = _interopRequireDefault(require("./models/dataprotection/v4/config/IpAddress"));
|
|
582
|
+
var _ListRecoveryPointsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPointsApiResponse"));
|
|
683
583
|
var _LocationReference = _interopRequireDefault(require("./models/dataprotection/v4/config/LocationReference"));
|
|
684
|
-
var
|
|
584
|
+
var _MigrateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse"));
|
|
585
|
+
var _NutanixObjectsBucket = _interopRequireDefault(require("./models/dataprotection/v4/config/NutanixObjectsBucket"));
|
|
586
|
+
var _ObjectStorageType = _interopRequireDefault(require("./models/dataprotection/v4/config/ObjectStorageType"));
|
|
587
|
+
var _ProtectedEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedEntityType"));
|
|
685
588
|
var _ProtectedResource = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResource"));
|
|
686
|
-
var _ProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceApiResponse"));
|
|
687
|
-
var _ProtectedResourceEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceEntityType"));
|
|
688
589
|
var _ProtectedResourcePromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse"));
|
|
689
590
|
var _ProtectedResourceReplicationStatus = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceReplicationStatus"));
|
|
690
591
|
var _ProtectedResourceRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse"));
|
|
691
592
|
var _ProtectedResourceRestoreSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreSpec"));
|
|
692
593
|
var _RecoveryInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryInfo"));
|
|
693
594
|
var _RecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPoint"));
|
|
694
|
-
var
|
|
695
|
-
var _RecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointListApiResponse"));
|
|
595
|
+
var _RecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointProjection"));
|
|
696
596
|
var _RecoveryPointReplicateApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointReplicateApiResponse"));
|
|
697
597
|
var _RecoveryPointReplicationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointReplicationSpec"));
|
|
598
|
+
var _RecoveryPointRepository = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRepository"));
|
|
599
|
+
var _RecoveryPointRepositoryProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRepositoryProjection"));
|
|
698
600
|
var _RecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestorationSpec"));
|
|
699
601
|
var _RecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestoreApiResponse"));
|
|
700
|
-
var
|
|
602
|
+
var _RedirectionResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RedirectionResponse"));
|
|
603
|
+
var _Region = _interopRequireDefault(require("./models/dataprotection/v4/config/Region"));
|
|
604
|
+
var _RegionResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RegionResponse"));
|
|
605
|
+
var _RegionType = _interopRequireDefault(require("./models/dataprotection/v4/config/RegionType"));
|
|
701
606
|
var _ReplicationState = _interopRequireDefault(require("./models/dataprotection/v4/config/ReplicationState"));
|
|
702
607
|
var _RestorableTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/RestorableTimeRange"));
|
|
703
|
-
var
|
|
608
|
+
var _SiteProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteProtectionInfo"));
|
|
704
609
|
var _SiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteReference"));
|
|
705
610
|
var _Subnet = _interopRequireDefault(require("./models/dataprotection/v4/config/Subnet"));
|
|
706
|
-
var _SyncedVolumeGroupByIdApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse"));
|
|
707
611
|
var _SynchronousReplicaPromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse"));
|
|
612
|
+
var _UpdateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse"));
|
|
708
613
|
var _UpdateRecoveryPointExpirationTimeApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse"));
|
|
709
|
-
var
|
|
710
|
-
var
|
|
711
|
-
var _VMRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VMRecoveryPointListApiResponse"));
|
|
712
|
-
var _ValidateRecoveryPointResult = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidateRecoveryPointResult"));
|
|
713
|
-
var _ValidateRestoreVmRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse"));
|
|
714
|
-
var _ValidationSeverity = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidationSeverity"));
|
|
715
|
-
var _Vm = _interopRequireDefault(require("./models/dataprotection/v4/config/Vm"));
|
|
716
|
-
var _VmRecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestorationSpec"));
|
|
717
|
-
var _VmRecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse"));
|
|
614
|
+
var _VmRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPoint"));
|
|
615
|
+
var _VmRecoveryPointComputeChangedRegionsRequest = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest"));
|
|
718
616
|
var _VmRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride"));
|
|
719
|
-
var _VmSubRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmSubRecoveryPoint"));
|
|
720
|
-
var _VmSubRecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/VmSubRecoveryPointProjection"));
|
|
721
|
-
var _VolumeGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroup"));
|
|
722
617
|
var _VolumeGroupOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupOverrideSpec"));
|
|
723
618
|
var _VolumeGroupRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPoint"));
|
|
724
|
-
var
|
|
725
|
-
var _VolumeGroupRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse"));
|
|
726
|
-
var _VolumeGroupRecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec"));
|
|
727
|
-
var _VolumeGroupRecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse"));
|
|
619
|
+
var _VolumeGroupRecoveryPointComputeChangedRegionsRequest = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest"));
|
|
728
620
|
var _VolumeGroupRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride"));
|
|
729
|
-
var _VolumeGroupSubRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint"));
|
|
730
|
-
var _VolumeGroupSubRecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection"));
|
|
731
621
|
var _VolumeGroupSyncContext = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSyncContext"));
|
|
732
622
|
var _VpcReference = _interopRequireDefault(require("./models/dataprotection/v4/config/VpcReference"));
|
|
733
623
|
var _Witness = _interopRequireDefault(require("./models/dataprotection/v4/config/Witness"));
|
|
734
|
-
var _WitnessApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/WitnessApiResponse"));
|
|
735
624
|
var _WitnessAvailabilityStatus = _interopRequireDefault(require("./models/dataprotection/v4/config/WitnessAvailabilityStatus"));
|
|
736
625
|
var _AppMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/AppMessage"));
|
|
737
626
|
var _ErrorResponse = _interopRequireDefault(require("./models/dataprotection/v4/error/ErrorResponse"));
|
|
738
627
|
var _SchemaValidationError = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationError"));
|
|
739
628
|
var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationErrorMessage"));
|
|
740
629
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
741
|
-
var _Task = _interopRequireDefault(require("./models/storage/v4/config/Task"));
|
|
742
630
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
743
631
|
// Export base files
|
|
744
632
|
// Export APIs
|
|
745
633
|
// Export models
|
|
746
|
-
var _default = {
|
|
634
|
+
var _default = exports["default"] = {
|
|
747
635
|
ApiClient: _ApiClient.ApiClient,
|
|
748
|
-
|
|
636
|
+
ProtectedResourcesApi: _protectedresourcesEndpoints.ProtectedResourcesApi,
|
|
637
|
+
RecoveryPointsApi: _recoverypointsEndpoints.RecoveryPointsApi,
|
|
749
638
|
Flag: _Flag["default"],
|
|
750
639
|
IPv4Address: _IPv4Address["default"],
|
|
751
640
|
KVPair: _KVPair["default"],
|
|
@@ -758,96 +647,78 @@ var _default = {
|
|
|
758
647
|
BaseRecoveryPoint: _BaseRecoveryPoint["default"],
|
|
759
648
|
RecoveryPointStatus: _RecoveryPointStatus["default"],
|
|
760
649
|
RecoveryPointType: _RecoveryPointType["default"],
|
|
761
|
-
VendorSpecificProperty: _VendorSpecificProperty["default"],
|
|
762
650
|
AhvVmOverrideSpec: _AhvVmOverrideSpec["default"],
|
|
651
|
+
AmazonS3Bucket: _AmazonS3Bucket["default"],
|
|
652
|
+
AzureBlobStorageContainer: _AzureBlobStorageContainer["default"],
|
|
763
653
|
Category: _Category["default"],
|
|
764
|
-
ChangedRegions: _ChangedRegions["default"],
|
|
765
|
-
ChangedRegionsListApiResponse: _ChangedRegionsListApiResponse["default"],
|
|
766
654
|
ClusterReference: _ClusterReference["default"],
|
|
655
|
+
ComputeChangedRegionsResponse: _ComputeChangedRegionsResponse["default"],
|
|
656
|
+
ComputeChangedRegionsResponseModel: _ComputeChangedRegionsResponseModel["default"],
|
|
767
657
|
ConsistencyGroup: _ConsistencyGroup["default"],
|
|
768
|
-
ConsistencyGroupApiResponse: _ConsistencyGroupApiResponse["default"],
|
|
769
|
-
ConsistencyGroupListApiResponse: _ConsistencyGroupListApiResponse["default"],
|
|
770
658
|
ConsistencyGroupMember: _ConsistencyGroupMember["default"],
|
|
771
659
|
ConsistencyGroupMemberType: _ConsistencyGroupMemberType["default"],
|
|
772
|
-
ConsistencyGroupMigrateApiResponse: _ConsistencyGroupMigrateApiResponse["default"],
|
|
773
660
|
ConsistencyGroupMigrationSpec: _ConsistencyGroupMigrationSpec["default"],
|
|
774
661
|
ConsistencyGroupProjection: _ConsistencyGroupProjection["default"],
|
|
775
|
-
|
|
776
|
-
CreateConsistencyGroupRecoveryPointApiResponse: _CreateConsistencyGroupRecoveryPointApiResponse["default"],
|
|
662
|
+
CreateConsistencyGroupApiResponse: _CreateConsistencyGroupApiResponse["default"],
|
|
777
663
|
CreateRecoveryPointApiResponse: _CreateRecoveryPointApiResponse["default"],
|
|
778
|
-
DataProtectionInfo: _DataProtectionInfo["default"],
|
|
779
664
|
DataProtectionSiteReference: _DataProtectionSiteReference["default"],
|
|
780
665
|
DeleteConsistencyGroupApiResponse: _DeleteConsistencyGroupApiResponse["default"],
|
|
781
666
|
DeleteRecoveryPointApiResponse: _DeleteRecoveryPointApiResponse["default"],
|
|
782
667
|
DisasterRecoveryLocation: _DisasterRecoveryLocation["default"],
|
|
783
|
-
Disk: _Disk["default"],
|
|
784
668
|
DiskRecoveryPoint: _DiskRecoveryPoint["default"],
|
|
785
|
-
DiskRecoveryPointApiResponse: _DiskRecoveryPointApiResponse["default"],
|
|
786
|
-
DiskRecoveryPointListApiResponse: _DiskRecoveryPointListApiResponse["default"],
|
|
787
669
|
EsxiVmOverrideSpec: _EsxiVmOverrideSpec["default"],
|
|
788
|
-
|
|
670
|
+
ExpirationTimeSpec: _ExpirationTimeSpec["default"],
|
|
671
|
+
GetProtectedResourceApiResponse: _GetProtectedResourceApiResponse["default"],
|
|
672
|
+
GetRecoveryPointApiResponse: _GetRecoveryPointApiResponse["default"],
|
|
789
673
|
HostReference: _HostReference["default"],
|
|
790
674
|
HostType: _HostType["default"],
|
|
791
|
-
HypervisorType: _HypervisorType["default"],
|
|
792
675
|
IpAddress: _IpAddress["default"],
|
|
676
|
+
ListRecoveryPointsApiResponse: _ListRecoveryPointsApiResponse["default"],
|
|
793
677
|
LocationReference: _LocationReference["default"],
|
|
794
|
-
|
|
678
|
+
MigrateConsistencyGroupApiResponse: _MigrateConsistencyGroupApiResponse["default"],
|
|
679
|
+
NutanixObjectsBucket: _NutanixObjectsBucket["default"],
|
|
680
|
+
ObjectStorageType: _ObjectStorageType["default"],
|
|
681
|
+
ProtectedEntityType: _ProtectedEntityType["default"],
|
|
795
682
|
ProtectedResource: _ProtectedResource["default"],
|
|
796
|
-
ProtectedResourceApiResponse: _ProtectedResourceApiResponse["default"],
|
|
797
|
-
ProtectedResourceEntityType: _ProtectedResourceEntityType["default"],
|
|
798
683
|
ProtectedResourcePromoteApiResponse: _ProtectedResourcePromoteApiResponse["default"],
|
|
799
684
|
ProtectedResourceReplicationStatus: _ProtectedResourceReplicationStatus["default"],
|
|
800
685
|
ProtectedResourceRestoreApiResponse: _ProtectedResourceRestoreApiResponse["default"],
|
|
801
686
|
ProtectedResourceRestoreSpec: _ProtectedResourceRestoreSpec["default"],
|
|
802
687
|
RecoveryInfo: _RecoveryInfo["default"],
|
|
803
688
|
RecoveryPoint: _RecoveryPoint["default"],
|
|
804
|
-
|
|
805
|
-
RecoveryPointListApiResponse: _RecoveryPointListApiResponse["default"],
|
|
689
|
+
RecoveryPointProjection: _RecoveryPointProjection["default"],
|
|
806
690
|
RecoveryPointReplicateApiResponse: _RecoveryPointReplicateApiResponse["default"],
|
|
807
691
|
RecoveryPointReplicationSpec: _RecoveryPointReplicationSpec["default"],
|
|
692
|
+
RecoveryPointRepository: _RecoveryPointRepository["default"],
|
|
693
|
+
RecoveryPointRepositoryProjection: _RecoveryPointRepositoryProjection["default"],
|
|
808
694
|
RecoveryPointRestorationSpec: _RecoveryPointRestorationSpec["default"],
|
|
809
695
|
RecoveryPointRestoreApiResponse: _RecoveryPointRestoreApiResponse["default"],
|
|
810
|
-
|
|
696
|
+
RedirectionResponse: _RedirectionResponse["default"],
|
|
697
|
+
Region: _Region["default"],
|
|
698
|
+
RegionResponse: _RegionResponse["default"],
|
|
699
|
+
RegionType: _RegionType["default"],
|
|
811
700
|
ReplicationState: _ReplicationState["default"],
|
|
812
701
|
RestorableTimeRange: _RestorableTimeRange["default"],
|
|
813
|
-
|
|
702
|
+
SiteProtectionInfo: _SiteProtectionInfo["default"],
|
|
814
703
|
SiteReference: _SiteReference["default"],
|
|
815
704
|
Subnet: _Subnet["default"],
|
|
816
|
-
SyncedVolumeGroupByIdApiResponse: _SyncedVolumeGroupByIdApiResponse["default"],
|
|
817
705
|
SynchronousReplicaPromoteApiResponse: _SynchronousReplicaPromoteApiResponse["default"],
|
|
706
|
+
UpdateConsistencyGroupApiResponse: _UpdateConsistencyGroupApiResponse["default"],
|
|
818
707
|
UpdateRecoveryPointExpirationTimeApiResponse: _UpdateRecoveryPointExpirationTimeApiResponse["default"],
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
VMRecoveryPointListApiResponse: _VMRecoveryPointListApiResponse["default"],
|
|
822
|
-
ValidateRecoveryPointResult: _ValidateRecoveryPointResult["default"],
|
|
823
|
-
ValidateRestoreVmRecoveryPointApiResponse: _ValidateRestoreVmRecoveryPointApiResponse["default"],
|
|
824
|
-
ValidationSeverity: _ValidationSeverity["default"],
|
|
825
|
-
Vm: _Vm["default"],
|
|
826
|
-
VmRecoveryPointRestorationSpec: _VmRecoveryPointRestorationSpec["default"],
|
|
827
|
-
VmRecoveryPointRestoreApiResponse: _VmRecoveryPointRestoreApiResponse["default"],
|
|
708
|
+
VmRecoveryPoint: _VmRecoveryPoint["default"],
|
|
709
|
+
VmRecoveryPointComputeChangedRegionsRequest: _VmRecoveryPointComputeChangedRegionsRequest["default"],
|
|
828
710
|
VmRecoveryPointRestoreOverride: _VmRecoveryPointRestoreOverride["default"],
|
|
829
|
-
VmSubRecoveryPoint: _VmSubRecoveryPoint["default"],
|
|
830
|
-
VmSubRecoveryPointProjection: _VmSubRecoveryPointProjection["default"],
|
|
831
|
-
VolumeGroup: _VolumeGroup["default"],
|
|
832
711
|
VolumeGroupOverrideSpec: _VolumeGroupOverrideSpec["default"],
|
|
833
712
|
VolumeGroupRecoveryPoint: _VolumeGroupRecoveryPoint["default"],
|
|
834
|
-
|
|
835
|
-
VolumeGroupRecoveryPointListApiResponse: _VolumeGroupRecoveryPointListApiResponse["default"],
|
|
836
|
-
VolumeGroupRecoveryPointRestorationSpec: _VolumeGroupRecoveryPointRestorationSpec["default"],
|
|
837
|
-
VolumeGroupRecoveryPointRestoreApiResponse: _VolumeGroupRecoveryPointRestoreApiResponse["default"],
|
|
713
|
+
VolumeGroupRecoveryPointComputeChangedRegionsRequest: _VolumeGroupRecoveryPointComputeChangedRegionsRequest["default"],
|
|
838
714
|
VolumeGroupRecoveryPointRestoreOverride: _VolumeGroupRecoveryPointRestoreOverride["default"],
|
|
839
|
-
VolumeGroupSubRecoveryPoint: _VolumeGroupSubRecoveryPoint["default"],
|
|
840
|
-
VolumeGroupSubRecoveryPointProjection: _VolumeGroupSubRecoveryPointProjection["default"],
|
|
841
715
|
VolumeGroupSyncContext: _VolumeGroupSyncContext["default"],
|
|
842
716
|
VpcReference: _VpcReference["default"],
|
|
843
717
|
Witness: _Witness["default"],
|
|
844
|
-
WitnessApiResponse: _WitnessApiResponse["default"],
|
|
845
718
|
WitnessAvailabilityStatus: _WitnessAvailabilityStatus["default"],
|
|
846
719
|
AppMessage: _AppMessage["default"],
|
|
847
720
|
ErrorResponse: _ErrorResponse["default"],
|
|
848
721
|
SchemaValidationError: _SchemaValidationError["default"],
|
|
849
722
|
SchemaValidationErrorMessage: _SchemaValidationErrorMessage["default"],
|
|
850
|
-
TaskReference: _TaskReference["default"]
|
|
851
|
-
|
|
852
|
-
};
|
|
853
|
-
exports["default"] = _default;
|
|
723
|
+
TaskReference: _TaskReference["default"]
|
|
724
|
+
};
|