@nutanix-scratch/dataprotection-js-client 4.1.1 → 4.3.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 +24 -16
- package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
- package/dist/Ntnx-Dataprotection-js-client.js +1213 -547
- package/dist/es/ApiClient.d.ts +29 -7
- package/dist/es/ApiClient.js +854 -667
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/dataprotectionclustercapabilities-endpoints.d.ts +46 -0
- package/dist/es/apis/dataprotectionclustercapabilities-endpoints.js +107 -0
- package/dist/es/apis/protectedresources-endpoints.d.ts +1 -1
- package/dist/es/apis/protectedresources-endpoints.js +128 -146
- package/dist/es/apis/recoveryplanactions-endpoints.d.ts +76 -0
- package/dist/es/apis/recoveryplanactions-endpoints.js +282 -0
- package/dist/es/apis/recoveryplanjobs-endpoints.d.ts +108 -0
- package/dist/es/apis/recoveryplanjobs-endpoints.js +291 -0
- package/dist/es/apis/recoverypoints-endpoints.d.ts +3 -3
- package/dist/es/apis/recoverypoints-endpoints.js +530 -552
- package/dist/es/index.d.ts +121 -1
- package/dist/es/index.js +801 -321
- package/dist/es/models/common/v1/config/EntityReference.d.ts +79 -0
- package/dist/es/models/common/v1/config/EntityReference.js +355 -0
- package/dist/es/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/es/models/common/v1/config/EntityType.js +239 -0
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/es/models/common/v1/config/IPAddress.js +170 -217
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/es/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/es/models/dataprotection/v4/common/BackupType.js +7 -9
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +12 -21
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +280 -301
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +294 -335
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.d.ts +5 -29
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.js +166 -207
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.js +163 -206
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +7 -9
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +7 -9
- package/dist/es/models/dataprotection/v4/common/VssProperties.d.ts +2 -10
- package/dist/es/models/dataprotection/v4/common/VssProperties.js +222 -267
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +75 -106
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.js +171 -212
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.js +171 -212
- package/dist/es/models/dataprotection/v4/config/Capability.d.ts +71 -0
- package/dist/es/models/dataprotection/v4/config/Capability.js +279 -0
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -26
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +244 -301
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +166 -207
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +171 -212
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +74 -103
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/CreationTimeRange.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/CreationTimeRange.js +272 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionCapabilityName.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionCapabilityName.js +77 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +34 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.js +277 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +171 -212
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +72 -0
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +292 -0
- package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +79 -0
- package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.js +352 -0
- package/dist/es/models/dataprotection/v4/config/EntityReference.d.ts +57 -0
- package/dist/es/models/dataprotection/v4/config/EntityReference.js +243 -0
- package/dist/es/models/dataprotection/v4/config/ErrorGroup.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ErrorGroup.js +113 -0
- package/dist/es/models/dataprotection/v4/config/ErrorMessage.d.ts +53 -0
- package/dist/es/models/dataprotection/v4/config/ErrorMessage.js +335 -0
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +68 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.js +311 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityType.js +143 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.js +253 -0
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +7 -12
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/config/FailoverDirection.d.ts +90 -0
- package/dist/es/models/dataprotection/v4/config/FailoverDirection.js +354 -0
- package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +55 -0
- package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +3 -44
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +2 -45
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +1 -17
- package/dist/es/models/dataprotection/v4/config/HostReference.js +153 -197
- package/dist/es/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/HypervisorType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +213 -268
- package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/LocationReference.js +142 -181
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +140 -179
- package/dist/es/models/dataprotection/v4/config/ObjectStorageType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/OperationType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/OperationType.js +251 -0
- package/dist/es/models/dataprotection/v4/config/PhaseSummary.d.ts +33 -0
- package/dist/es/models/dataprotection/v4/config/PhaseSummary.js +274 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedEntityType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +4 -72
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +307 -369
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +8 -10
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +5 -11
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +169 -210
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +149 -192
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanActionType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanActionType.js +95 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +177 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.js +771 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +107 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +132 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +624 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +129 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +89 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +128 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +32 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.js +322 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +126 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +23 -101
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +337 -348
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +75 -103
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +5 -11
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +172 -213
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -18
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +196 -246
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +73 -102
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +19 -33
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +259 -273
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.d.ts +77 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.js +405 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVm.d.ts +44 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVm.js +352 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +44 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +352 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +2 -16
- package/dist/es/models/dataprotection/v4/config/ReplicationState.js +221 -266
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +166 -207
- package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.js +329 -0
- package/dist/es/models/dataprotection/v4/config/Severity.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/Severity.js +83 -0
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -26
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.js +185 -228
- package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/SiteReference.js +171 -212
- package/dist/es/models/dataprotection/v4/config/StageSummary.d.ts +22 -0
- package/dist/es/models/dataprotection/v4/config/StageSummary.js +230 -0
- package/dist/es/models/dataprotection/v4/config/Summary.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/Summary.js +277 -0
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicationRole.js +8 -10
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +1 -33
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +183 -206
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +8 -15
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +211 -258
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +18 -32
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +283 -306
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +2 -13
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +166 -207
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -29
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +148 -192
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/es/models/dataprotection/v4/config/Witness.js +226 -278
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +7 -9
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +171 -212
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.d.ts +2 -9
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.js +189 -232
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +209 -264
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +209 -264
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverOperation.js +9 -11
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +179 -224
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +3 -9
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +197 -246
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.js +172 -213
- package/dist/es/models/dataprotection/v4/content/FileWrapper.d.ts +36 -0
- package/dist/es/models/dataprotection/v4/content/FileWrapper.js +200 -0
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +8 -48
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +188 -242
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +3 -8
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/content/RegionType.js +7 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +130 -169
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +131 -170
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +2 -12
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +264 -313
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +190 -222
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +73 -0
- package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +297 -0
- package/dist/es/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +37 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +37 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +48 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +311 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateSpec.d.ts +24 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateSpec.js +129 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +150 -183
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +142 -181
- package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +57 -0
- package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +277 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnerReference.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/OwnerReference.js +142 -181
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +2 -12
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +138 -177
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +142 -181
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +12 -39
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +283 -300
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +48 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +245 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +236 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +2 -20
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +173 -218
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +12 -9
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +252 -269
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +2 -15
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +183 -228
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +2 -31
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +162 -203
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +142 -181
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +29 -7
- package/dist/lib/ApiClient.js +854 -667
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.d.ts +46 -0
- package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.js +107 -0
- package/dist/lib/apis/protectedresources-endpoints.d.ts +1 -1
- package/dist/lib/apis/protectedresources-endpoints.js +128 -146
- package/dist/lib/apis/recoveryplanactions-endpoints.d.ts +76 -0
- package/dist/lib/apis/recoveryplanactions-endpoints.js +282 -0
- package/dist/lib/apis/recoveryplanjobs-endpoints.d.ts +108 -0
- package/dist/lib/apis/recoveryplanjobs-endpoints.js +291 -0
- package/dist/lib/apis/recoverypoints-endpoints.d.ts +3 -3
- package/dist/lib/apis/recoverypoints-endpoints.js +530 -552
- package/dist/lib/index.d.ts +121 -1
- package/dist/lib/index.js +801 -321
- package/dist/lib/models/common/v1/config/EntityReference.d.ts +79 -0
- package/dist/lib/models/common/v1/config/EntityReference.js +355 -0
- package/dist/lib/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/lib/models/common/v1/config/EntityType.js +239 -0
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/lib/models/common/v1/config/IPAddress.js +170 -217
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/lib/models/dataprotection/v4/common/BackupType.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +12 -21
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +280 -301
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +294 -335
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.d.ts +5 -29
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.js +166 -207
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.js +163 -206
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/VssProperties.d.ts +2 -10
- package/dist/lib/models/dataprotection/v4/common/VssProperties.js +222 -267
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +75 -106
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/Capability.d.ts +71 -0
- package/dist/lib/models/dataprotection/v4/config/Capability.js +279 -0
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -26
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +244 -301
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +166 -207
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +74 -103
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.js +272 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionCapabilityName.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionCapabilityName.js +77 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +34 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.js +277 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +72 -0
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +292 -0
- package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +79 -0
- package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/EntityReference.d.ts +57 -0
- package/dist/lib/models/dataprotection/v4/config/EntityReference.js +243 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorGroup.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorGroup.js +113 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorMessage.d.ts +53 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorMessage.js +335 -0
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +68 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.js +311 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityType.js +143 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.js +253 -0
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +7 -12
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/config/FailoverDirection.d.ts +90 -0
- package/dist/lib/models/dataprotection/v4/config/FailoverDirection.js +354 -0
- package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +55 -0
- package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +3 -44
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +2 -45
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +1 -17
- package/dist/lib/models/dataprotection/v4/config/HostReference.js +153 -197
- package/dist/lib/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +213 -268
- package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/LocationReference.js +142 -181
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +140 -179
- package/dist/lib/models/dataprotection/v4/config/ObjectStorageType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/OperationType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/OperationType.js +251 -0
- package/dist/lib/models/dataprotection/v4/config/PhaseSummary.d.ts +33 -0
- package/dist/lib/models/dataprotection/v4/config/PhaseSummary.js +274 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +4 -72
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +307 -369
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +8 -10
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +5 -11
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +169 -210
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +149 -192
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanActionType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanActionType.js +95 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +177 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.js +771 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +107 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +132 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +624 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +129 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +89 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +128 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +32 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.js +322 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +126 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +23 -101
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +337 -348
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +75 -103
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +5 -11
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +172 -213
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -18
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +196 -246
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +73 -102
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +19 -33
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +259 -273
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.d.ts +77 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.js +405 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.d.ts +44 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +44 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +2 -16
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +221 -266
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +166 -207
- package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.js +329 -0
- package/dist/lib/models/dataprotection/v4/config/Severity.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/Severity.js +83 -0
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -26
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.js +185 -228
- package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/SiteReference.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/StageSummary.d.ts +22 -0
- package/dist/lib/models/dataprotection/v4/config/StageSummary.js +230 -0
- package/dist/lib/models/dataprotection/v4/config/Summary.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/Summary.js +277 -0
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicationRole.js +8 -10
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +1 -33
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +183 -206
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +8 -15
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +211 -258
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +18 -32
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +283 -306
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +2 -13
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +166 -207
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -29
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +148 -192
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/lib/models/dataprotection/v4/config/Witness.js +226 -278
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +7 -9
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +171 -212
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.d.ts +2 -9
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.js +189 -232
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +209 -264
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +209 -264
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverOperation.js +9 -11
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +179 -224
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +3 -9
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +197 -246
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.js +172 -213
- package/dist/lib/models/dataprotection/v4/content/FileWrapper.d.ts +36 -0
- package/dist/lib/models/dataprotection/v4/content/FileWrapper.js +200 -0
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +8 -48
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +188 -242
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +3 -8
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/content/RegionType.js +7 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +130 -169
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +131 -170
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +2 -12
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +264 -313
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +190 -222
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +73 -0
- package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +297 -0
- package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +37 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +37 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +48 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +311 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.d.ts +24 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.js +129 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +150 -183
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +142 -181
- package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +57 -0
- package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +277 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.js +142 -181
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +2 -12
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +138 -177
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +142 -181
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +12 -39
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +283 -300
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +48 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +245 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +236 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +2 -20
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +173 -218
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +12 -9
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +252 -269
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +2 -15
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +183 -228
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +2 -31
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +162 -203
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +142 -181
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The VmRestoreGuestNicInfoOverrideSpec model module.
|
|
3
|
+
* @module Ntnx/VmRestoreGuestNicInfoOverrideSpec
|
|
4
|
+
* @version 4.3.1
|
|
5
|
+
* @class VmRestoreGuestNicInfoOverrideSpec
|
|
6
|
+
*/
|
|
7
|
+
export default class VmRestoreGuestNicInfoOverrideSpec {
|
|
8
|
+
/**
|
|
9
|
+
* Constructs a <code>VmRestoreGuestNicInfoOverrideSpec</code> from a plain JavaScript object, optionally creating a new instance.
|
|
10
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
11
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
12
|
+
* @param {module:Ntnx/VmRestoreGuestNicInfoOverrideSpec} obj Optional instance to populate.
|
|
13
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
14
|
+
* @return {module:Ntnx/VmRestoreGuestNicInfoOverrideSpec} The populated <code>VmRestoreGuestNicInfoOverrideSpec</code> instance.
|
|
15
|
+
*/
|
|
16
|
+
static constructFromObject(data: any, obj?: any, callFromChild?: boolean): any;
|
|
17
|
+
/**
|
|
18
|
+
* Converts a given snake_case string to camelCase.
|
|
19
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
20
|
+
* @returns {string} - The converted string in camelCase format.
|
|
21
|
+
*/
|
|
22
|
+
static snakeToCamel(snakeStr: string): string;
|
|
23
|
+
$objectType: string;
|
|
24
|
+
/** @type {object<string, any>} */
|
|
25
|
+
$reserved: object;
|
|
26
|
+
/** @type {object<string, any>} */
|
|
27
|
+
$unknownFields: object;
|
|
28
|
+
/**
|
|
29
|
+
* Returns List of static IP addresses to override for the guest NIC.
|
|
30
|
+
* @return {GuestStaticIpSpec[]}
|
|
31
|
+
*/
|
|
32
|
+
getGuestStaticIpList(): GuestStaticIpSpec[];
|
|
33
|
+
/**
|
|
34
|
+
* Sets List of static IP addresses to override for the guest NIC.
|
|
35
|
+
* @param {GuestStaticIpSpec[]} guestStaticIpList List of static IP addresses to override for the guest NIC.
|
|
36
|
+
*/
|
|
37
|
+
setGuestStaticIpList(guestStaticIpList: GuestStaticIpSpec[]): void;
|
|
38
|
+
guestStaticIpList: GuestStaticIpSpec[];
|
|
39
|
+
get$Reserved(): any;
|
|
40
|
+
get$ObjectType(): string;
|
|
41
|
+
get$UnknownFields(): any;
|
|
42
|
+
toJson(forMutation: any): any;
|
|
43
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
44
|
+
validateProperty(scope: any, property: any): ValidationError;
|
|
45
|
+
#private;
|
|
46
|
+
}
|
|
47
|
+
import GuestStaticIpSpec from "./GuestStaticIpSpec";
|
|
48
|
+
import ValidationError from "../../../../validation/ValidationError";
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _GuestStaticIpSpec = _interopRequireDefault(require("./GuestStaticIpSpec"));
|
|
8
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../../validation/ValidationScopes"));
|
|
9
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../../utils/ValidationUtils"));
|
|
10
|
+
var _ValidationError = _interopRequireDefault(require("../../../../validation/ValidationError"));
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
|
|
13
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
14
|
+
* Nutanix Data Protection APIs
|
|
15
|
+
*
|
|
16
|
+
* OpenAPI spec version: 4.3.1
|
|
17
|
+
*
|
|
18
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
19
|
+
*
|
|
20
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
21
|
+
*
|
|
22
|
+
* Do not edit the class manually.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* The VmRestoreGuestNicInfoOverrideSpec model module.
|
|
27
|
+
* @module Ntnx/VmRestoreGuestNicInfoOverrideSpec
|
|
28
|
+
* @version 4.3.1
|
|
29
|
+
* @class VmRestoreGuestNicInfoOverrideSpec
|
|
30
|
+
*/
|
|
31
|
+
var _VmRestoreGuestNicInfoOverrideSpec_brand = /*#__PURE__*/new WeakSet();
|
|
32
|
+
class VmRestoreGuestNicInfoOverrideSpec {
|
|
33
|
+
/**
|
|
34
|
+
* Constructs a new <code>VmRestoreGuestNicInfoOverrideSpec</code>.
|
|
35
|
+
* Guest NIC information object containing fields that can be overridden for a given VM NIC when restoring a VM.
|
|
36
|
+
* @alias module:Ntnx/VmRestoreGuestNicInfoOverrideSpec
|
|
37
|
+
*/
|
|
38
|
+
constructor() {
|
|
39
|
+
/*
|
|
40
|
+
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
41
|
+
* @param {Object} obj
|
|
42
|
+
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
43
|
+
* Otherwise, just returns the input object.
|
|
44
|
+
*/
|
|
45
|
+
_classPrivateMethodInitSpec(this, _VmRestoreGuestNicInfoOverrideSpec_brand);
|
|
46
|
+
this.$objectType = "vmm.v4.ahv.config.VmRestoreGuestNicInfoOverrideSpec";
|
|
47
|
+
/** @type {object<string, any>} */
|
|
48
|
+
this.$reserved = {
|
|
49
|
+
'$fv': "v4.r2"
|
|
50
|
+
};
|
|
51
|
+
/** @type {object<string, any>} */
|
|
52
|
+
this.$unknownFields = {};
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Constructs a <code>VmRestoreGuestNicInfoOverrideSpec</code> from a plain JavaScript object, optionally creating a new instance.
|
|
57
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
58
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
59
|
+
* @param {module:Ntnx/VmRestoreGuestNicInfoOverrideSpec} obj Optional instance to populate.
|
|
60
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
61
|
+
* @return {module:Ntnx/VmRestoreGuestNicInfoOverrideSpec} The populated <code>VmRestoreGuestNicInfoOverrideSpec</code> instance.
|
|
62
|
+
*/
|
|
63
|
+
static constructFromObject(data, obj = null, callFromChild = false) {
|
|
64
|
+
let items, item, i, itemArr, discriminator;
|
|
65
|
+
if (data) {
|
|
66
|
+
obj = obj || new VmRestoreGuestNicInfoOverrideSpec();
|
|
67
|
+
if (data.hasOwnProperty('guestStaticIpList') && data.guestStaticIpList !== null && data.guestStaticIpList !== undefined) {
|
|
68
|
+
itemArr = [];
|
|
69
|
+
items = data.guestStaticIpList;
|
|
70
|
+
for (i = 0; i < items.length; i++) {
|
|
71
|
+
item = _GuestStaticIpSpec.default.constructFromObject(items[i], undefined);
|
|
72
|
+
itemArr.push(item);
|
|
73
|
+
}
|
|
74
|
+
obj.setGuestStaticIpList(itemArr);
|
|
75
|
+
}
|
|
76
|
+
if (data.hasOwnProperty('$reserved')) {
|
|
77
|
+
obj.$reserved = data['$reserved'];
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('$objectType')) {
|
|
80
|
+
obj.$objectType = data['$objectType'];
|
|
81
|
+
}
|
|
82
|
+
if (data.hasOwnProperty('$unknownFields')) {
|
|
83
|
+
obj.$unknownFields = data['$unknownFields'];
|
|
84
|
+
}
|
|
85
|
+
if (!callFromChild) {
|
|
86
|
+
obj.$unknownFields = {
|
|
87
|
+
...data.$unknownFields
|
|
88
|
+
};
|
|
89
|
+
for (const property in data) {
|
|
90
|
+
// Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
|
|
91
|
+
// as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
|
|
92
|
+
// Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
|
|
93
|
+
// If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
|
|
94
|
+
if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
|
|
95
|
+
obj.$unknownFields[property] = data[property];
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
return obj;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Converts a given snake_case string to camelCase.
|
|
105
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
106
|
+
* @returns {string} - The converted string in camelCase format.
|
|
107
|
+
*/
|
|
108
|
+
static snakeToCamel(snakeStr) {
|
|
109
|
+
return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Returns List of static IP addresses to override for the guest NIC.
|
|
114
|
+
* @return {GuestStaticIpSpec[]}
|
|
115
|
+
*/
|
|
116
|
+
getGuestStaticIpList() {
|
|
117
|
+
return this.guestStaticIpList;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Sets List of static IP addresses to override for the guest NIC.
|
|
122
|
+
* @param {GuestStaticIpSpec[]} guestStaticIpList List of static IP addresses to override for the guest NIC.
|
|
123
|
+
*/
|
|
124
|
+
setGuestStaticIpList(guestStaticIpList) {
|
|
125
|
+
this.guestStaticIpList = guestStaticIpList;
|
|
126
|
+
}
|
|
127
|
+
get$Reserved() {
|
|
128
|
+
return this.$reserved;
|
|
129
|
+
}
|
|
130
|
+
get$ObjectType() {
|
|
131
|
+
return this.$objectType;
|
|
132
|
+
}
|
|
133
|
+
get$UnknownFields() {
|
|
134
|
+
return this.$unknownFields;
|
|
135
|
+
}
|
|
136
|
+
toJson(forMutation) {
|
|
137
|
+
if (forMutation === false) {
|
|
138
|
+
return {
|
|
139
|
+
...(typeof this.getGuestStaticIpList() !== 'undefined' && this.getGuestStaticIpList() !== null ? {
|
|
140
|
+
'guestStaticIpList': this.getGuestStaticIpList().map(item => item.toJson(false))
|
|
141
|
+
} : {}),
|
|
142
|
+
'$reserved': this.get$Reserved(),
|
|
143
|
+
'$objectType': this.get$ObjectType(),
|
|
144
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
145
|
+
'$unknownFields': {}
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
return {
|
|
149
|
+
...(typeof this.getGuestStaticIpList() !== 'undefined' && this.getGuestStaticIpList() !== null ? {
|
|
150
|
+
'guestStaticIpList': this.getGuestStaticIpList().map(item => item.toJson(false))
|
|
151
|
+
} : {}),
|
|
152
|
+
'$reserved': this.get$Reserved(),
|
|
153
|
+
'$objectType': this.get$ObjectType(),
|
|
154
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
155
|
+
'$unknownFields': {}
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
validate(scope, properties) {
|
|
159
|
+
let propList = [];
|
|
160
|
+
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
|
|
161
|
+
//cases validate() and validate(scope)
|
|
162
|
+
propList = [];
|
|
163
|
+
} else if (arguments.length === 1) {
|
|
164
|
+
//case validate(properties)
|
|
165
|
+
propList = arguments[0];
|
|
166
|
+
scope = null;
|
|
167
|
+
} else {
|
|
168
|
+
//case validate(scope, properties)
|
|
169
|
+
propList = arguments[1];
|
|
170
|
+
}
|
|
171
|
+
let res = [];
|
|
172
|
+
let err = null;
|
|
173
|
+
propList.forEach(property => {
|
|
174
|
+
err = this.validateProperty(property, scope);
|
|
175
|
+
if (err) {
|
|
176
|
+
res.push(err);
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
return new Promise(function (resolve, reject) {
|
|
180
|
+
if (res.length !== 0) {
|
|
181
|
+
reject(err);
|
|
182
|
+
} else {
|
|
183
|
+
resolve();
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
validateProperty(scope, property) {
|
|
188
|
+
if (property === "guestStaticIpList") {
|
|
189
|
+
if (typeof this.guestStaticIpList === 'undefined' || this.guestStaticIpList === null) {
|
|
190
|
+
return new _ValidationError.default("guestStaticIpList", "undefined or null");
|
|
191
|
+
}
|
|
192
|
+
if (!_ValidationUtils.default.validateMaxItems(this.guestStaticIpList, 100)) {
|
|
193
|
+
return new _ValidationError.default("guestStaticIpList", "does not satisfy required maxItems constraint: 100");
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
if (property === "$reserved") {
|
|
197
|
+
if (typeof this.$reserved === 'undefined' || this.$reserved === null) {
|
|
198
|
+
return new _ValidationError.default("$reserved", "undefined or null");
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
if (property === "$objectType") {
|
|
202
|
+
if (typeof this.$objectType === 'undefined' || this.$objectType === null) {
|
|
203
|
+
return new _ValidationError.default("$objectType", "undefined or null");
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
if (property === "$unknownFields") {
|
|
207
|
+
if (typeof this.$unknownFields === 'undefined' || this.$unknownFields === null) {
|
|
208
|
+
return new _ValidationError.default("$unknownFields", "undefined or null");
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
return new _ValidationError.default(property, "no such property exists");
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* List of static IP addresses to override for the guest NIC.
|
|
217
|
+
* @memberof VmRestoreGuestNicInfoOverrideSpec
|
|
218
|
+
*/
|
|
219
|
+
exports.default = VmRestoreGuestNicInfoOverrideSpec;
|
|
220
|
+
function _toJsonMapType(obj, forMutation) {
|
|
221
|
+
if (obj instanceof Map) {
|
|
222
|
+
return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
|
|
223
|
+
} else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
|
|
224
|
+
return Object.fromEntries(Array.from(Object.entries(obj), entry => {
|
|
225
|
+
return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
|
|
226
|
+
}));
|
|
227
|
+
}
|
|
228
|
+
return obj;
|
|
229
|
+
}
|
|
230
|
+
/*
|
|
231
|
+
* toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
|
|
232
|
+
* @param {Object} obj Object to serialize
|
|
233
|
+
* @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
|
|
234
|
+
* @returns {Object|string} Returns serialized date object or original input object
|
|
235
|
+
*/
|
|
236
|
+
function _handleDateType(obj, isDateOnly) {
|
|
237
|
+
if (obj instanceof Date && isDateOnly !== undefined) {
|
|
238
|
+
return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
|
|
239
|
+
}
|
|
240
|
+
return obj;
|
|
241
|
+
}
|
|
242
|
+
VmRestoreGuestNicInfoOverrideSpec.prototype.guestStaticIpList = undefined;
|
|
243
|
+
VmRestoreGuestNicInfoOverrideSpec.prototype.$reserved = undefined;
|
|
244
|
+
VmRestoreGuestNicInfoOverrideSpec.prototype.$objectType = undefined;
|
|
245
|
+
VmRestoreGuestNicInfoOverrideSpec.prototype.$unknownFields = undefined;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The VmRestoreGuestToolsSpecification model module.
|
|
3
|
+
* @module Ntnx/VmRestoreGuestToolsSpecification
|
|
4
|
+
* @version 4.3.1
|
|
5
|
+
* @class VmRestoreGuestToolsSpecification
|
|
6
|
+
*/
|
|
7
|
+
export default class VmRestoreGuestToolsSpecification {
|
|
8
|
+
/**
|
|
9
|
+
* Constructs a <code>VmRestoreGuestToolsSpecification</code> from a plain JavaScript object, optionally creating a new instance.
|
|
10
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
11
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
12
|
+
* @param {module:Ntnx/VmRestoreGuestToolsSpecification} obj Optional instance to populate.
|
|
13
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
14
|
+
* @return {module:Ntnx/VmRestoreGuestToolsSpecification} The populated <code>VmRestoreGuestToolsSpecification</code> instance.
|
|
15
|
+
*/
|
|
16
|
+
static constructFromObject(data: any, obj?: any, callFromChild?: boolean): any;
|
|
17
|
+
/**
|
|
18
|
+
* Converts a given snake_case string to camelCase.
|
|
19
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
20
|
+
* @returns {string} - The converted string in camelCase format.
|
|
21
|
+
*/
|
|
22
|
+
static snakeToCamel(snakeStr: string): string;
|
|
23
|
+
$objectType: string;
|
|
24
|
+
/** @type {object<string, any>} */
|
|
25
|
+
$reserved: object;
|
|
26
|
+
/** @type {object<string, any>} */
|
|
27
|
+
$unknownFields: object;
|
|
28
|
+
/**
|
|
29
|
+
* Returns If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
30
|
+
* @return {boolean}
|
|
31
|
+
*/
|
|
32
|
+
getShouldClearInGuestVolumeGroupAttachments(): boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Sets If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
35
|
+
* @param {boolean} shouldClearInGuestVolumeGroupAttachments If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
36
|
+
*/
|
|
37
|
+
setShouldClearInGuestVolumeGroupAttachments(shouldClearInGuestVolumeGroupAttachments: boolean): void;
|
|
38
|
+
shouldClearInGuestVolumeGroupAttachments: boolean;
|
|
39
|
+
get$Reserved(): any;
|
|
40
|
+
get$ObjectType(): string;
|
|
41
|
+
get$UnknownFields(): any;
|
|
42
|
+
toJson(forMutation: any): any;
|
|
43
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
44
|
+
validateProperty(scope: any, property: any): ValidationError;
|
|
45
|
+
#private;
|
|
46
|
+
}
|
|
47
|
+
import ValidationError from "../../../../validation/ValidationError";
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../../validation/ValidationScopes"));
|
|
8
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../../utils/ValidationUtils"));
|
|
9
|
+
var _ValidationError = _interopRequireDefault(require("../../../../validation/ValidationError"));
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
|
|
12
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
13
|
+
* Nutanix Data Protection APIs
|
|
14
|
+
*
|
|
15
|
+
* OpenAPI spec version: 4.3.1
|
|
16
|
+
*
|
|
17
|
+
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
18
|
+
*
|
|
19
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
20
|
+
*
|
|
21
|
+
* Do not edit the class manually.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
/**
|
|
25
|
+
* The VmRestoreGuestToolsSpecification model module.
|
|
26
|
+
* @module Ntnx/VmRestoreGuestToolsSpecification
|
|
27
|
+
* @version 4.3.1
|
|
28
|
+
* @class VmRestoreGuestToolsSpecification
|
|
29
|
+
*/
|
|
30
|
+
var _VmRestoreGuestToolsSpecification_brand = /*#__PURE__*/new WeakSet();
|
|
31
|
+
class VmRestoreGuestToolsSpecification {
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a new <code>VmRestoreGuestToolsSpecification</code>.
|
|
34
|
+
* Guest tools parameters to override with. Currently, this is only applicable to VMs with NGT installed.
|
|
35
|
+
* @alias module:Ntnx/VmRestoreGuestToolsSpecification
|
|
36
|
+
*/
|
|
37
|
+
constructor() {
|
|
38
|
+
/*
|
|
39
|
+
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
40
|
+
* @param {Object} obj
|
|
41
|
+
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
42
|
+
* Otherwise, just returns the input object.
|
|
43
|
+
*/
|
|
44
|
+
_classPrivateMethodInitSpec(this, _VmRestoreGuestToolsSpecification_brand);
|
|
45
|
+
this.$objectType = "vmm.v4.ahv.config.VmRestoreGuestToolsSpecification";
|
|
46
|
+
/** @type {object<string, any>} */
|
|
47
|
+
this.$reserved = {
|
|
48
|
+
'$fv': "v4.r2"
|
|
49
|
+
};
|
|
50
|
+
/** @type {object<string, any>} */
|
|
51
|
+
this.$unknownFields = {};
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Constructs a <code>VmRestoreGuestToolsSpecification</code> from a plain JavaScript object, optionally creating a new instance.
|
|
56
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
57
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
58
|
+
* @param {module:Ntnx/VmRestoreGuestToolsSpecification} obj Optional instance to populate.
|
|
59
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
60
|
+
* @return {module:Ntnx/VmRestoreGuestToolsSpecification} The populated <code>VmRestoreGuestToolsSpecification</code> instance.
|
|
61
|
+
*/
|
|
62
|
+
static constructFromObject(data, obj = null, callFromChild = false) {
|
|
63
|
+
let items, item, i, itemArr, discriminator;
|
|
64
|
+
if (data) {
|
|
65
|
+
obj = obj || new VmRestoreGuestToolsSpecification();
|
|
66
|
+
if (data.hasOwnProperty('shouldClearInGuestVolumeGroupAttachments') && data.shouldClearInGuestVolumeGroupAttachments !== null && data.shouldClearInGuestVolumeGroupAttachments !== undefined) {
|
|
67
|
+
obj.setShouldClearInGuestVolumeGroupAttachments(data['shouldClearInGuestVolumeGroupAttachments']);
|
|
68
|
+
}
|
|
69
|
+
if (data.hasOwnProperty('$reserved')) {
|
|
70
|
+
obj.$reserved = data['$reserved'];
|
|
71
|
+
}
|
|
72
|
+
if (data.hasOwnProperty('$objectType')) {
|
|
73
|
+
obj.$objectType = data['$objectType'];
|
|
74
|
+
}
|
|
75
|
+
if (data.hasOwnProperty('$unknownFields')) {
|
|
76
|
+
obj.$unknownFields = data['$unknownFields'];
|
|
77
|
+
}
|
|
78
|
+
if (!callFromChild) {
|
|
79
|
+
obj.$unknownFields = {
|
|
80
|
+
...data.$unknownFields
|
|
81
|
+
};
|
|
82
|
+
for (const property in data) {
|
|
83
|
+
// Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
|
|
84
|
+
// as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
|
|
85
|
+
// Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
|
|
86
|
+
// If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
|
|
87
|
+
if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
|
|
88
|
+
obj.$unknownFields[property] = data[property];
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return obj;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Converts a given snake_case string to camelCase.
|
|
98
|
+
* @param {string} snakeStr - The input string in snake_case format.
|
|
99
|
+
* @returns {string} - The converted string in camelCase format.
|
|
100
|
+
*/
|
|
101
|
+
static snakeToCamel(snakeStr) {
|
|
102
|
+
return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Returns If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
107
|
+
* @return {boolean}
|
|
108
|
+
*/
|
|
109
|
+
getShouldClearInGuestVolumeGroupAttachments() {
|
|
110
|
+
return this.shouldClearInGuestVolumeGroupAttachments;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Sets If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
115
|
+
* @param {boolean} shouldClearInGuestVolumeGroupAttachments If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
116
|
+
*/
|
|
117
|
+
setShouldClearInGuestVolumeGroupAttachments(shouldClearInGuestVolumeGroupAttachments) {
|
|
118
|
+
this.shouldClearInGuestVolumeGroupAttachments = shouldClearInGuestVolumeGroupAttachments;
|
|
119
|
+
}
|
|
120
|
+
get$Reserved() {
|
|
121
|
+
return this.$reserved;
|
|
122
|
+
}
|
|
123
|
+
get$ObjectType() {
|
|
124
|
+
return this.$objectType;
|
|
125
|
+
}
|
|
126
|
+
get$UnknownFields() {
|
|
127
|
+
return this.$unknownFields;
|
|
128
|
+
}
|
|
129
|
+
toJson(forMutation) {
|
|
130
|
+
if (forMutation === false) {
|
|
131
|
+
return {
|
|
132
|
+
...(typeof this.getShouldClearInGuestVolumeGroupAttachments() !== 'undefined' && this.getShouldClearInGuestVolumeGroupAttachments() !== null ? {
|
|
133
|
+
'shouldClearInGuestVolumeGroupAttachments': this.getShouldClearInGuestVolumeGroupAttachments()
|
|
134
|
+
} : {}),
|
|
135
|
+
'$reserved': this.get$Reserved(),
|
|
136
|
+
'$objectType': this.get$ObjectType(),
|
|
137
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
138
|
+
'$unknownFields': {}
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
return {
|
|
142
|
+
...(typeof this.getShouldClearInGuestVolumeGroupAttachments() !== 'undefined' && this.getShouldClearInGuestVolumeGroupAttachments() !== null ? {
|
|
143
|
+
'shouldClearInGuestVolumeGroupAttachments': this.getShouldClearInGuestVolumeGroupAttachments()
|
|
144
|
+
} : {}),
|
|
145
|
+
'$reserved': this.get$Reserved(),
|
|
146
|
+
'$objectType': this.get$ObjectType(),
|
|
147
|
+
...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
|
|
148
|
+
'$unknownFields': {}
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
validate(scope, properties) {
|
|
152
|
+
let propList = [];
|
|
153
|
+
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
|
|
154
|
+
//cases validate() and validate(scope)
|
|
155
|
+
propList = [];
|
|
156
|
+
} else if (arguments.length === 1) {
|
|
157
|
+
//case validate(properties)
|
|
158
|
+
propList = arguments[0];
|
|
159
|
+
scope = null;
|
|
160
|
+
} else {
|
|
161
|
+
//case validate(scope, properties)
|
|
162
|
+
propList = arguments[1];
|
|
163
|
+
}
|
|
164
|
+
let res = [];
|
|
165
|
+
let err = null;
|
|
166
|
+
propList.forEach(property => {
|
|
167
|
+
err = this.validateProperty(property, scope);
|
|
168
|
+
if (err) {
|
|
169
|
+
res.push(err);
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
return new Promise(function (resolve, reject) {
|
|
173
|
+
if (res.length !== 0) {
|
|
174
|
+
reject(err);
|
|
175
|
+
} else {
|
|
176
|
+
resolve();
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
validateProperty(scope, property) {
|
|
181
|
+
if (property === "shouldClearInGuestVolumeGroupAttachments") {
|
|
182
|
+
if (typeof this.shouldClearInGuestVolumeGroupAttachments === 'undefined' || this.shouldClearInGuestVolumeGroupAttachments === null) {
|
|
183
|
+
return new _ValidationError.default("shouldClearInGuestVolumeGroupAttachments", "undefined or null");
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
if (property === "$reserved") {
|
|
187
|
+
if (typeof this.$reserved === 'undefined' || this.$reserved === null) {
|
|
188
|
+
return new _ValidationError.default("$reserved", "undefined or null");
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
if (property === "$objectType") {
|
|
192
|
+
if (typeof this.$objectType === 'undefined' || this.$objectType === null) {
|
|
193
|
+
return new _ValidationError.default("$objectType", "undefined or null");
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
if (property === "$unknownFields") {
|
|
197
|
+
if (typeof this.$unknownFields === 'undefined' || this.$unknownFields === null) {
|
|
198
|
+
return new _ValidationError.default("$unknownFields", "undefined or null");
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
return new _ValidationError.default(property, "no such property exists");
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* If set to true, the VM will be restored with clearing all of the in-guest volume group attachments captured in the VM recovery point. Currently, this is only applicable to VMs with NGT installed.
|
|
207
|
+
* @memberof VmRestoreGuestToolsSpecification
|
|
208
|
+
* @default false
|
|
209
|
+
*/
|
|
210
|
+
exports.default = VmRestoreGuestToolsSpecification;
|
|
211
|
+
function _toJsonMapType(obj, forMutation) {
|
|
212
|
+
if (obj instanceof Map) {
|
|
213
|
+
return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
|
|
214
|
+
} else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
|
|
215
|
+
return Object.fromEntries(Array.from(Object.entries(obj), entry => {
|
|
216
|
+
return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
|
|
217
|
+
}));
|
|
218
|
+
}
|
|
219
|
+
return obj;
|
|
220
|
+
}
|
|
221
|
+
/*
|
|
222
|
+
* toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
|
|
223
|
+
* @param {Object} obj Object to serialize
|
|
224
|
+
* @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
|
|
225
|
+
* @returns {Object|string} Returns serialized date object or original input object
|
|
226
|
+
*/
|
|
227
|
+
function _handleDateType(obj, isDateOnly) {
|
|
228
|
+
if (obj instanceof Date && isDateOnly !== undefined) {
|
|
229
|
+
return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
|
|
230
|
+
}
|
|
231
|
+
return obj;
|
|
232
|
+
}
|
|
233
|
+
VmRestoreGuestToolsSpecification.prototype.shouldClearInGuestVolumeGroupAttachments = false;
|
|
234
|
+
VmRestoreGuestToolsSpecification.prototype.$reserved = undefined;
|
|
235
|
+
VmRestoreGuestToolsSpecification.prototype.$objectType = undefined;
|
|
236
|
+
VmRestoreGuestToolsSpecification.prototype.$unknownFields = undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The VmRestoreIpv4ConfigOverrideSpec model module.
|
|
3
3
|
* @module Ntnx/VmRestoreIpv4ConfigOverrideSpec
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.3.1
|
|
5
5
|
* @class VmRestoreIpv4ConfigOverrideSpec
|
|
6
6
|
*/
|
|
7
7
|
export default class VmRestoreIpv4ConfigOverrideSpec {
|
|
@@ -48,25 +48,7 @@ export default class VmRestoreIpv4ConfigOverrideSpec {
|
|
|
48
48
|
get$Reserved(): any;
|
|
49
49
|
get$ObjectType(): string;
|
|
50
50
|
get$UnknownFields(): any;
|
|
51
|
-
toJson(forMutation: any):
|
|
52
|
-
$reserved: any;
|
|
53
|
-
$objectType: string;
|
|
54
|
-
$unknownFields: any;
|
|
55
|
-
secondaryIpAddressList?: {
|
|
56
|
-
$reserved: any;
|
|
57
|
-
$objectType: string;
|
|
58
|
-
$unknownFields: any;
|
|
59
|
-
prefixLength?: number;
|
|
60
|
-
value?: string;
|
|
61
|
-
}[];
|
|
62
|
-
ipAddress?: {
|
|
63
|
-
$reserved: any;
|
|
64
|
-
$objectType: string;
|
|
65
|
-
$unknownFields: any;
|
|
66
|
-
prefixLength?: number;
|
|
67
|
-
value?: string;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
51
|
+
toJson(forMutation: any): any;
|
|
70
52
|
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
71
53
|
validateProperty(scope: any, property: any): ValidationError;
|
|
72
54
|
#private;
|