@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
package/dist/es/index.d.ts
CHANGED
|
@@ -31,10 +31,8 @@ declare namespace _default {
|
|
|
31
31
|
export { ConsistencyGroupMemberType };
|
|
32
32
|
export { ConsistencyGroupMigrationSpec };
|
|
33
33
|
export { ConsistencyGroupProjection };
|
|
34
|
-
export { CreateConsistencyGroupApiResponse };
|
|
35
34
|
export { CreateRecoveryPointApiResponse };
|
|
36
35
|
export { DataProtectionSiteReference };
|
|
37
|
-
export { DeleteConsistencyGroupApiResponse };
|
|
38
36
|
export { DeleteRecoveryPointApiResponse };
|
|
39
37
|
export { EsxiVmOverrideSpec };
|
|
40
38
|
export { ExpirationTimeSpec };
|
|
@@ -43,10 +41,9 @@ declare namespace _default {
|
|
|
43
41
|
export { GetVmRecoveryPointApiResponse };
|
|
44
42
|
export { HostReference };
|
|
45
43
|
export { HostType };
|
|
46
|
-
export {
|
|
44
|
+
export { HypervisorType };
|
|
47
45
|
export { ListRecoveryPointsApiResponse };
|
|
48
46
|
export { LocationReference };
|
|
49
|
-
export { MigrateConsistencyGroupApiResponse };
|
|
50
47
|
export { NutanixObjectsBucket };
|
|
51
48
|
export { ObjectStorageType };
|
|
52
49
|
export { ProtectedEntityType };
|
|
@@ -68,9 +65,7 @@ declare namespace _default {
|
|
|
68
65
|
export { RestorableTimeRange };
|
|
69
66
|
export { SiteProtectionInfo };
|
|
70
67
|
export { SiteReference };
|
|
71
|
-
export { SynchronousReplicaPromoteApiResponse };
|
|
72
68
|
export { SynchronousReplicationRole };
|
|
73
|
-
export { UpdateConsistencyGroupApiResponse };
|
|
74
69
|
export { UpdateRecoveryPointExpirationTimeApiResponse };
|
|
75
70
|
export { VmRecoveryPoint };
|
|
76
71
|
export { VmRecoveryPointRestoreOverride };
|
|
@@ -102,6 +97,16 @@ declare namespace _default {
|
|
|
102
97
|
export { SchemaValidationError };
|
|
103
98
|
export { SchemaValidationErrorMessage };
|
|
104
99
|
export { TaskReference };
|
|
100
|
+
export { CategoryReference };
|
|
101
|
+
export { OwnerReference };
|
|
102
|
+
export { OwnershipInfo };
|
|
103
|
+
export { SubnetReference };
|
|
104
|
+
export { VmConfigOverrideSpecification };
|
|
105
|
+
export { VmRestoreIpv4ConfigOverrideSpec };
|
|
106
|
+
export { VmRestoreNicConfigOverrideParams };
|
|
107
|
+
export { VmRestoreNicConfigSpecification };
|
|
108
|
+
export { VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec };
|
|
109
|
+
export { VmRestoreVirtualEthernetNicOverrideSpec };
|
|
105
110
|
}
|
|
106
111
|
export default _default;
|
|
107
112
|
import { ApiClient } from "./ApiClient";
|
|
@@ -136,10 +141,8 @@ import ConsistencyGroupMember from "./models/dataprotection/v4/config/Consistenc
|
|
|
136
141
|
import ConsistencyGroupMemberType from "./models/dataprotection/v4/config/ConsistencyGroupMemberType";
|
|
137
142
|
import ConsistencyGroupMigrationSpec from "./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec";
|
|
138
143
|
import ConsistencyGroupProjection from "./models/dataprotection/v4/config/ConsistencyGroupProjection";
|
|
139
|
-
import CreateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse";
|
|
140
144
|
import CreateRecoveryPointApiResponse from "./models/dataprotection/v4/config/CreateRecoveryPointApiResponse";
|
|
141
145
|
import DataProtectionSiteReference from "./models/dataprotection/v4/config/DataProtectionSiteReference";
|
|
142
|
-
import DeleteConsistencyGroupApiResponse from "./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse";
|
|
143
146
|
import DeleteRecoveryPointApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse";
|
|
144
147
|
import EsxiVmOverrideSpec from "./models/dataprotection/v4/config/EsxiVmOverrideSpec";
|
|
145
148
|
import ExpirationTimeSpec from "./models/dataprotection/v4/config/ExpirationTimeSpec";
|
|
@@ -148,10 +151,9 @@ import GetRecoveryPointApiResponse from "./models/dataprotection/v4/config/GetRe
|
|
|
148
151
|
import GetVmRecoveryPointApiResponse from "./models/dataprotection/v4/config/GetVmRecoveryPointApiResponse";
|
|
149
152
|
import HostReference from "./models/dataprotection/v4/config/HostReference";
|
|
150
153
|
import HostType from "./models/dataprotection/v4/config/HostType";
|
|
151
|
-
import
|
|
154
|
+
import HypervisorType from "./models/dataprotection/v4/config/HypervisorType";
|
|
152
155
|
import ListRecoveryPointsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPointsApiResponse";
|
|
153
156
|
import LocationReference from "./models/dataprotection/v4/config/LocationReference";
|
|
154
|
-
import MigrateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse";
|
|
155
157
|
import NutanixObjectsBucket from "./models/dataprotection/v4/config/NutanixObjectsBucket";
|
|
156
158
|
import ObjectStorageType from "./models/dataprotection/v4/config/ObjectStorageType";
|
|
157
159
|
import ProtectedEntityType from "./models/dataprotection/v4/config/ProtectedEntityType";
|
|
@@ -173,9 +175,7 @@ import ReplicationState from "./models/dataprotection/v4/config/ReplicationState
|
|
|
173
175
|
import RestorableTimeRange from "./models/dataprotection/v4/config/RestorableTimeRange";
|
|
174
176
|
import SiteProtectionInfo from "./models/dataprotection/v4/config/SiteProtectionInfo";
|
|
175
177
|
import SiteReference from "./models/dataprotection/v4/config/SiteReference";
|
|
176
|
-
import SynchronousReplicaPromoteApiResponse from "./models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse";
|
|
177
178
|
import SynchronousReplicationRole from "./models/dataprotection/v4/config/SynchronousReplicationRole";
|
|
178
|
-
import UpdateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse";
|
|
179
179
|
import UpdateRecoveryPointExpirationTimeApiResponse from "./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse";
|
|
180
180
|
import VmRecoveryPoint from "./models/dataprotection/v4/config/VmRecoveryPoint";
|
|
181
181
|
import VmRecoveryPointRestoreOverride from "./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride";
|
|
@@ -207,4 +207,14 @@ import ErrorResponse from "./models/dataprotection/v4/error/ErrorResponse";
|
|
|
207
207
|
import SchemaValidationError from "./models/dataprotection/v4/error/SchemaValidationError";
|
|
208
208
|
import SchemaValidationErrorMessage from "./models/dataprotection/v4/error/SchemaValidationErrorMessage";
|
|
209
209
|
import TaskReference from "./models/prism/v4/config/TaskReference";
|
|
210
|
-
|
|
210
|
+
import CategoryReference from "./models/vmm/v4/ahv/config/CategoryReference";
|
|
211
|
+
import OwnerReference from "./models/vmm/v4/ahv/config/OwnerReference";
|
|
212
|
+
import OwnershipInfo from "./models/vmm/v4/ahv/config/OwnershipInfo";
|
|
213
|
+
import SubnetReference from "./models/vmm/v4/ahv/config/SubnetReference";
|
|
214
|
+
import VmConfigOverrideSpecification from "./models/vmm/v4/ahv/config/VmConfigOverrideSpecification";
|
|
215
|
+
import VmRestoreIpv4ConfigOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec";
|
|
216
|
+
import VmRestoreNicConfigOverrideParams from "./models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams";
|
|
217
|
+
import VmRestoreNicConfigSpecification from "./models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification";
|
|
218
|
+
import VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec";
|
|
219
|
+
import VmRestoreVirtualEthernetNicOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec";
|
|
220
|
+
export { ApiClient, ProtectedResourcesApi, RecoveryPointsApi, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BackupType, BaseRecoveryPoint, BaseVmRecoveryPoint, ClusterInfo, DiskRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VssProperties, AhvVmOverrideSpec, AmazonS3Bucket, AzureBlobStorageContainer, ClusterInfoApiResponse, ConsistencyGroup, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, CreateRecoveryPointApiResponse, DataProtectionSiteReference, DeleteRecoveryPointApiResponse, EsxiVmOverrideSpec, ExpirationTimeSpec, GetProtectedResourceApiResponse, GetRecoveryPointApiResponse, GetVmRecoveryPointApiResponse, HostReference, HostType, HypervisorType, ListRecoveryPointsApiResponse, LocationReference, NutanixObjectsBucket, ObjectStorageType, ProtectedEntityType, ProtectedResource, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPoint, RecoveryPointProjection, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRepository, RecoveryPointRepositoryProjection, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, ReplicationState, RestorableTimeRange, SiteProtectionInfo, SiteReference, SynchronousReplicationRole, UpdateRecoveryPointExpirationTimeApiResponse, VmRecoveryPoint, VmRecoveryPointRestoreOverride, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSyncContext, Witness, WitnessAvailabilityStatus, BaseRecoveryPointSpec, ChangedRegion, ChangedVmRegionsApiResponse, ChangedVolumeGroupRegionsApiResponse, ClusterDiscoverOperation, ClusterDiscoverSpec, ComputeChangedRegionsClusterDiscoverSpec, DiskRecoveryPointReference, GetVssMetadataApiResponse, GetVssMetadataClusterDiscoverSpec, RegionType, VmDiskRecoveryPointClusterDiscoverSpec, VmDiskRecoveryPointReference, VmRecoveryPointChangedRegionsComputeSpec, VolumeGroupDiskRecoveryPointClusterDiscoverSpec, VolumeGroupDiskRecoveryPointReference, VolumeGroupRecoveryPointChangedRegionsComputeSpec, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference, CategoryReference, OwnerReference, OwnershipInfo, SubnetReference, VmConfigOverrideSpecification, VmRestoreIpv4ConfigOverrideSpec, VmRestoreNicConfigOverrideParams, VmRestoreNicConfigSpecification, VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec, VmRestoreVirtualEthernetNicOverrideSpec };
|
package/dist/es/index.js
CHANGED
|
@@ -69,6 +69,12 @@ Object.defineProperty(exports, "BaseVmRecoveryPoint", {
|
|
|
69
69
|
return _BaseVmRecoveryPoint["default"];
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
+
Object.defineProperty(exports, "CategoryReference", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function get() {
|
|
75
|
+
return _CategoryReference["default"];
|
|
76
|
+
}
|
|
77
|
+
});
|
|
72
78
|
Object.defineProperty(exports, "ChangedRegion", {
|
|
73
79
|
enumerable: true,
|
|
74
80
|
get: function get() {
|
|
@@ -147,12 +153,6 @@ Object.defineProperty(exports, "ConsistencyGroupProjection", {
|
|
|
147
153
|
return _ConsistencyGroupProjection["default"];
|
|
148
154
|
}
|
|
149
155
|
});
|
|
150
|
-
Object.defineProperty(exports, "CreateConsistencyGroupApiResponse", {
|
|
151
|
-
enumerable: true,
|
|
152
|
-
get: function get() {
|
|
153
|
-
return _CreateConsistencyGroupApiResponse["default"];
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
156
|
Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
|
|
157
157
|
enumerable: true,
|
|
158
158
|
get: function get() {
|
|
@@ -165,12 +165,6 @@ Object.defineProperty(exports, "DataProtectionSiteReference", {
|
|
|
165
165
|
return _DataProtectionSiteReference["default"];
|
|
166
166
|
}
|
|
167
167
|
});
|
|
168
|
-
Object.defineProperty(exports, "DeleteConsistencyGroupApiResponse", {
|
|
169
|
-
enumerable: true,
|
|
170
|
-
get: function get() {
|
|
171
|
-
return _DeleteConsistencyGroupApiResponse["default"];
|
|
172
|
-
}
|
|
173
|
-
});
|
|
174
168
|
Object.defineProperty(exports, "DeleteRecoveryPointApiResponse", {
|
|
175
169
|
enumerable: true,
|
|
176
170
|
get: function get() {
|
|
@@ -261,6 +255,12 @@ Object.defineProperty(exports, "HostType", {
|
|
|
261
255
|
return _HostType["default"];
|
|
262
256
|
}
|
|
263
257
|
});
|
|
258
|
+
Object.defineProperty(exports, "HypervisorType", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function get() {
|
|
261
|
+
return _HypervisorType["default"];
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
264
|
Object.defineProperty(exports, "IPAddress", {
|
|
265
265
|
enumerable: true,
|
|
266
266
|
get: function get() {
|
|
@@ -279,12 +279,6 @@ Object.defineProperty(exports, "IPv6Address", {
|
|
|
279
279
|
return _IPv6Address["default"];
|
|
280
280
|
}
|
|
281
281
|
});
|
|
282
|
-
Object.defineProperty(exports, "IpAddress", {
|
|
283
|
-
enumerable: true,
|
|
284
|
-
get: function get() {
|
|
285
|
-
return _IpAddress["default"];
|
|
286
|
-
}
|
|
287
|
-
});
|
|
288
282
|
Object.defineProperty(exports, "KVPair", {
|
|
289
283
|
enumerable: true,
|
|
290
284
|
get: function get() {
|
|
@@ -321,12 +315,6 @@ Object.defineProperty(exports, "MessageSeverity", {
|
|
|
321
315
|
return _MessageSeverity["default"];
|
|
322
316
|
}
|
|
323
317
|
});
|
|
324
|
-
Object.defineProperty(exports, "MigrateConsistencyGroupApiResponse", {
|
|
325
|
-
enumerable: true,
|
|
326
|
-
get: function get() {
|
|
327
|
-
return _MigrateConsistencyGroupApiResponse["default"];
|
|
328
|
-
}
|
|
329
|
-
});
|
|
330
318
|
Object.defineProperty(exports, "NutanixObjectsBucket", {
|
|
331
319
|
enumerable: true,
|
|
332
320
|
get: function get() {
|
|
@@ -339,6 +327,18 @@ Object.defineProperty(exports, "ObjectStorageType", {
|
|
|
339
327
|
return _ObjectStorageType["default"];
|
|
340
328
|
}
|
|
341
329
|
});
|
|
330
|
+
Object.defineProperty(exports, "OwnerReference", {
|
|
331
|
+
enumerable: true,
|
|
332
|
+
get: function get() {
|
|
333
|
+
return _OwnerReference["default"];
|
|
334
|
+
}
|
|
335
|
+
});
|
|
336
|
+
Object.defineProperty(exports, "OwnershipInfo", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function get() {
|
|
339
|
+
return _OwnershipInfo["default"];
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
342
|
Object.defineProperty(exports, "ProtectedEntityType", {
|
|
343
343
|
enumerable: true,
|
|
344
344
|
get: function get() {
|
|
@@ -495,10 +495,10 @@ Object.defineProperty(exports, "SiteReference", {
|
|
|
495
495
|
return _SiteReference["default"];
|
|
496
496
|
}
|
|
497
497
|
});
|
|
498
|
-
Object.defineProperty(exports, "
|
|
498
|
+
Object.defineProperty(exports, "SubnetReference", {
|
|
499
499
|
enumerable: true,
|
|
500
500
|
get: function get() {
|
|
501
|
-
return
|
|
501
|
+
return _SubnetReference["default"];
|
|
502
502
|
}
|
|
503
503
|
});
|
|
504
504
|
Object.defineProperty(exports, "SynchronousReplicationRole", {
|
|
@@ -519,16 +519,16 @@ Object.defineProperty(exports, "TenantAwareModel", {
|
|
|
519
519
|
return _TenantAwareModel["default"];
|
|
520
520
|
}
|
|
521
521
|
});
|
|
522
|
-
Object.defineProperty(exports, "
|
|
522
|
+
Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
|
|
523
523
|
enumerable: true,
|
|
524
524
|
get: function get() {
|
|
525
|
-
return
|
|
525
|
+
return _UpdateRecoveryPointExpirationTimeApiResponse["default"];
|
|
526
526
|
}
|
|
527
527
|
});
|
|
528
|
-
Object.defineProperty(exports, "
|
|
528
|
+
Object.defineProperty(exports, "VmConfigOverrideSpecification", {
|
|
529
529
|
enumerable: true,
|
|
530
530
|
get: function get() {
|
|
531
|
-
return
|
|
531
|
+
return _VmConfigOverrideSpecification["default"];
|
|
532
532
|
}
|
|
533
533
|
});
|
|
534
534
|
Object.defineProperty(exports, "VmDiskRecoveryPointClusterDiscoverSpec", {
|
|
@@ -561,6 +561,36 @@ Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
|
|
|
561
561
|
return _VmRecoveryPointRestoreOverride["default"];
|
|
562
562
|
}
|
|
563
563
|
});
|
|
564
|
+
Object.defineProperty(exports, "VmRestoreIpv4ConfigOverrideSpec", {
|
|
565
|
+
enumerable: true,
|
|
566
|
+
get: function get() {
|
|
567
|
+
return _VmRestoreIpv4ConfigOverrideSpec["default"];
|
|
568
|
+
}
|
|
569
|
+
});
|
|
570
|
+
Object.defineProperty(exports, "VmRestoreNicConfigOverrideParams", {
|
|
571
|
+
enumerable: true,
|
|
572
|
+
get: function get() {
|
|
573
|
+
return _VmRestoreNicConfigOverrideParams["default"];
|
|
574
|
+
}
|
|
575
|
+
});
|
|
576
|
+
Object.defineProperty(exports, "VmRestoreNicConfigSpecification", {
|
|
577
|
+
enumerable: true,
|
|
578
|
+
get: function get() {
|
|
579
|
+
return _VmRestoreNicConfigSpecification["default"];
|
|
580
|
+
}
|
|
581
|
+
});
|
|
582
|
+
Object.defineProperty(exports, "VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec", {
|
|
583
|
+
enumerable: true,
|
|
584
|
+
get: function get() {
|
|
585
|
+
return _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec["default"];
|
|
586
|
+
}
|
|
587
|
+
});
|
|
588
|
+
Object.defineProperty(exports, "VmRestoreVirtualEthernetNicOverrideSpec", {
|
|
589
|
+
enumerable: true,
|
|
590
|
+
get: function get() {
|
|
591
|
+
return _VmRestoreVirtualEthernetNicOverrideSpec["default"];
|
|
592
|
+
}
|
|
593
|
+
});
|
|
564
594
|
Object.defineProperty(exports, "VolumeGroupDiskRecoveryPointClusterDiscoverSpec", {
|
|
565
595
|
enumerable: true,
|
|
566
596
|
get: function get() {
|
|
@@ -654,10 +684,8 @@ var _ConsistencyGroupMember = _interopRequireDefault(require("./models/dataprote
|
|
|
654
684
|
var _ConsistencyGroupMemberType = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMemberType"));
|
|
655
685
|
var _ConsistencyGroupMigrationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec"));
|
|
656
686
|
var _ConsistencyGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupProjection"));
|
|
657
|
-
var _CreateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse"));
|
|
658
687
|
var _CreateRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateRecoveryPointApiResponse"));
|
|
659
688
|
var _DataProtectionSiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionSiteReference"));
|
|
660
|
-
var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
|
|
661
689
|
var _DeleteRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse"));
|
|
662
690
|
var _EsxiVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/EsxiVmOverrideSpec"));
|
|
663
691
|
var _ExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ExpirationTimeSpec"));
|
|
@@ -666,10 +694,9 @@ var _GetRecoveryPointApiResponse = _interopRequireDefault(require("./models/data
|
|
|
666
694
|
var _GetVmRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetVmRecoveryPointApiResponse"));
|
|
667
695
|
var _HostReference = _interopRequireDefault(require("./models/dataprotection/v4/config/HostReference"));
|
|
668
696
|
var _HostType = _interopRequireDefault(require("./models/dataprotection/v4/config/HostType"));
|
|
669
|
-
var
|
|
697
|
+
var _HypervisorType = _interopRequireDefault(require("./models/dataprotection/v4/config/HypervisorType"));
|
|
670
698
|
var _ListRecoveryPointsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPointsApiResponse"));
|
|
671
699
|
var _LocationReference = _interopRequireDefault(require("./models/dataprotection/v4/config/LocationReference"));
|
|
672
|
-
var _MigrateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse"));
|
|
673
700
|
var _NutanixObjectsBucket = _interopRequireDefault(require("./models/dataprotection/v4/config/NutanixObjectsBucket"));
|
|
674
701
|
var _ObjectStorageType = _interopRequireDefault(require("./models/dataprotection/v4/config/ObjectStorageType"));
|
|
675
702
|
var _ProtectedEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedEntityType"));
|
|
@@ -691,9 +718,7 @@ var _ReplicationState = _interopRequireDefault(require("./models/dataprotection/
|
|
|
691
718
|
var _RestorableTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/RestorableTimeRange"));
|
|
692
719
|
var _SiteProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteProtectionInfo"));
|
|
693
720
|
var _SiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteReference"));
|
|
694
|
-
var _SynchronousReplicaPromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse"));
|
|
695
721
|
var _SynchronousReplicationRole = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicationRole"));
|
|
696
|
-
var _UpdateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse"));
|
|
697
722
|
var _UpdateRecoveryPointExpirationTimeApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse"));
|
|
698
723
|
var _VmRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPoint"));
|
|
699
724
|
var _VmRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride"));
|
|
@@ -725,6 +750,16 @@ var _ErrorResponse = _interopRequireDefault(require("./models/dataprotection/v4/
|
|
|
725
750
|
var _SchemaValidationError = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationError"));
|
|
726
751
|
var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationErrorMessage"));
|
|
727
752
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
753
|
+
var _CategoryReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/CategoryReference"));
|
|
754
|
+
var _OwnerReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/OwnerReference"));
|
|
755
|
+
var _OwnershipInfo = _interopRequireDefault(require("./models/vmm/v4/ahv/config/OwnershipInfo"));
|
|
756
|
+
var _SubnetReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/SubnetReference"));
|
|
757
|
+
var _VmConfigOverrideSpecification = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmConfigOverrideSpecification"));
|
|
758
|
+
var _VmRestoreIpv4ConfigOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec"));
|
|
759
|
+
var _VmRestoreNicConfigOverrideParams = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams"));
|
|
760
|
+
var _VmRestoreNicConfigSpecification = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification"));
|
|
761
|
+
var _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec"));
|
|
762
|
+
var _VmRestoreVirtualEthernetNicOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec"));
|
|
728
763
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
729
764
|
// Export base files
|
|
730
765
|
// Export APIs
|
|
@@ -762,10 +797,8 @@ var _default = exports["default"] = {
|
|
|
762
797
|
ConsistencyGroupMemberType: _ConsistencyGroupMemberType["default"],
|
|
763
798
|
ConsistencyGroupMigrationSpec: _ConsistencyGroupMigrationSpec["default"],
|
|
764
799
|
ConsistencyGroupProjection: _ConsistencyGroupProjection["default"],
|
|
765
|
-
CreateConsistencyGroupApiResponse: _CreateConsistencyGroupApiResponse["default"],
|
|
766
800
|
CreateRecoveryPointApiResponse: _CreateRecoveryPointApiResponse["default"],
|
|
767
801
|
DataProtectionSiteReference: _DataProtectionSiteReference["default"],
|
|
768
|
-
DeleteConsistencyGroupApiResponse: _DeleteConsistencyGroupApiResponse["default"],
|
|
769
802
|
DeleteRecoveryPointApiResponse: _DeleteRecoveryPointApiResponse["default"],
|
|
770
803
|
EsxiVmOverrideSpec: _EsxiVmOverrideSpec["default"],
|
|
771
804
|
ExpirationTimeSpec: _ExpirationTimeSpec["default"],
|
|
@@ -774,10 +807,9 @@ var _default = exports["default"] = {
|
|
|
774
807
|
GetVmRecoveryPointApiResponse: _GetVmRecoveryPointApiResponse["default"],
|
|
775
808
|
HostReference: _HostReference["default"],
|
|
776
809
|
HostType: _HostType["default"],
|
|
777
|
-
|
|
810
|
+
HypervisorType: _HypervisorType["default"],
|
|
778
811
|
ListRecoveryPointsApiResponse: _ListRecoveryPointsApiResponse["default"],
|
|
779
812
|
LocationReference: _LocationReference["default"],
|
|
780
|
-
MigrateConsistencyGroupApiResponse: _MigrateConsistencyGroupApiResponse["default"],
|
|
781
813
|
NutanixObjectsBucket: _NutanixObjectsBucket["default"],
|
|
782
814
|
ObjectStorageType: _ObjectStorageType["default"],
|
|
783
815
|
ProtectedEntityType: _ProtectedEntityType["default"],
|
|
@@ -799,9 +831,7 @@ var _default = exports["default"] = {
|
|
|
799
831
|
RestorableTimeRange: _RestorableTimeRange["default"],
|
|
800
832
|
SiteProtectionInfo: _SiteProtectionInfo["default"],
|
|
801
833
|
SiteReference: _SiteReference["default"],
|
|
802
|
-
SynchronousReplicaPromoteApiResponse: _SynchronousReplicaPromoteApiResponse["default"],
|
|
803
834
|
SynchronousReplicationRole: _SynchronousReplicationRole["default"],
|
|
804
|
-
UpdateConsistencyGroupApiResponse: _UpdateConsistencyGroupApiResponse["default"],
|
|
805
835
|
UpdateRecoveryPointExpirationTimeApiResponse: _UpdateRecoveryPointExpirationTimeApiResponse["default"],
|
|
806
836
|
VmRecoveryPoint: _VmRecoveryPoint["default"],
|
|
807
837
|
VmRecoveryPointRestoreOverride: _VmRecoveryPointRestoreOverride["default"],
|
|
@@ -832,5 +862,15 @@ var _default = exports["default"] = {
|
|
|
832
862
|
ErrorResponse: _ErrorResponse["default"],
|
|
833
863
|
SchemaValidationError: _SchemaValidationError["default"],
|
|
834
864
|
SchemaValidationErrorMessage: _SchemaValidationErrorMessage["default"],
|
|
835
|
-
TaskReference: _TaskReference["default"]
|
|
865
|
+
TaskReference: _TaskReference["default"],
|
|
866
|
+
CategoryReference: _CategoryReference["default"],
|
|
867
|
+
OwnerReference: _OwnerReference["default"],
|
|
868
|
+
OwnershipInfo: _OwnershipInfo["default"],
|
|
869
|
+
SubnetReference: _SubnetReference["default"],
|
|
870
|
+
VmConfigOverrideSpecification: _VmConfigOverrideSpecification["default"],
|
|
871
|
+
VmRestoreIpv4ConfigOverrideSpec: _VmRestoreIpv4ConfigOverrideSpec["default"],
|
|
872
|
+
VmRestoreNicConfigOverrideParams: _VmRestoreNicConfigOverrideParams["default"],
|
|
873
|
+
VmRestoreNicConfigSpecification: _VmRestoreNicConfigSpecification["default"],
|
|
874
|
+
VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec: _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec["default"],
|
|
875
|
+
VmRestoreVirtualEthernetNicOverrideSpec: _VmRestoreVirtualEthernetNicOverrideSpec["default"]
|
|
836
876
|
};
|
|
@@ -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 Flag model module.
|
|
41
41
|
* @module Ntnx/Flag
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.1.1
|
|
43
43
|
* @class Flag
|
|
44
44
|
*/
|
|
45
45
|
var _Flag_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -29,11 +29,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
29
29
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
30
30
|
* Nutanix Data Protection APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.1.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
36
|
-
* Open API Dev Platform Codegen version:
|
|
36
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
37
37
|
*
|
|
38
38
|
* Do not edit the class manually.
|
|
39
39
|
*
|
|
@@ -41,7 +41,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
41
41
|
/**
|
|
42
42
|
* The IPAddress model module.
|
|
43
43
|
* @module Ntnx/IPAddress
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.1.1
|
|
45
45
|
* @class IPAddress
|
|
46
46
|
*/
|
|
47
47
|
var _IPAddress_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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 IPv4Address model module.
|
|
41
41
|
* @module Ntnx/IPv4Address
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.1.1
|
|
43
43
|
* @class IPv4Address
|
|
44
44
|
*
|
|
45
45
|
* @param { string } value The IPv4 address of the host.
|
|
@@ -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 IPv6Address model module.
|
|
41
41
|
* @module Ntnx/IPv6Address
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.1.1
|
|
43
43
|
* @class IPv6Address
|
|
44
44
|
*
|
|
45
45
|
* @param { string } value The IPv6 address of the host.
|
|
@@ -29,11 +29,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
29
29
|
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"); } /*
|
|
30
30
|
* Nutanix Data Protection APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.1.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
36
|
-
* Open API Dev Platform Codegen version:
|
|
36
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
37
37
|
*
|
|
38
38
|
* Do not edit the class manually.
|
|
39
39
|
*
|
|
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
41
41
|
/**
|
|
42
42
|
* The KVPair model module.
|
|
43
43
|
* @module Ntnx/KVPair
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.1.1
|
|
45
45
|
* @class KVPair
|
|
46
46
|
*/
|
|
47
47
|
var _KVPair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -28,11 +28,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
28
28
|
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"); } /*
|
|
29
29
|
* Nutanix Data Protection APIs
|
|
30
30
|
*
|
|
31
|
-
* OpenAPI spec version: 4.
|
|
31
|
+
* OpenAPI spec version: 4.1.1
|
|
32
32
|
*
|
|
33
33
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
34
|
*
|
|
35
|
-
* Open API Dev Platform Codegen version:
|
|
35
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
36
36
|
*
|
|
37
37
|
* Do not edit the class manually.
|
|
38
38
|
*
|
|
@@ -40,7 +40,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
40
40
|
/**
|
|
41
41
|
* The MapOfStringWrapper model module.
|
|
42
42
|
* @module Ntnx/MapOfStringWrapper
|
|
43
|
-
* @version 4.
|
|
43
|
+
* @version 4.1.1
|
|
44
44
|
* @class MapOfStringWrapper
|
|
45
45
|
*/
|
|
46
46
|
var _MapOfStringWrapper_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -28,11 +28,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
28
28
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
29
29
|
* Nutanix Data Protection APIs
|
|
30
30
|
*
|
|
31
|
-
* OpenAPI spec version: 4.
|
|
31
|
+
* OpenAPI spec version: 4.1.1
|
|
32
32
|
*
|
|
33
33
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
34
|
*
|
|
35
|
-
* Open API Dev Platform Codegen version:
|
|
35
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
36
36
|
*
|
|
37
37
|
* Do not edit the class manually.
|
|
38
38
|
*
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
/**
|
|
41
41
|
* The Message model module.
|
|
42
42
|
* @module Ntnx/Message
|
|
43
|
-
* @version 4.
|
|
43
|
+
* @version 4.1.1
|
|
44
44
|
* @class Message
|
|
45
45
|
*/
|
|
46
46
|
var _Message_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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
|
*
|