@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
|
@@ -7,79 +7,76 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _BaseRecoveryPoint2 = _interopRequireDefault(require("../common/BaseRecoveryPoint"));
|
|
8
8
|
var _RecoveryPointStatus = _interopRequireDefault(require("../common/RecoveryPointStatus"));
|
|
9
9
|
var _RecoveryPointType = _interopRequireDefault(require("../common/RecoveryPointType"));
|
|
10
|
-
var _VendorSpecificProperty = _interopRequireDefault(require("../common/VendorSpecificProperty"));
|
|
11
10
|
var _LocationReference = _interopRequireDefault(require("./LocationReference"));
|
|
12
|
-
var
|
|
13
|
-
var
|
|
11
|
+
var _VmRecoveryPoint = _interopRequireDefault(require("./VmRecoveryPoint"));
|
|
12
|
+
var _VolumeGroupRecoveryPoint = _interopRequireDefault(require("./VolumeGroupRecoveryPoint"));
|
|
14
13
|
var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
|
|
15
14
|
var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
|
|
16
15
|
var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
|
|
17
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
18
|
-
function _typeof(
|
|
17
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
19
18
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
19
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
20
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
22
21
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
23
|
-
function _iterableToArrayLimit(
|
|
22
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
24
23
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
25
|
-
function ownKeys(
|
|
26
|
-
function _objectSpread(
|
|
24
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
25
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
27
26
|
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; }
|
|
28
27
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
29
28
|
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); } }
|
|
30
29
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
31
|
-
function _toPropertyKey(
|
|
32
|
-
function _toPrimitive(
|
|
33
|
-
function
|
|
34
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
35
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
30
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
31
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
32
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
36
33
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
37
34
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
38
|
-
function _isNativeReflectConstruct() {
|
|
35
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
39
36
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
37
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
38
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
40
39
|
function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
|
|
41
40
|
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } /*
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
* Nutanix Dataprotection Versioned APIs
|
|
42
|
+
*
|
|
43
|
+
* OpenAPI spec version: 4.0.1-beta-1
|
|
44
|
+
*
|
|
45
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
|
+
*
|
|
47
|
+
* Open API Dev Platform Codegen version: 16.8.0.7344-RELEASE
|
|
48
|
+
*
|
|
49
|
+
* Do not edit the class manually.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
53
52
|
/**
|
|
54
53
|
* The RecoveryPoint model module.
|
|
55
54
|
* @module Ntnx/RecoveryPoint
|
|
56
|
-
* @version 4.0.1-
|
|
55
|
+
* @version 4.0.1-beta-1
|
|
57
56
|
* @class RecoveryPoint
|
|
58
57
|
*/
|
|
59
|
-
var
|
|
60
|
-
var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
61
|
-
_inherits(RecoveryPoint, _BaseRecoveryPoint);
|
|
62
|
-
var _super = _createSuper(RecoveryPoint);
|
|
58
|
+
var _RecoveryPoint_brand = /*#__PURE__*/new WeakSet();
|
|
59
|
+
var RecoveryPoint = exports["default"] = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
63
60
|
/**
|
|
64
61
|
* Constructs a new <code>RecoveryPoint</code>.
|
|
65
|
-
* Details about the
|
|
62
|
+
* Details about the recovery point along with all the captured VM and volume group recovery point(s).
|
|
66
63
|
* @alias module:Ntnx/RecoveryPoint
|
|
67
64
|
* @extends module:Ntnx/BaseRecoveryPoint
|
|
68
|
-
|
|
65
|
+
*/
|
|
69
66
|
function RecoveryPoint() {
|
|
70
67
|
var _this;
|
|
71
68
|
_classCallCheck(this, RecoveryPoint);
|
|
72
|
-
_this =
|
|
69
|
+
_this = _callSuper(this, RecoveryPoint);
|
|
73
70
|
/*
|
|
74
71
|
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
75
72
|
* @param {Object} obj
|
|
76
73
|
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
77
74
|
* Otherwise, just returns the input object.
|
|
78
75
|
*/
|
|
79
|
-
_classPrivateMethodInitSpec(
|
|
76
|
+
_classPrivateMethodInitSpec(_this, _RecoveryPoint_brand);
|
|
80
77
|
_this.$objectType = "dataprotection.v4.config.RecoveryPoint";
|
|
81
78
|
_this.$reserved = {
|
|
82
|
-
'$
|
|
79
|
+
'$fv': "v4.r0.b1"
|
|
83
80
|
};
|
|
84
81
|
_this.$unknownFields = {};
|
|
85
82
|
return _this;
|
|
@@ -93,11 +90,12 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
93
90
|
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
94
91
|
* @return {module:Ntnx/RecoveryPoint} The populated <code>RecoveryPoint</code> instance.
|
|
95
92
|
*/
|
|
96
|
-
|
|
93
|
+
_inherits(RecoveryPoint, _BaseRecoveryPoint);
|
|
94
|
+
return _createClass(RecoveryPoint, [{
|
|
97
95
|
key: "getOwnerExtId",
|
|
98
96
|
value:
|
|
99
97
|
/**
|
|
100
|
-
* Returns A read only field inserted into
|
|
98
|
+
* Returns A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.
|
|
101
99
|
* @return {}
|
|
102
100
|
*/
|
|
103
101
|
function getOwnerExtId() {
|
|
@@ -105,8 +103,8 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
105
103
|
}
|
|
106
104
|
|
|
107
105
|
/**
|
|
108
|
-
* Sets A read only field inserted into
|
|
109
|
-
* @param {} ownerExtId A read only field inserted into
|
|
106
|
+
* Sets A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.
|
|
107
|
+
* @param {} ownerExtId A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.
|
|
110
108
|
*/
|
|
111
109
|
}, {
|
|
112
110
|
key: "setOwnerExtId",
|
|
@@ -115,7 +113,7 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
115
113
|
}
|
|
116
114
|
|
|
117
115
|
/**
|
|
118
|
-
* Returns List of location references where the VM or volume group
|
|
116
|
+
* Returns List of location references where the VM or volume group recovery point are a part of the specified recovery point.
|
|
119
117
|
* @return {}
|
|
120
118
|
*/
|
|
121
119
|
}, {
|
|
@@ -125,8 +123,8 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
125
123
|
}
|
|
126
124
|
|
|
127
125
|
/**
|
|
128
|
-
* Sets List of location references where the VM or volume group
|
|
129
|
-
* @param {} locationReferences List of location references where the VM or volume group
|
|
126
|
+
* Sets List of location references where the VM or volume group recovery point are a part of the specified recovery point.
|
|
127
|
+
* @param {} locationReferences List of location references where the VM or volume group recovery point are a part of the specified recovery point.
|
|
130
128
|
*/
|
|
131
129
|
}, {
|
|
132
130
|
key: "setLocationReferences",
|
|
@@ -135,47 +133,7 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
135
133
|
}
|
|
136
134
|
|
|
137
135
|
/**
|
|
138
|
-
* Returns List of VM
|
|
139
|
-
* @return {}
|
|
140
|
-
*/
|
|
141
|
-
}, {
|
|
142
|
-
key: "getVmReferenceList",
|
|
143
|
-
value: function getVmReferenceList() {
|
|
144
|
-
return this.vmReferenceList;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* Sets List of VM external identifiers that are intended to be captured as part of the Recovery point.
|
|
149
|
-
* @param {} vmReferenceList List of VM external identifiers that are intended to be captured as part of the Recovery point.
|
|
150
|
-
*/
|
|
151
|
-
}, {
|
|
152
|
-
key: "setVmReferenceList",
|
|
153
|
-
value: function setVmReferenceList(vmReferenceList) {
|
|
154
|
-
this.vmReferenceList = vmReferenceList;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* Returns List of volume group external identifiers that are intended to be captured as part of the Recovery point.
|
|
159
|
-
* @return {}
|
|
160
|
-
*/
|
|
161
|
-
}, {
|
|
162
|
-
key: "getVolumeGroupReferenceList",
|
|
163
|
-
value: function getVolumeGroupReferenceList() {
|
|
164
|
-
return this.volumeGroupReferenceList;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* Sets List of volume group external identifiers that are intended to be captured as part of the Recovery point.
|
|
169
|
-
* @param {} volumeGroupReferenceList List of volume group external identifiers that are intended to be captured as part of the Recovery point.
|
|
170
|
-
*/
|
|
171
|
-
}, {
|
|
172
|
-
key: "setVolumeGroupReferenceList",
|
|
173
|
-
value: function setVolumeGroupReferenceList(volumeGroupReferenceList) {
|
|
174
|
-
this.volumeGroupReferenceList = volumeGroupReferenceList;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Returns List of VM Recovery points that are a part of the specified top-level Recovery point.
|
|
136
|
+
* Returns List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
179
137
|
* @return {}
|
|
180
138
|
*/
|
|
181
139
|
}, {
|
|
@@ -185,8 +143,8 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
185
143
|
}
|
|
186
144
|
|
|
187
145
|
/**
|
|
188
|
-
* Sets List of VM
|
|
189
|
-
* @param {} vmRecoveryPoints List of VM
|
|
146
|
+
* Sets List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
147
|
+
* @param {} vmRecoveryPoints List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
190
148
|
*/
|
|
191
149
|
}, {
|
|
192
150
|
key: "setVmRecoveryPoints",
|
|
@@ -195,7 +153,7 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
195
153
|
}
|
|
196
154
|
|
|
197
155
|
/**
|
|
198
|
-
* Returns List of volume group
|
|
156
|
+
* Returns List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
199
157
|
* @return {}
|
|
200
158
|
*/
|
|
201
159
|
}, {
|
|
@@ -205,8 +163,8 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
205
163
|
}
|
|
206
164
|
|
|
207
165
|
/**
|
|
208
|
-
* Sets List of volume group
|
|
209
|
-
* @param {} volumeGroupRecoveryPoints List of volume group
|
|
166
|
+
* Sets List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
167
|
+
* @param {} volumeGroupRecoveryPoints List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
210
168
|
*/
|
|
211
169
|
}, {
|
|
212
170
|
key: "setVolumeGroupRecoveryPoints",
|
|
@@ -217,16 +175,12 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
217
175
|
key: "toJson",
|
|
218
176
|
value: function toJson(forMutation) {
|
|
219
177
|
if (forMutation === false) {
|
|
220
|
-
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(
|
|
178
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, typeof this.getOwnerExtId() !== 'undefined' && this.getOwnerExtId() !== null ? {
|
|
221
179
|
'ownerExtId': this.getOwnerExtId()
|
|
222
180
|
} : {}), typeof this.getLocationReferences() !== 'undefined' && this.getLocationReferences() !== null ? {
|
|
223
181
|
'locationReferences': this.getLocationReferences().map(function (item) {
|
|
224
182
|
return item.toJson(false);
|
|
225
183
|
})
|
|
226
|
-
} : {}), typeof this.getVmReferenceList() !== 'undefined' && this.getVmReferenceList() !== null ? {
|
|
227
|
-
'vmReferenceList': this.getVmReferenceList()
|
|
228
|
-
} : {}), typeof this.getVolumeGroupReferenceList() !== 'undefined' && this.getVolumeGroupReferenceList() !== null ? {
|
|
229
|
-
'volumeGroupReferenceList': this.getVolumeGroupReferenceList()
|
|
230
184
|
} : {}), typeof this.getVmRecoveryPoints() !== 'undefined' && this.getVmRecoveryPoints() !== null ? {
|
|
231
185
|
'vmRecoveryPoints': this.getVmRecoveryPoints().map(function (item) {
|
|
232
186
|
return item.toJson(false);
|
|
@@ -247,10 +201,6 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
247
201
|
'status': this.getStatus()
|
|
248
202
|
} : {}), typeof this.getRecoveryPointType() !== 'undefined' && this.getRecoveryPointType() !== null ? {
|
|
249
203
|
'recoveryPointType': this.getRecoveryPointType()
|
|
250
|
-
} : {}), typeof this.getVendorSpecificProperties() !== 'undefined' && this.getVendorSpecificProperties() !== null ? {
|
|
251
|
-
'vendorSpecificProperties': this.getVendorSpecificProperties().map(function (item) {
|
|
252
|
-
return item.toJson(false);
|
|
253
|
-
})
|
|
254
204
|
} : {}), typeof this.getExtId() !== 'undefined' && this.getExtId() !== null ? {
|
|
255
205
|
'extId': this.getExtId()
|
|
256
206
|
} : {}), typeof this.getLinks() !== 'undefined' && this.getLinks() !== null ? {
|
|
@@ -265,11 +215,7 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
265
215
|
'$unknownFields': this.get$UnknownFields()
|
|
266
216
|
});
|
|
267
217
|
}
|
|
268
|
-
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(
|
|
269
|
-
'vmReferenceList': this.getVmReferenceList()
|
|
270
|
-
} : {}), typeof this.getVolumeGroupReferenceList() !== 'undefined' && this.getVolumeGroupReferenceList() !== null ? {
|
|
271
|
-
'volumeGroupReferenceList': this.getVolumeGroupReferenceList()
|
|
272
|
-
} : {}), typeof this.getVmRecoveryPoints() !== 'undefined' && this.getVmRecoveryPoints() !== null ? {
|
|
218
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, typeof this.getVmRecoveryPoints() !== 'undefined' && this.getVmRecoveryPoints() !== null ? {
|
|
273
219
|
'vmRecoveryPoints': this.getVmRecoveryPoints().map(function (item) {
|
|
274
220
|
return item.toJson(false);
|
|
275
221
|
})
|
|
@@ -341,34 +287,12 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
341
287
|
return new _ValidationError["default"]("locationReferences", "undefined or null");
|
|
342
288
|
}
|
|
343
289
|
}
|
|
344
|
-
if (property === "vmReferenceList") {
|
|
345
|
-
if (typeof this.vmReferenceList === 'undefined' || this.vmReferenceList === null) {
|
|
346
|
-
return new _ValidationError["default"]("vmReferenceList", "undefined or null");
|
|
347
|
-
}
|
|
348
|
-
if (!_ValidationUtils["default"].validateMaxItems(this.vmReferenceList, 64)) {
|
|
349
|
-
return new _ValidationError["default"]("vmReferenceList", "does not satisfy required maxItems constraint: 64");
|
|
350
|
-
}
|
|
351
|
-
if (!_ValidationUtils["default"].validateMinItems(this.vmReferenceList, 1)) {
|
|
352
|
-
return new _ValidationError["default"]("vmReferenceList", "does not satisfy required minItems constraint: 1");
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
if (property === "volumeGroupReferenceList") {
|
|
356
|
-
if (typeof this.volumeGroupReferenceList === 'undefined' || this.volumeGroupReferenceList === null) {
|
|
357
|
-
return new _ValidationError["default"]("volumeGroupReferenceList", "undefined or null");
|
|
358
|
-
}
|
|
359
|
-
if (!_ValidationUtils["default"].validateMaxItems(this.volumeGroupReferenceList, 64)) {
|
|
360
|
-
return new _ValidationError["default"]("volumeGroupReferenceList", "does not satisfy required maxItems constraint: 64");
|
|
361
|
-
}
|
|
362
|
-
if (!_ValidationUtils["default"].validateMinItems(this.volumeGroupReferenceList, 1)) {
|
|
363
|
-
return new _ValidationError["default"]("volumeGroupReferenceList", "does not satisfy required minItems constraint: 1");
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
290
|
if (property === "vmRecoveryPoints") {
|
|
367
291
|
if (typeof this.vmRecoveryPoints === 'undefined' || this.vmRecoveryPoints === null) {
|
|
368
292
|
return new _ValidationError["default"]("vmRecoveryPoints", "undefined or null");
|
|
369
293
|
}
|
|
370
|
-
if (!_ValidationUtils["default"].validateMaxItems(this.vmRecoveryPoints,
|
|
371
|
-
return new _ValidationError["default"]("vmRecoveryPoints", "does not satisfy required maxItems constraint:
|
|
294
|
+
if (!_ValidationUtils["default"].validateMaxItems(this.vmRecoveryPoints, 30)) {
|
|
295
|
+
return new _ValidationError["default"]("vmRecoveryPoints", "does not satisfy required maxItems constraint: 30");
|
|
372
296
|
}
|
|
373
297
|
if (!_ValidationUtils["default"].validateMinItems(this.vmRecoveryPoints, 1)) {
|
|
374
298
|
return new _ValidationError["default"]("vmRecoveryPoints", "does not satisfy required minItems constraint: 1");
|
|
@@ -378,8 +302,8 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
378
302
|
if (typeof this.volumeGroupRecoveryPoints === 'undefined' || this.volumeGroupRecoveryPoints === null) {
|
|
379
303
|
return new _ValidationError["default"]("volumeGroupRecoveryPoints", "undefined or null");
|
|
380
304
|
}
|
|
381
|
-
if (!_ValidationUtils["default"].validateMaxItems(this.volumeGroupRecoveryPoints,
|
|
382
|
-
return new _ValidationError["default"]("volumeGroupRecoveryPoints", "does not satisfy required maxItems constraint:
|
|
305
|
+
if (!_ValidationUtils["default"].validateMaxItems(this.volumeGroupRecoveryPoints, 30)) {
|
|
306
|
+
return new _ValidationError["default"]("volumeGroupRecoveryPoints", "does not satisfy required maxItems constraint: 30");
|
|
383
307
|
}
|
|
384
308
|
if (!_ValidationUtils["default"].validateMinItems(this.volumeGroupRecoveryPoints, 1)) {
|
|
385
309
|
return new _ValidationError["default"]("volumeGroupRecoveryPoints", "does not satisfy required minItems constraint: 1");
|
|
@@ -407,27 +331,11 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
407
331
|
}
|
|
408
332
|
obj.setLocationReferences(itemArr);
|
|
409
333
|
}
|
|
410
|
-
if (data.hasOwnProperty('vmReferenceList') && data.vmReferenceList !== null && data.vmReferenceList !== undefined) {
|
|
411
|
-
itemArr = [];
|
|
412
|
-
items = data.vmReferenceList;
|
|
413
|
-
for (i = 0; i < items.length; i++) {
|
|
414
|
-
itemArr.push(items[i]);
|
|
415
|
-
}
|
|
416
|
-
obj.setVmReferenceList(itemArr);
|
|
417
|
-
}
|
|
418
|
-
if (data.hasOwnProperty('volumeGroupReferenceList') && data.volumeGroupReferenceList !== null && data.volumeGroupReferenceList !== undefined) {
|
|
419
|
-
itemArr = [];
|
|
420
|
-
items = data.volumeGroupReferenceList;
|
|
421
|
-
for (i = 0; i < items.length; i++) {
|
|
422
|
-
itemArr.push(items[i]);
|
|
423
|
-
}
|
|
424
|
-
obj.setVolumeGroupReferenceList(itemArr);
|
|
425
|
-
}
|
|
426
334
|
if (data.hasOwnProperty('vmRecoveryPoints') && data.vmRecoveryPoints !== null && data.vmRecoveryPoints !== undefined) {
|
|
427
335
|
itemArr = [];
|
|
428
336
|
items = data.vmRecoveryPoints;
|
|
429
337
|
for (i = 0; i < items.length; i++) {
|
|
430
|
-
item =
|
|
338
|
+
item = _VmRecoveryPoint["default"].constructFromObject(items[i], undefined);
|
|
431
339
|
itemArr.push(item);
|
|
432
340
|
}
|
|
433
341
|
obj.setVmRecoveryPoints(itemArr);
|
|
@@ -436,7 +344,7 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
436
344
|
itemArr = [];
|
|
437
345
|
items = data.volumeGroupRecoveryPoints;
|
|
438
346
|
for (i = 0; i < items.length; i++) {
|
|
439
|
-
item =
|
|
347
|
+
item = _VolumeGroupRecoveryPoint["default"].constructFromObject(items[i], undefined);
|
|
440
348
|
itemArr.push(item);
|
|
441
349
|
}
|
|
442
350
|
obj.setVolumeGroupRecoveryPoints(itemArr);
|
|
@@ -453,14 +361,12 @@ var RecoveryPoint = /*#__PURE__*/function (_BaseRecoveryPoint) {
|
|
|
453
361
|
return obj;
|
|
454
362
|
}
|
|
455
363
|
}]);
|
|
456
|
-
return RecoveryPoint;
|
|
457
364
|
}(_BaseRecoveryPoint2["default"]);
|
|
458
365
|
/**
|
|
459
|
-
* A read only field inserted into
|
|
366
|
+
* A read only field inserted into recovery point at the time of recovery point creation, indicating the external identifier of the user who created this recovery point.
|
|
460
367
|
* @memberof RecoveryPoint
|
|
461
368
|
*/
|
|
462
|
-
|
|
463
|
-
function _toJsonMapType2(obj, forMutation) {
|
|
369
|
+
function _toJsonMapType(obj, forMutation) {
|
|
464
370
|
if (obj instanceof Map) {
|
|
465
371
|
return Object.fromEntries(Array.from(obj, function (_ref) {
|
|
466
372
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
@@ -478,35 +384,21 @@ function _toJsonMapType2(obj, forMutation) {
|
|
|
478
384
|
RecoveryPoint.prototype.ownerExtId = undefined;
|
|
479
385
|
|
|
480
386
|
/**
|
|
481
|
-
* List of location references where the VM or volume group
|
|
387
|
+
* List of location references where the VM or volume group recovery point are a part of the specified recovery point.
|
|
482
388
|
* @memberof RecoveryPoint
|
|
483
389
|
*/
|
|
484
390
|
RecoveryPoint.prototype.locationReferences = undefined;
|
|
485
391
|
|
|
486
392
|
/**
|
|
487
|
-
* List of VM
|
|
488
|
-
* @memberof RecoveryPoint
|
|
489
|
-
*/
|
|
490
|
-
RecoveryPoint.prototype.vmReferenceList = undefined;
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* List of volume group external identifiers that are intended to be captured as part of the Recovery point.
|
|
494
|
-
* @memberof RecoveryPoint
|
|
495
|
-
*/
|
|
496
|
-
RecoveryPoint.prototype.volumeGroupReferenceList = undefined;
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* List of VM Recovery points that are a part of the specified top-level Recovery point.
|
|
393
|
+
* List of VM recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
500
394
|
* @memberof RecoveryPoint
|
|
501
395
|
*/
|
|
502
396
|
RecoveryPoint.prototype.vmRecoveryPoints = undefined;
|
|
503
397
|
|
|
504
398
|
/**
|
|
505
|
-
* List of volume group
|
|
399
|
+
* List of volume group recovery point that are a part of the specified top-level recovery point. Note that a recovery point can contain a maximum number of 30 entities. These entities can be a combination of VM(s) and volume group(s).
|
|
506
400
|
* @memberof RecoveryPoint
|
|
507
401
|
*/
|
|
508
402
|
RecoveryPoint.prototype.volumeGroupRecoveryPoints = undefined;
|
|
509
403
|
|
|
510
|
-
// Implement OneOfdataprotection.v4.config.
|
|
511
|
-
// Implement OneOfdataprotection.v4.config.CreateConsistencyGroupRecoveryPointApiResponsedata interface:
|
|
512
|
-
// Implement OneOfdataprotection.v4.config.RecoveryPointApiResponsedata interface:
|
|
404
|
+
// Implement OneOfdataprotection.v4.config.GetRecoveryPointApiResponsedata interface:
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The RecoveryPointProjection model module.
|
|
3
|
+
* @module Ntnx/RecoveryPointProjection
|
|
4
|
+
* @version 4.0.1-beta-1
|
|
5
|
+
* @class RecoveryPointProjection
|
|
6
|
+
*/
|
|
7
|
+
export default class RecoveryPointProjection extends RecoveryPoint {
|
|
8
|
+
}
|
|
9
|
+
import RecoveryPoint from "./RecoveryPoint";
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _LocationReference = _interopRequireDefault(require("./LocationReference"));
|
|
9
|
+
var _RecoveryPoint2 = _interopRequireDefault(require("./RecoveryPoint"));
|
|
10
|
+
var _VmRecoveryPoint = _interopRequireDefault(require("./VmRecoveryPoint"));
|
|
11
|
+
var _VolumeGroupRecoveryPoint = _interopRequireDefault(require("./VolumeGroupRecoveryPoint"));
|
|
12
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
|
|
13
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
|
|
14
|
+
var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
|
|
15
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18
|
+
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; }
|
|
19
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
20
|
+
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); } }
|
|
21
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
22
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
23
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
24
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
25
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
30
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } /*
|
|
31
|
+
* Nutanix Dataprotection Versioned APIs
|
|
32
|
+
*
|
|
33
|
+
* OpenAPI spec version: 4.0.1-beta-1
|
|
34
|
+
*
|
|
35
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
36
|
+
*
|
|
37
|
+
* Open API Dev Platform Codegen version: 16.8.0.7344-RELEASE
|
|
38
|
+
*
|
|
39
|
+
* Do not edit the class manually.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
/**
|
|
43
|
+
* The RecoveryPointProjection model module.
|
|
44
|
+
* @module Ntnx/RecoveryPointProjection
|
|
45
|
+
* @version 4.0.1-beta-1
|
|
46
|
+
* @class RecoveryPointProjection
|
|
47
|
+
*/
|
|
48
|
+
var RecoveryPointProjection = exports["default"] = /*#__PURE__*/function (_RecoveryPoint) {
|
|
49
|
+
/**
|
|
50
|
+
* Constructs a new <code>RecoveryPointProjection</code>.
|
|
51
|
+
* @alias module:Ntnx/RecoveryPointProjection
|
|
52
|
+
* @extends module:Ntnx/RecoveryPoint
|
|
53
|
+
*/
|
|
54
|
+
function RecoveryPointProjection() {
|
|
55
|
+
var _this;
|
|
56
|
+
_classCallCheck(this, RecoveryPointProjection);
|
|
57
|
+
_this = _callSuper(this, RecoveryPointProjection);
|
|
58
|
+
_this.$objectType = "dataprotection.v4.config.RecoveryPointProjection";
|
|
59
|
+
_this.$reserved = {
|
|
60
|
+
'$fv': "v4.r0.b1"
|
|
61
|
+
};
|
|
62
|
+
_this.$unknownFields = {};
|
|
63
|
+
return _this;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Constructs a <code>RecoveryPointProjection</code> from a plain JavaScript object, optionally creating a new instance.
|
|
68
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
69
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
70
|
+
* @param {module:Ntnx/RecoveryPointProjection} obj Optional instance to populate.
|
|
71
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
72
|
+
* @return {module:Ntnx/RecoveryPointProjection} The populated <code>RecoveryPointProjection</code> instance.
|
|
73
|
+
*/
|
|
74
|
+
_inherits(RecoveryPointProjection, _RecoveryPoint);
|
|
75
|
+
return _createClass(RecoveryPointProjection, [{
|
|
76
|
+
key: "validate",
|
|
77
|
+
value: function validate(scope, properties) {
|
|
78
|
+
var _this2 = this;
|
|
79
|
+
var propList = [];
|
|
80
|
+
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes["default"]) {
|
|
81
|
+
//cases validate() and validate(scope)
|
|
82
|
+
propList = [];
|
|
83
|
+
} else if (arguments.length === 1) {
|
|
84
|
+
//case validate(properties)
|
|
85
|
+
propList = arguments[0];
|
|
86
|
+
scope = null;
|
|
87
|
+
} else {
|
|
88
|
+
//case validate(scope, properties)
|
|
89
|
+
propList = arguments[1];
|
|
90
|
+
}
|
|
91
|
+
var res = [];
|
|
92
|
+
var err = null;
|
|
93
|
+
propList.forEach(function (property) {
|
|
94
|
+
err = _this2.validateProperty(property, scope);
|
|
95
|
+
if (err) {
|
|
96
|
+
res.push(err);
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
return new Promise(function (resolve, reject) {
|
|
100
|
+
if (res.length !== 0) {
|
|
101
|
+
reject(err);
|
|
102
|
+
} else {
|
|
103
|
+
resolve();
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
}, {
|
|
108
|
+
key: "validateProperty",
|
|
109
|
+
value: function validateProperty(scope, property) {
|
|
110
|
+
return new _ValidationError["default"](property, "no such property exists");
|
|
111
|
+
}
|
|
112
|
+
}], [{
|
|
113
|
+
key: "constructFromObject",
|
|
114
|
+
value: function constructFromObject(data, obj) {
|
|
115
|
+
var callFromChild = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
116
|
+
var items, item, i, itemArr, discriminator;
|
|
117
|
+
if (data) {
|
|
118
|
+
obj = obj || new RecoveryPointProjection();
|
|
119
|
+
_RecoveryPoint2["default"].constructFromObject(data, obj, true);
|
|
120
|
+
if (!callFromChild) {
|
|
121
|
+
obj.$unknownFields = _objectSpread({}, data.$unknownFields);
|
|
122
|
+
for (var property in data) {
|
|
123
|
+
if (!Object.keys(obj).includes(property) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
|
|
124
|
+
obj.$unknownFields[property] = data[property];
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
return obj;
|
|
130
|
+
}
|
|
131
|
+
}]);
|
|
132
|
+
}(_RecoveryPoint2["default"]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The RecoveryPointReplicateApiResponse model module.
|
|
3
3
|
* @module Ntnx/RecoveryPointReplicateApiResponse
|
|
4
|
-
* @version 4.0.1-
|
|
4
|
+
* @version 4.0.1-beta-1
|
|
5
5
|
* @class RecoveryPointReplicateApiResponse
|
|
6
6
|
*/
|
|
7
7
|
export default class RecoveryPointReplicateApiResponse extends Paginable {
|
|
@@ -16,7 +16,7 @@ export default class RecoveryPointReplicateApiResponse extends Paginable {
|
|
|
16
16
|
static constructFromObject(data: any, obj: any, callFromChild?: boolean): any;
|
|
17
17
|
$objectType: string;
|
|
18
18
|
$reserved: {
|
|
19
|
-
$
|
|
19
|
+
$fv: string;
|
|
20
20
|
};
|
|
21
21
|
$unknownFields: {};
|
|
22
22
|
/**
|
|
@@ -38,20 +38,20 @@ export default class RecoveryPointReplicateApiResponse extends Paginable {
|
|
|
38
38
|
setData(data: any): void;
|
|
39
39
|
data: any;
|
|
40
40
|
get$Reserved(): {
|
|
41
|
-
$
|
|
41
|
+
$fv: string;
|
|
42
42
|
};
|
|
43
43
|
get$ObjectType(): string;
|
|
44
44
|
get$UnknownFields(): {};
|
|
45
45
|
toJson(forMutation: any): {
|
|
46
46
|
$reserved: {
|
|
47
|
-
$
|
|
47
|
+
$fv: string;
|
|
48
48
|
};
|
|
49
49
|
$objectType: string;
|
|
50
50
|
$unknownFields: {};
|
|
51
51
|
data?: any;
|
|
52
52
|
metadata?: any;
|
|
53
53
|
};
|
|
54
|
-
validate(scope: any, properties: any, ...args: any[]): any
|
|
54
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
55
55
|
validateProperty(scope: any, property: any): ValidationError;
|
|
56
56
|
#private;
|
|
57
57
|
}
|