@nutanix-scratch/dataprotection-js-client 4.0.1 → 4.1.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 +19 -18
- package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
- package/dist/Ntnx-Dataprotection-js-client.js +226 -171
- package/dist/es/ApiClient.d.ts +7 -1
- package/dist/es/ApiClient.js +16 -25
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/protectedresources-endpoints.d.ts +7 -7
- package/dist/es/apis/protectedresources-endpoints.js +12 -12
- package/dist/es/apis/recoverypoints-endpoints.d.ts +7 -27
- package/dist/es/apis/recoverypoints-endpoints.js +28 -47
- package/dist/es/index.d.ts +23 -13
- package/dist/es/index.js +83 -43
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +3 -3
- package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPAddress.js +3 -3
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +3 -3
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +3 -3
- package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +4 -4
- package/dist/es/models/common/v1/config/TenantAwareModel.js +7 -7
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +3 -3
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
- package/dist/es/models/dataprotection/v4/common/BackupType.js +2 -2
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +4 -4
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +4 -4
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.js +4 -4
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
- package/dist/es/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/common/VssProperties.js +3 -3
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +30 -153
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +6 -7
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -12
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +32 -32
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +7 -5
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/HostReference.js +5 -5
- package/dist/es/models/dataprotection/v4/config/HostType.js +2 -2
- package/dist/es/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/HypervisorType.js +85 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/LocationReference.js +4 -4
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
- package/dist/es/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
- package/dist/es/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -7
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +9 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +5 -5
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +9 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +14 -14
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +24 -8
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +54 -18
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +5 -5
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +3 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +8 -8
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +2 -2
- package/dist/es/models/dataprotection/v4/config/ReplicationState.js +5 -5
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +5 -5
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -2
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
- package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/SiteReference.js +4 -4
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicationRole.js +6 -6
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +44 -1
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +219 -7
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +27 -1
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +106 -8
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +5 -5
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +5 -5
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/Witness.js +5 -5
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.js +4 -4
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -2
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +5 -5
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +9 -9
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +14 -14
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +2 -2
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +5 -5
- package/dist/es/models/dataprotection/v4/content/RegionType.js +2 -2
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +5 -5
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +16 -16
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -4
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +8 -8
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -4
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +9 -9
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +17 -17
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +4 -4
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +8 -8
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +5 -10
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/es/models/prism/v4/config/TaskReference.js +9 -11
- package/dist/es/models/validation/ValidationError.js +2 -2
- package/dist/es/models/{dataprotection/v4/config/IpAddress.d.ts → vmm/v4/ahv/config/CategoryReference.d.ts} +16 -26
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +277 -0
- package/dist/{lib/models/dataprotection/v4/config/IpAddress.d.ts → es/models/vmm/v4/ahv/config/OwnerReference.d.ts} +16 -26
- package/dist/es/models/{dataprotection/v4/config/IpAddress.js → vmm/v4/ahv/config/OwnerReference.js} +51 -56
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +56 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +272 -0
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +52 -0
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +277 -0
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +127 -0
- package/dist/es/models/{dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js → vmm/v4/ahv/config/VmConfigOverrideSpecification.js} +203 -107
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +75 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +323 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +88 -0
- package/dist/{lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js → es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js} +145 -97
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +72 -0
- package/dist/{lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js → es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js} +99 -110
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +85 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +310 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +52 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +277 -0
- package/dist/es/utils/ValidationUtils.js +2 -2
- package/dist/lib/ApiClient.d.ts +7 -1
- package/dist/lib/ApiClient.js +16 -25
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/protectedresources-endpoints.d.ts +7 -7
- package/dist/lib/apis/protectedresources-endpoints.js +12 -12
- package/dist/lib/apis/recoverypoints-endpoints.d.ts +7 -27
- package/dist/lib/apis/recoverypoints-endpoints.js +28 -47
- package/dist/lib/index.d.ts +23 -13
- package/dist/lib/index.js +83 -43
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +3 -3
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +3 -3
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +3 -3
- package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +4 -4
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +7 -7
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
- package/dist/lib/models/dataprotection/v4/common/BackupType.js +2 -2
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +4 -4
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +4 -4
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.js +4 -4
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
- package/dist/lib/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/common/VssProperties.js +3 -3
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +30 -153
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +6 -7
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -12
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +32 -32
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +7 -5
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/HostReference.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/HostType.js +2 -2
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +85 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/LocationReference.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
- package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -7
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +9 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +9 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +14 -14
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +24 -8
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +54 -18
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +3 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +8 -8
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +2 -2
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -2
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/SiteReference.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicationRole.js +6 -6
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +44 -1
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +219 -7
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +27 -1
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +106 -8
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/Witness.js +5 -5
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.js +4 -4
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -2
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +9 -9
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +14 -14
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +2 -2
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/RegionType.js +2 -2
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +5 -5
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +16 -16
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -4
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +8 -8
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -4
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +9 -9
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +17 -17
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +4 -4
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +8 -8
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +5 -10
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/lib/models/prism/v4/config/TaskReference.js +9 -11
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.d.ts +52 -0
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +277 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.d.ts +52 -0
- package/dist/lib/models/{dataprotection/v4/config/IpAddress.js → vmm/v4/ahv/config/OwnerReference.js} +51 -56
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +56 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +272 -0
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +52 -0
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +277 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +127 -0
- package/dist/lib/models/{dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js → vmm/v4/ahv/config/VmConfigOverrideSpecification.js} +203 -107
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +75 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +323 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +88 -0
- package/dist/{es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js → lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js} +145 -97
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +72 -0
- package/dist/{es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js → lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js} +99 -110
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +85 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +310 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +52 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +277 -0
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +2 -2
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -98
- package/dist/es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +0 -99
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -365
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -98
- package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +0 -99
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -99
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -365
|
@@ -38,11 +38,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
38
38
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
39
39
|
* Nutanix Data Protection APIs
|
|
40
40
|
*
|
|
41
|
-
* OpenAPI spec version: 4.
|
|
41
|
+
* OpenAPI spec version: 4.1.1
|
|
42
42
|
*
|
|
43
43
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
44
44
|
*
|
|
45
|
-
* Open API Dev Platform Codegen version:
|
|
45
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
46
46
|
*
|
|
47
47
|
* Do not edit the class manually.
|
|
48
48
|
*
|
|
@@ -50,14 +50,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
50
50
|
/**
|
|
51
51
|
* The GetVssMetadataApiResponse model module.
|
|
52
52
|
* @module Ntnx/GetVssMetadataApiResponse
|
|
53
|
-
* @version 4.
|
|
53
|
+
* @version 4.1.1
|
|
54
54
|
* @class GetVssMetadataApiResponse
|
|
55
55
|
*/
|
|
56
56
|
var _GetVssMetadataApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
57
57
|
var GetVssMetadataApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
58
58
|
/**
|
|
59
59
|
* Constructs a new <code>GetVssMetadataApiResponse</code>.
|
|
60
|
-
* REST response for all response codes in API path /dataprotection/v4.
|
|
60
|
+
* REST response for all response codes in API path /dataprotection/v4.1/content/recovery-points/{recoveryPointExtId}/vm-recovery-points/{vmRecoveryPointExtId}/vss-metadata Get operation
|
|
61
61
|
* @alias module:Ntnx/GetVssMetadataApiResponse
|
|
62
62
|
*/
|
|
63
63
|
function GetVssMetadataApiResponse() {
|
|
@@ -74,7 +74,7 @@ var GetVssMetadataApiResponse = exports["default"] = /*#__PURE__*/function (_Pag
|
|
|
74
74
|
_this.$objectType = "dataprotection.v4.content.GetVssMetadataApiResponse";
|
|
75
75
|
/** @type {object<string, any>} */
|
|
76
76
|
_this.$reserved = {
|
|
77
|
-
'$fv': "v4.
|
|
77
|
+
'$fv': "v4.r1"
|
|
78
78
|
};
|
|
79
79
|
/** @type {object<string, any>} */
|
|
80
80
|
_this.$unknownFields = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The GetVssMetadataClusterDiscoverSpec model module.
|
|
3
3
|
* @module Ntnx/GetVssMetadataClusterDiscoverSpec
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.1.1
|
|
5
5
|
* @class GetVssMetadataClusterDiscoverSpec
|
|
6
6
|
*
|
|
7
7
|
* @param { string } vmRecoveryPointExtId The external identifier that can be used to retrieve the VM recovery point using its URL.
|
|
@@ -24,7 +24,7 @@ export default class GetVssMetadataClusterDiscoverSpec {
|
|
|
24
24
|
static snakeToCamel(snakeStr: string): string;
|
|
25
25
|
/**
|
|
26
26
|
* Constructs a new <code>GetVssMetadataClusterDiscoverSpec</code>.
|
|
27
|
-
* Specification of get
|
|
27
|
+
* Specification of get VSS metadata operation.
|
|
28
28
|
* @alias module:Ntnx/GetVssMetadataClusterDiscoverSpec
|
|
29
29
|
*
|
|
30
30
|
* @param { string } vmRecoveryPointExtId The external identifier that can be used to retrieve the VM recovery point using its URL.
|
|
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Data Protection APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.1.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
34
|
-
* Open API Dev Platform Codegen version:
|
|
34
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
35
35
|
*
|
|
36
36
|
* Do not edit the class manually.
|
|
37
37
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The GetVssMetadataClusterDiscoverSpec model module.
|
|
41
41
|
* @module Ntnx/GetVssMetadataClusterDiscoverSpec
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.1.1
|
|
43
43
|
* @class GetVssMetadataClusterDiscoverSpec
|
|
44
44
|
*
|
|
45
45
|
* @param { string } vmRecoveryPointExtId The external identifier that can be used to retrieve the VM recovery point using its URL.
|
|
@@ -48,7 +48,7 @@ var _GetVssMetadataClusterDiscoverSpec_brand = /*#__PURE__*/new WeakSet();
|
|
|
48
48
|
var GetVssMetadataClusterDiscoverSpec = exports["default"] = /*#__PURE__*/function () {
|
|
49
49
|
/**
|
|
50
50
|
* Constructs a new <code>GetVssMetadataClusterDiscoverSpec</code>.
|
|
51
|
-
* Specification of get
|
|
51
|
+
* Specification of get VSS metadata operation.
|
|
52
52
|
* @alias module:Ntnx/GetVssMetadataClusterDiscoverSpec
|
|
53
53
|
*
|
|
54
54
|
* @param { string } vmRecoveryPointExtId The external identifier that can be used to retrieve the VM recovery point using its URL.
|
|
@@ -66,7 +66,7 @@ var GetVssMetadataClusterDiscoverSpec = exports["default"] = /*#__PURE__*/functi
|
|
|
66
66
|
this.$objectType = "dataprotection.v4.content.GetVssMetadataClusterDiscoverSpec";
|
|
67
67
|
/** @type {object<string, any>} */
|
|
68
68
|
this.$reserved = {
|
|
69
|
-
'$fv': "v4.
|
|
69
|
+
'$fv': "v4.r1"
|
|
70
70
|
};
|
|
71
71
|
/** @type {object<string, any>} */
|
|
72
72
|
this.$unknownFields = {};
|
|
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Data Protection APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.1.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
18
|
-
* Open API Dev Platform Codegen version:
|
|
18
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
19
19
|
*
|
|
20
20
|
* Do not edit the class manually.
|
|
21
21
|
*
|
|
@@ -35,11 +35,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
35
35
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
36
36
|
* Nutanix Data Protection APIs
|
|
37
37
|
*
|
|
38
|
-
* OpenAPI spec version: 4.
|
|
38
|
+
* OpenAPI spec version: 4.1.1
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
41
41
|
*
|
|
42
|
-
* Open API Dev Platform Codegen version:
|
|
42
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
43
43
|
*
|
|
44
44
|
* Do not edit the class manually.
|
|
45
45
|
*
|
|
@@ -47,7 +47,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
47
47
|
/**
|
|
48
48
|
* The VmDiskRecoveryPointClusterDiscoverSpec model module.
|
|
49
49
|
* @module Ntnx/VmDiskRecoveryPointClusterDiscoverSpec
|
|
50
|
-
* @version 4.
|
|
50
|
+
* @version 4.1.1
|
|
51
51
|
* @class VmDiskRecoveryPointClusterDiscoverSpec
|
|
52
52
|
* @extends BaseRecoveryPointSpec
|
|
53
53
|
*/
|
|
@@ -73,7 +73,7 @@ var VmDiskRecoveryPointClusterDiscoverSpec = exports["default"] = /*#__PURE__*/f
|
|
|
73
73
|
_this.$objectType = "dataprotection.v4.content.VmDiskRecoveryPointClusterDiscoverSpec";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r1"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$unknownFields = {};
|
|
@@ -35,11 +35,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
35
35
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
36
36
|
* Nutanix Data Protection APIs
|
|
37
37
|
*
|
|
38
|
-
* OpenAPI spec version: 4.
|
|
38
|
+
* OpenAPI spec version: 4.1.1
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
41
41
|
*
|
|
42
|
-
* Open API Dev Platform Codegen version:
|
|
42
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
43
43
|
*
|
|
44
44
|
* Do not edit the class manually.
|
|
45
45
|
*
|
|
@@ -47,7 +47,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
47
47
|
/**
|
|
48
48
|
* The VmDiskRecoveryPointReference model module.
|
|
49
49
|
* @module Ntnx/VmDiskRecoveryPointReference
|
|
50
|
-
* @version 4.
|
|
50
|
+
* @version 4.1.1
|
|
51
51
|
* @class VmDiskRecoveryPointReference
|
|
52
52
|
* @extends DiskRecoveryPointReference
|
|
53
53
|
*/
|
|
@@ -55,7 +55,7 @@ var _VmDiskRecoveryPointReference_brand = /*#__PURE__*/new WeakSet();
|
|
|
55
55
|
var VmDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/function (_DiskRecoveryPointRef) {
|
|
56
56
|
/**
|
|
57
57
|
* Constructs a new <code>VmDiskRecoveryPointReference</code>.
|
|
58
|
-
* Reference to the disk recovery point that
|
|
58
|
+
* Reference to the disk recovery point that is a part of a VM recovery point.
|
|
59
59
|
* @alias module:Ntnx/VmDiskRecoveryPointReference
|
|
60
60
|
* @extends module:Ntnx/DiskRecoveryPointReference
|
|
61
61
|
*/
|
|
@@ -73,7 +73,7 @@ var VmDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/function (_
|
|
|
73
73
|
_this.$objectType = "dataprotection.v4.content.VmDiskRecoveryPointReference";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r1"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$unknownFields = {};
|
package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The VmRecoveryPointChangedRegionsComputeSpec model module.
|
|
3
3
|
* @module Ntnx/VmRecoveryPointChangedRegionsComputeSpec
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.1.1
|
|
5
5
|
* @class VmRecoveryPointChangedRegionsComputeSpec
|
|
6
6
|
* @extends VmDiskRecoveryPointClusterDiscoverSpec
|
|
7
7
|
*/
|
|
8
8
|
export default class VmRecoveryPointChangedRegionsComputeSpec extends VmDiskRecoveryPointClusterDiscoverSpec {
|
|
9
9
|
/**
|
|
10
|
-
* Returns The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
10
|
+
* Returns The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
11
11
|
* @return {Number}
|
|
12
12
|
*/
|
|
13
13
|
getOffset(): number;
|
|
14
14
|
/**
|
|
15
|
-
* Sets The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
16
|
-
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
15
|
+
* Sets The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
16
|
+
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
17
17
|
*/
|
|
18
18
|
setOffset(offset: number): void;
|
|
19
19
|
offset: number;
|
|
20
20
|
/**
|
|
21
|
-
* Returns The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
21
|
+
* Returns The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
22
22
|
* @return {Number}
|
|
23
23
|
*/
|
|
24
24
|
getLength(): number;
|
|
25
25
|
/**
|
|
26
|
-
* Sets The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
27
|
-
* @param {Number} length The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
26
|
+
* Sets The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
27
|
+
* @param {Number} length The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
28
28
|
*/
|
|
29
29
|
setLength(length: number): void;
|
|
30
30
|
length: number;
|
|
31
31
|
/**
|
|
32
|
-
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
32
|
+
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
33
33
|
* minimum: 32768
|
|
34
34
|
* maximum: 262144
|
|
35
35
|
* @return {Number}
|
|
36
36
|
*/
|
|
37
37
|
getBlockSizeByte(): number;
|
|
38
38
|
/**
|
|
39
|
-
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
40
|
-
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
39
|
+
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
40
|
+
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
41
41
|
*/
|
|
42
42
|
setBlockSizeByte(blockSizeByte: number): void;
|
|
43
43
|
blockSizeByte: number;
|
package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js
CHANGED
|
@@ -36,11 +36,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
36
36
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
37
37
|
* Nutanix Data Protection APIs
|
|
38
38
|
*
|
|
39
|
-
* OpenAPI spec version: 4.
|
|
39
|
+
* OpenAPI spec version: 4.1.1
|
|
40
40
|
*
|
|
41
41
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
42
42
|
*
|
|
43
|
-
* Open API Dev Platform Codegen version:
|
|
43
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
44
44
|
*
|
|
45
45
|
* Do not edit the class manually.
|
|
46
46
|
*
|
|
@@ -48,7 +48,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
48
48
|
/**
|
|
49
49
|
* The VmRecoveryPointChangedRegionsComputeSpec model module.
|
|
50
50
|
* @module Ntnx/VmRecoveryPointChangedRegionsComputeSpec
|
|
51
|
-
* @version 4.
|
|
51
|
+
* @version 4.1.1
|
|
52
52
|
* @class VmRecoveryPointChangedRegionsComputeSpec
|
|
53
53
|
* @extends VmDiskRecoveryPointClusterDiscoverSpec
|
|
54
54
|
*/
|
|
@@ -74,7 +74,7 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
74
74
|
_this.$objectType = "dataprotection.v4.content.VmRecoveryPointChangedRegionsComputeSpec";
|
|
75
75
|
/** @type {object<string, any>} */
|
|
76
76
|
_this.$reserved = {
|
|
77
|
-
'$fv': "v4.
|
|
77
|
+
'$fv': "v4.r1"
|
|
78
78
|
};
|
|
79
79
|
/** @type {object<string, any>} */
|
|
80
80
|
_this.$unknownFields = {};
|
|
@@ -94,7 +94,7 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
94
94
|
key: "getOffset",
|
|
95
95
|
value:
|
|
96
96
|
/**
|
|
97
|
-
* Returns The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
97
|
+
* Returns The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
98
98
|
* @return {Number}
|
|
99
99
|
*/
|
|
100
100
|
function getOffset() {
|
|
@@ -102,8 +102,8 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
|
-
* Sets The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
106
|
-
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
105
|
+
* Sets The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
106
|
+
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
107
107
|
*/
|
|
108
108
|
}, {
|
|
109
109
|
key: "setOffset",
|
|
@@ -112,7 +112,7 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
|
-
* Returns The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
115
|
+
* Returns The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
116
116
|
* @return {Number}
|
|
117
117
|
*/
|
|
118
118
|
}, {
|
|
@@ -122,8 +122,8 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* Sets The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
126
|
-
* @param {Number} length The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
125
|
+
* Sets The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
126
|
+
* @param {Number} length The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
127
127
|
*/
|
|
128
128
|
}, {
|
|
129
129
|
key: "setLength",
|
|
@@ -132,7 +132,7 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
|
-
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
135
|
+
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
136
136
|
* minimum: 32768
|
|
137
137
|
* maximum: 262144
|
|
138
138
|
* @return {Number}
|
|
@@ -144,8 +144,8 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
148
|
-
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
147
|
+
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
148
|
+
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
149
149
|
*/
|
|
150
150
|
}, {
|
|
151
151
|
key: "setBlockSizeByte",
|
|
@@ -299,7 +299,7 @@ var VmRecoveryPointChangedRegionsComputeSpec = exports["default"] = /*#__PURE__*
|
|
|
299
299
|
}]);
|
|
300
300
|
}(_VmDiskRecoveryPointClusterDiscoverSpec["default"]);
|
|
301
301
|
/**
|
|
302
|
-
* The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
302
|
+
* The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
303
303
|
* @memberof VmRecoveryPointChangedRegionsComputeSpec
|
|
304
304
|
*/
|
|
305
305
|
function _toJsonMapType(obj, forMutation) {
|
|
@@ -332,13 +332,13 @@ function _handleDateType(obj, isDateOnly) {
|
|
|
332
332
|
VmRecoveryPointChangedRegionsComputeSpec.prototype.offset = undefined;
|
|
333
333
|
|
|
334
334
|
/**
|
|
335
|
-
* The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
335
|
+
* The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
336
336
|
* @memberof VmRecoveryPointChangedRegionsComputeSpec
|
|
337
337
|
*/
|
|
338
338
|
VmRecoveryPointChangedRegionsComputeSpec.prototype.length = undefined;
|
|
339
339
|
|
|
340
340
|
/**
|
|
341
|
-
* When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
341
|
+
* When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
342
342
|
* @memberof VmRecoveryPointChangedRegionsComputeSpec
|
|
343
343
|
*/
|
|
344
344
|
VmRecoveryPointChangedRegionsComputeSpec.prototype.blockSizeByte = undefined;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The VolumeGroupDiskRecoveryPointClusterDiscoverSpec model module.
|
|
3
3
|
* @module Ntnx/VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.1.1
|
|
5
5
|
* @class VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
6
6
|
* @extends BaseRecoveryPointSpec
|
|
7
7
|
*/
|
|
8
8
|
export default class VolumeGroupDiskRecoveryPointClusterDiscoverSpec extends BaseRecoveryPointSpec {
|
|
9
9
|
/**
|
|
10
|
-
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
10
|
+
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
11
11
|
* @return {string}
|
|
12
12
|
*/
|
|
13
13
|
getReferenceVolumeGroupRecoveryPointExtId(): string;
|
|
14
14
|
/**
|
|
15
|
-
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
16
|
-
* @param {string} referenceVolumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
15
|
+
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
16
|
+
* @param {string} referenceVolumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
17
17
|
*/
|
|
18
18
|
setReferenceVolumeGroupRecoveryPointExtId(referenceVolumeGroupRecoveryPointExtId: string): void;
|
|
19
19
|
referenceVolumeGroupRecoveryPointExtId: string;
|
package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js
CHANGED
|
@@ -35,11 +35,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
35
35
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
36
36
|
* Nutanix Data Protection APIs
|
|
37
37
|
*
|
|
38
|
-
* OpenAPI spec version: 4.
|
|
38
|
+
* OpenAPI spec version: 4.1.1
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
41
41
|
*
|
|
42
|
-
* Open API Dev Platform Codegen version:
|
|
42
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
43
43
|
*
|
|
44
44
|
* Do not edit the class manually.
|
|
45
45
|
*
|
|
@@ -47,7 +47,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
47
47
|
/**
|
|
48
48
|
* The VolumeGroupDiskRecoveryPointClusterDiscoverSpec model module.
|
|
49
49
|
* @module Ntnx/VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
50
|
-
* @version 4.
|
|
50
|
+
* @version 4.1.1
|
|
51
51
|
* @class VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
52
52
|
* @extends BaseRecoveryPointSpec
|
|
53
53
|
*/
|
|
@@ -73,7 +73,7 @@ var VolumeGroupDiskRecoveryPointClusterDiscoverSpec = exports["default"] = /*#__
|
|
|
73
73
|
_this.$objectType = "dataprotection.v4.content.VolumeGroupDiskRecoveryPointClusterDiscoverSpec";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r1"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$unknownFields = {};
|
|
@@ -93,7 +93,7 @@ var VolumeGroupDiskRecoveryPointClusterDiscoverSpec = exports["default"] = /*#__
|
|
|
93
93
|
key: "getReferenceVolumeGroupRecoveryPointExtId",
|
|
94
94
|
value:
|
|
95
95
|
/**
|
|
96
|
-
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
96
|
+
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
97
97
|
* @return {string}
|
|
98
98
|
*/
|
|
99
99
|
function getReferenceVolumeGroupRecoveryPointExtId() {
|
|
@@ -101,8 +101,8 @@ var VolumeGroupDiskRecoveryPointClusterDiscoverSpec = exports["default"] = /*#__
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
|
-
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
105
|
-
* @param {string} referenceVolumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
104
|
+
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
105
|
+
* @param {string} referenceVolumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
106
106
|
*/
|
|
107
107
|
}, {
|
|
108
108
|
key: "setReferenceVolumeGroupRecoveryPointExtId",
|
|
@@ -225,7 +225,7 @@ var VolumeGroupDiskRecoveryPointClusterDiscoverSpec = exports["default"] = /*#__
|
|
|
225
225
|
}]);
|
|
226
226
|
}(_BaseRecoveryPointSpec["default"]);
|
|
227
227
|
/**
|
|
228
|
-
* The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
228
|
+
* The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
229
229
|
* @memberof VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
230
230
|
*/
|
|
231
231
|
function _toJsonMapType(obj, forMutation) {
|
package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The VolumeGroupDiskRecoveryPointReference model module.
|
|
3
3
|
* @module Ntnx/VolumeGroupDiskRecoveryPointReference
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.1.1
|
|
5
5
|
* @class VolumeGroupDiskRecoveryPointReference
|
|
6
6
|
* @extends DiskRecoveryPointReference
|
|
7
7
|
*/
|
|
8
8
|
export default class VolumeGroupDiskRecoveryPointReference extends DiskRecoveryPointReference {
|
|
9
9
|
/**
|
|
10
|
-
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
10
|
+
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
11
11
|
* @return {string}
|
|
12
12
|
*/
|
|
13
13
|
getVolumeGroupRecoveryPointExtId(): string;
|
|
14
14
|
/**
|
|
15
|
-
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
16
|
-
* @param {string} volumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
15
|
+
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
16
|
+
* @param {string} volumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
17
17
|
*/
|
|
18
18
|
setVolumeGroupRecoveryPointExtId(volumeGroupRecoveryPointExtId: string): void;
|
|
19
19
|
volumeGroupRecoveryPointExtId: string;
|
|
@@ -35,11 +35,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
35
35
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
36
36
|
* Nutanix Data Protection APIs
|
|
37
37
|
*
|
|
38
|
-
* OpenAPI spec version: 4.
|
|
38
|
+
* OpenAPI spec version: 4.1.1
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
41
41
|
*
|
|
42
|
-
* Open API Dev Platform Codegen version:
|
|
42
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
43
43
|
*
|
|
44
44
|
* Do not edit the class manually.
|
|
45
45
|
*
|
|
@@ -47,7 +47,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
47
47
|
/**
|
|
48
48
|
* The VolumeGroupDiskRecoveryPointReference model module.
|
|
49
49
|
* @module Ntnx/VolumeGroupDiskRecoveryPointReference
|
|
50
|
-
* @version 4.
|
|
50
|
+
* @version 4.1.1
|
|
51
51
|
* @class VolumeGroupDiskRecoveryPointReference
|
|
52
52
|
* @extends DiskRecoveryPointReference
|
|
53
53
|
*/
|
|
@@ -55,7 +55,7 @@ var _VolumeGroupDiskRecoveryPointReference_brand = /*#__PURE__*/new WeakSet();
|
|
|
55
55
|
var VolumeGroupDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/function (_DiskRecoveryPointRef) {
|
|
56
56
|
/**
|
|
57
57
|
* Constructs a new <code>VolumeGroupDiskRecoveryPointReference</code>.
|
|
58
|
-
* Specs containing
|
|
58
|
+
* Specs containing VM disk recovery point information used to discover the cluster.
|
|
59
59
|
* @alias module:Ntnx/VolumeGroupDiskRecoveryPointReference
|
|
60
60
|
* @extends module:Ntnx/DiskRecoveryPointReference
|
|
61
61
|
*/
|
|
@@ -73,7 +73,7 @@ var VolumeGroupDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/fu
|
|
|
73
73
|
_this.$objectType = "dataprotection.v4.content.VolumeGroupDiskRecoveryPointReference";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r1"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$unknownFields = {};
|
|
@@ -93,7 +93,7 @@ var VolumeGroupDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/fu
|
|
|
93
93
|
key: "getVolumeGroupRecoveryPointExtId",
|
|
94
94
|
value:
|
|
95
95
|
/**
|
|
96
|
-
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
96
|
+
* Returns The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
97
97
|
* @return {string}
|
|
98
98
|
*/
|
|
99
99
|
function getVolumeGroupRecoveryPointExtId() {
|
|
@@ -101,8 +101,8 @@ var VolumeGroupDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/fu
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
|
-
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
105
|
-
* @param {string} volumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
104
|
+
* Sets The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
105
|
+
* @param {string} volumeGroupRecoveryPointExtId The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
106
106
|
*/
|
|
107
107
|
}, {
|
|
108
108
|
key: "setVolumeGroupRecoveryPointExtId",
|
|
@@ -225,7 +225,7 @@ var VolumeGroupDiskRecoveryPointReference = exports["default"] = /*#__PURE__*/fu
|
|
|
225
225
|
}]);
|
|
226
226
|
}(_DiskRecoveryPointReference["default"]);
|
|
227
227
|
/**
|
|
228
|
-
* The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore use the volume group recovery point external identifier instead).
|
|
228
|
+
* The external identifier that can be used to retrieve the volume group recovery point using its URL (Note: This attribute will be removed in future releases; therefore, use the volume group recovery point external identifier instead).
|
|
229
229
|
* @memberof VolumeGroupDiskRecoveryPointReference
|
|
230
230
|
*/
|
|
231
231
|
function _toJsonMapType(obj, forMutation) {
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The VolumeGroupRecoveryPointChangedRegionsComputeSpec model module.
|
|
3
3
|
* @module Ntnx/VolumeGroupRecoveryPointChangedRegionsComputeSpec
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.1.1
|
|
5
5
|
* @class VolumeGroupRecoveryPointChangedRegionsComputeSpec
|
|
6
6
|
* @extends VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
7
7
|
*/
|
|
8
8
|
export default class VolumeGroupRecoveryPointChangedRegionsComputeSpec extends VolumeGroupDiskRecoveryPointClusterDiscoverSpec {
|
|
9
9
|
/**
|
|
10
|
-
* Returns The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
10
|
+
* Returns The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
11
11
|
* @return {Number}
|
|
12
12
|
*/
|
|
13
13
|
getOffset(): number;
|
|
14
14
|
/**
|
|
15
|
-
* Sets The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
16
|
-
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
15
|
+
* Sets The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
16
|
+
* @param {Number} offset The start offset value to compute the changed region. If the value is not provided, then the difference is executed from the offset of 0. Note: the start offset might automatically align to a system-defined block boundary.
|
|
17
17
|
*/
|
|
18
18
|
setOffset(offset: number): void;
|
|
19
19
|
offset: number;
|
|
20
20
|
/**
|
|
21
|
-
* Returns The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
21
|
+
* Returns The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
22
22
|
* @return {Number}
|
|
23
23
|
*/
|
|
24
24
|
getLength(): number;
|
|
25
25
|
/**
|
|
26
|
-
* Sets The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
27
|
-
* @param {Number} length The length to compute the changed region. If the value is not provided, the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
26
|
+
* Sets The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
27
|
+
* @param {Number} length The length to compute the changed region. If the value is not provided, then the difference is performed from the start offset to the end of the disk. Note: the end offset might automatically align to a system-defined block boundary.
|
|
28
28
|
*/
|
|
29
29
|
setLength(length: number): void;
|
|
30
30
|
length: number;
|
|
31
31
|
/**
|
|
32
|
-
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
32
|
+
* Returns When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
33
33
|
* minimum: 32768
|
|
34
34
|
* maximum: 262144
|
|
35
35
|
* @return {Number}
|
|
36
36
|
*/
|
|
37
37
|
getBlockSizeByte(): number;
|
|
38
38
|
/**
|
|
39
|
-
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
40
|
-
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
39
|
+
* Sets When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
40
|
+
* @param {Number} blockSizeByte When blockSizeByte is set, all returned ranges will start and end at blockSize addresses, and the changed blocks will match the block size. Supported values of blockSizeByte are [32768, 65536, 131072, 262144]. Example: if blockSizeByte is set to 32768 (i.e 32KB), all ranges will start at multiple of 32KB and end at multiple of 32KB value.
|
|
41
41
|
*/
|
|
42
42
|
setBlockSizeByte(blockSizeByte: number): void;
|
|
43
43
|
blockSizeByte: number;
|