@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
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The VmConfigOverrideSpecification model module.
|
|
3
|
+
* @module Ntnx/VmConfigOverrideSpecification
|
|
4
|
+
* @version 4.1.1
|
|
5
|
+
* @class VmConfigOverrideSpecification
|
|
6
|
+
*/
|
|
7
|
+
export default class VmConfigOverrideSpecification {
|
|
8
|
+
/**
|
|
9
|
+
* Constructs a <code>VmConfigOverrideSpecification</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/VmConfigOverrideSpecification} obj Optional instance to populate.
|
|
13
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
14
|
+
* @return {module:Ntnx/VmConfigOverrideSpecification} The populated <code>VmConfigOverrideSpecification</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 Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
30
|
+
* @return {string}
|
|
31
|
+
*/
|
|
32
|
+
getName(): string;
|
|
33
|
+
/**
|
|
34
|
+
* Sets Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
35
|
+
* @param {string} name Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
36
|
+
*/
|
|
37
|
+
setName(name: string): void;
|
|
38
|
+
name: string;
|
|
39
|
+
/**
|
|
40
|
+
* Returns VM description.
|
|
41
|
+
* @return {string}
|
|
42
|
+
*/
|
|
43
|
+
getDescription(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Sets VM description.
|
|
46
|
+
* @param {string} description VM description.
|
|
47
|
+
*/
|
|
48
|
+
setDescription(description: string): void;
|
|
49
|
+
description: string;
|
|
50
|
+
/**
|
|
51
|
+
* @return {VmRestoreNicConfigSpecification}
|
|
52
|
+
*/
|
|
53
|
+
getNicSpec(): VmRestoreNicConfigSpecification;
|
|
54
|
+
/**
|
|
55
|
+
* @param {VmRestoreNicConfigSpecification} nicSpec
|
|
56
|
+
*/
|
|
57
|
+
setNicSpec(nicSpec: VmRestoreNicConfigSpecification): void;
|
|
58
|
+
nicSpec: VmRestoreNicConfigSpecification;
|
|
59
|
+
/**
|
|
60
|
+
* Returns Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
61
|
+
* @return {CategoryReference[]}
|
|
62
|
+
*/
|
|
63
|
+
getCategories(): CategoryReference[];
|
|
64
|
+
/**
|
|
65
|
+
* Sets Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
66
|
+
* @param {CategoryReference[]} categories Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
67
|
+
*/
|
|
68
|
+
setCategories(categories: CategoryReference[]): void;
|
|
69
|
+
categories: CategoryReference[];
|
|
70
|
+
/**
|
|
71
|
+
* @return {OwnershipInfo}
|
|
72
|
+
*/
|
|
73
|
+
getOwnershipInfo(): OwnershipInfo;
|
|
74
|
+
/**
|
|
75
|
+
* @param {OwnershipInfo} ownershipInfo
|
|
76
|
+
*/
|
|
77
|
+
setOwnershipInfo(ownershipInfo: OwnershipInfo): void;
|
|
78
|
+
ownershipInfo: OwnershipInfo;
|
|
79
|
+
get$Reserved(): any;
|
|
80
|
+
get$ObjectType(): string;
|
|
81
|
+
get$UnknownFields(): any;
|
|
82
|
+
toJson(forMutation: any): {
|
|
83
|
+
$reserved: any;
|
|
84
|
+
$objectType: string;
|
|
85
|
+
$unknownFields: any;
|
|
86
|
+
ownershipInfo?: {
|
|
87
|
+
$reserved: any;
|
|
88
|
+
$objectType: string;
|
|
89
|
+
$unknownFields: any;
|
|
90
|
+
owner?: {
|
|
91
|
+
$reserved: any;
|
|
92
|
+
$objectType: string;
|
|
93
|
+
$unknownFields: any;
|
|
94
|
+
extId?: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
categories?: {
|
|
98
|
+
$reserved: any;
|
|
99
|
+
$objectType: string;
|
|
100
|
+
$unknownFields: any;
|
|
101
|
+
extId?: string;
|
|
102
|
+
}[];
|
|
103
|
+
nicSpec?: {
|
|
104
|
+
$reserved: any;
|
|
105
|
+
$objectType: string;
|
|
106
|
+
$unknownFields: any;
|
|
107
|
+
nicOverrideList?: {
|
|
108
|
+
$reserved: any;
|
|
109
|
+
$objectType: string;
|
|
110
|
+
$unknownFields: any;
|
|
111
|
+
nicNetworkInfo?: any;
|
|
112
|
+
nicBackingInfo?: any;
|
|
113
|
+
nicExtId?: string;
|
|
114
|
+
}[];
|
|
115
|
+
nicRemoveList?: string[];
|
|
116
|
+
};
|
|
117
|
+
description?: string;
|
|
118
|
+
name?: string;
|
|
119
|
+
};
|
|
120
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
121
|
+
validateProperty(scope: any, property: any): ValidationError;
|
|
122
|
+
#private;
|
|
123
|
+
}
|
|
124
|
+
import VmRestoreNicConfigSpecification from "./VmRestoreNicConfigSpecification";
|
|
125
|
+
import CategoryReference from "./CategoryReference";
|
|
126
|
+
import OwnershipInfo from "./OwnershipInfo";
|
|
127
|
+
import ValidationError from "../../../../validation/ValidationError";
|
|
@@ -4,21 +4,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var _ValidationScopes = _interopRequireDefault(require("
|
|
11
|
-
var _ValidationUtils = _interopRequireDefault(require("
|
|
12
|
-
var _ValidationError = _interopRequireDefault(require("
|
|
13
|
-
var _Paginable2 = _interopRequireDefault(require("../../../../Paginable"));
|
|
7
|
+
var _CategoryReference = _interopRequireDefault(require("./CategoryReference"));
|
|
8
|
+
var _OwnershipInfo = _interopRequireDefault(require("./OwnershipInfo"));
|
|
9
|
+
var _VmRestoreNicConfigSpecification = _interopRequireDefault(require("./VmRestoreNicConfigSpecification"));
|
|
10
|
+
var _ValidationScopes = _interopRequireDefault(require("../../../../validation/ValidationScopes"));
|
|
11
|
+
var _ValidationUtils = _interopRequireDefault(require("../../../../../utils/ValidationUtils"));
|
|
12
|
+
var _ValidationError = _interopRequireDefault(require("../../../../validation/ValidationError"));
|
|
14
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
15
15
|
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
16
16
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
17
17
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
18
18
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
19
19
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
20
20
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
21
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
22
21
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23
22
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
24
23
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
@@ -27,105 +26,153 @@ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o =
|
|
|
27
26
|
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
28
27
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
29
28
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
30
|
-
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
31
|
-
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
32
|
-
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
33
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
34
|
-
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
35
|
-
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
36
|
-
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
37
29
|
function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
|
|
38
|
-
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
|
|
39
|
-
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
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
40
31
|
* Nutanix Data Protection APIs
|
|
41
32
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
33
|
+
* OpenAPI spec version: 4.1.1
|
|
43
34
|
*
|
|
44
35
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
36
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version:
|
|
37
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
47
38
|
*
|
|
48
39
|
* Do not edit the class manually.
|
|
49
40
|
*
|
|
50
41
|
*/
|
|
51
42
|
/**
|
|
52
|
-
* The
|
|
53
|
-
* @module Ntnx/
|
|
54
|
-
* @version 4.
|
|
55
|
-
* @class
|
|
43
|
+
* The VmConfigOverrideSpecification model module.
|
|
44
|
+
* @module Ntnx/VmConfigOverrideSpecification
|
|
45
|
+
* @version 4.1.1
|
|
46
|
+
* @class VmConfigOverrideSpecification
|
|
56
47
|
*/
|
|
57
|
-
var
|
|
58
|
-
var
|
|
48
|
+
var _VmConfigOverrideSpecification_brand = /*#__PURE__*/new WeakSet();
|
|
49
|
+
var VmConfigOverrideSpecification = exports["default"] = /*#__PURE__*/function () {
|
|
59
50
|
/**
|
|
60
|
-
* Constructs a new <code>
|
|
61
|
-
*
|
|
62
|
-
* @alias module:Ntnx/
|
|
51
|
+
* Constructs a new <code>VmConfigOverrideSpecification</code>.
|
|
52
|
+
* To override the VM configuration captured in the snapshot (VM Recovery Point). Whatever values are specified in this object, will override the corresponding VM config entry from the snapshot. For example, if a new list of NICs are specified, the existing NIC details are replaced with the provided list. If the list of NICs is set to an empty list explicitly, the VM will be created with no NICs. For the case where the NICs are not set in the override spec at all, the NICs from the captured VM config will be attempted during restore.
|
|
53
|
+
* @alias module:Ntnx/VmConfigOverrideSpecification
|
|
63
54
|
*/
|
|
64
|
-
function
|
|
65
|
-
|
|
66
|
-
_classCallCheck(this, SynchronousReplicaPromoteApiResponse);
|
|
67
|
-
_this = _callSuper(this, SynchronousReplicaPromoteApiResponse);
|
|
55
|
+
function VmConfigOverrideSpecification() {
|
|
56
|
+
_classCallCheck(this, VmConfigOverrideSpecification);
|
|
68
57
|
/*
|
|
69
58
|
* toJson method for a map type which supports map with primitive keys and values of object types
|
|
70
59
|
* @param {Object} obj
|
|
71
60
|
* @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
|
|
72
61
|
* Otherwise, just returns the input object.
|
|
73
62
|
*/
|
|
74
|
-
_classPrivateMethodInitSpec(
|
|
75
|
-
|
|
63
|
+
_classPrivateMethodInitSpec(this, _VmConfigOverrideSpecification_brand);
|
|
64
|
+
this.$objectType = "vmm.v4.ahv.config.VmConfigOverrideSpecification";
|
|
76
65
|
/** @type {object<string, any>} */
|
|
77
|
-
|
|
78
|
-
'$fv': "v4.
|
|
66
|
+
this.$reserved = {
|
|
67
|
+
'$fv': "v4.r1"
|
|
79
68
|
};
|
|
80
69
|
/** @type {object<string, any>} */
|
|
81
|
-
|
|
82
|
-
return _this;
|
|
70
|
+
this.$unknownFields = {};
|
|
83
71
|
}
|
|
84
72
|
|
|
85
73
|
/**
|
|
86
|
-
* Constructs a <code>
|
|
74
|
+
* Constructs a <code>VmConfigOverrideSpecification</code> from a plain JavaScript object, optionally creating a new instance.
|
|
87
75
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
88
76
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
89
|
-
* @param {module:Ntnx/
|
|
77
|
+
* @param {module:Ntnx/VmConfigOverrideSpecification} obj Optional instance to populate.
|
|
90
78
|
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
91
|
-
* @return {module:Ntnx/
|
|
79
|
+
* @return {module:Ntnx/VmConfigOverrideSpecification} The populated <code>VmConfigOverrideSpecification</code> instance.
|
|
92
80
|
*/
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
key: "getMetadata",
|
|
81
|
+
return _createClass(VmConfigOverrideSpecification, [{
|
|
82
|
+
key: "getName",
|
|
96
83
|
value:
|
|
97
84
|
/**
|
|
98
|
-
*
|
|
85
|
+
* Returns Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
86
|
+
* @return {string}
|
|
87
|
+
*/
|
|
88
|
+
function getName() {
|
|
89
|
+
return this.name;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Sets Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
94
|
+
* @param {string} name Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
95
|
+
*/
|
|
96
|
+
}, {
|
|
97
|
+
key: "setName",
|
|
98
|
+
value: function setName(name) {
|
|
99
|
+
this.name = name;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Returns VM description.
|
|
104
|
+
* @return {string}
|
|
105
|
+
*/
|
|
106
|
+
}, {
|
|
107
|
+
key: "getDescription",
|
|
108
|
+
value: function getDescription() {
|
|
109
|
+
return this.description;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Sets VM description.
|
|
114
|
+
* @param {string} description VM description.
|
|
115
|
+
*/
|
|
116
|
+
}, {
|
|
117
|
+
key: "setDescription",
|
|
118
|
+
value: function setDescription(description) {
|
|
119
|
+
this.description = description;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @return {VmRestoreNicConfigSpecification}
|
|
124
|
+
*/
|
|
125
|
+
}, {
|
|
126
|
+
key: "getNicSpec",
|
|
127
|
+
value: function getNicSpec() {
|
|
128
|
+
return this.nicSpec;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @param {VmRestoreNicConfigSpecification} nicSpec
|
|
99
133
|
*/
|
|
100
|
-
|
|
101
|
-
|
|
134
|
+
}, {
|
|
135
|
+
key: "setNicSpec",
|
|
136
|
+
value: function setNicSpec(nicSpec) {
|
|
137
|
+
this.nicSpec = nicSpec;
|
|
102
138
|
}
|
|
103
139
|
|
|
104
140
|
/**
|
|
105
|
-
*
|
|
141
|
+
* Returns Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
142
|
+
* @return {CategoryReference[]}
|
|
106
143
|
*/
|
|
107
144
|
}, {
|
|
108
|
-
key: "
|
|
109
|
-
value: function
|
|
110
|
-
this.
|
|
145
|
+
key: "getCategories",
|
|
146
|
+
value: function getCategories() {
|
|
147
|
+
return this.categories;
|
|
111
148
|
}
|
|
112
149
|
|
|
113
150
|
/**
|
|
114
|
-
*
|
|
151
|
+
* Sets Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
152
|
+
* @param {CategoryReference[]} categories Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
115
153
|
*/
|
|
116
154
|
}, {
|
|
117
|
-
key: "
|
|
118
|
-
value: function
|
|
119
|
-
|
|
155
|
+
key: "setCategories",
|
|
156
|
+
value: function setCategories(categories) {
|
|
157
|
+
this.categories = categories;
|
|
120
158
|
}
|
|
121
159
|
|
|
122
160
|
/**
|
|
123
|
-
* @
|
|
161
|
+
* @return {OwnershipInfo}
|
|
124
162
|
*/
|
|
125
163
|
}, {
|
|
126
|
-
key: "
|
|
127
|
-
value: function
|
|
128
|
-
this.
|
|
164
|
+
key: "getOwnershipInfo",
|
|
165
|
+
value: function getOwnershipInfo() {
|
|
166
|
+
return this.ownershipInfo;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @param {OwnershipInfo} ownershipInfo
|
|
171
|
+
*/
|
|
172
|
+
}, {
|
|
173
|
+
key: "setOwnershipInfo",
|
|
174
|
+
value: function setOwnershipInfo(ownershipInfo) {
|
|
175
|
+
this.ownershipInfo = ownershipInfo;
|
|
129
176
|
}
|
|
130
177
|
}, {
|
|
131
178
|
key: "get$Reserved",
|
|
@@ -146,24 +193,36 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
146
193
|
key: "toJson",
|
|
147
194
|
value: function toJson(forMutation) {
|
|
148
195
|
if (forMutation === false) {
|
|
149
|
-
return _objectSpread(_objectSpread(_objectSpread({}, typeof this.
|
|
150
|
-
'
|
|
151
|
-
} : {}), typeof this.
|
|
152
|
-
'
|
|
153
|
-
|
|
154
|
-
|
|
196
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, typeof this.getName() !== 'undefined' && this.getName() !== null ? {
|
|
197
|
+
'name': this.getName()
|
|
198
|
+
} : {}), typeof this.getDescription() !== 'undefined' && this.getDescription() !== null ? {
|
|
199
|
+
'description': this.getDescription()
|
|
200
|
+
} : {}), typeof this.getNicSpec() !== 'undefined' && this.getNicSpec() !== null ? {
|
|
201
|
+
'nicSpec': this.getNicSpec().toJson(false)
|
|
202
|
+
} : {}), typeof this.getCategories() !== 'undefined' && this.getCategories() !== null ? {
|
|
203
|
+
'categories': this.getCategories().map(function (item) {
|
|
204
|
+
return item.toJson(false);
|
|
205
|
+
})
|
|
206
|
+
} : {}), typeof this.getOwnershipInfo() !== 'undefined' && this.getOwnershipInfo() !== null ? {
|
|
207
|
+
'ownershipInfo': this.getOwnershipInfo().toJson(false)
|
|
155
208
|
} : {}), {}, {
|
|
156
209
|
'$reserved': this.get$Reserved(),
|
|
157
210
|
'$objectType': this.get$ObjectType(),
|
|
158
211
|
'$unknownFields': this.get$UnknownFields()
|
|
159
212
|
});
|
|
160
213
|
}
|
|
161
|
-
return _objectSpread(_objectSpread(_objectSpread({}, typeof this.
|
|
162
|
-
'
|
|
163
|
-
} : {}), typeof this.
|
|
164
|
-
'
|
|
165
|
-
|
|
166
|
-
|
|
214
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, typeof this.getName() !== 'undefined' && this.getName() !== null ? {
|
|
215
|
+
'name': this.getName()
|
|
216
|
+
} : {}), typeof this.getDescription() !== 'undefined' && this.getDescription() !== null ? {
|
|
217
|
+
'description': this.getDescription()
|
|
218
|
+
} : {}), typeof this.getNicSpec() !== 'undefined' && this.getNicSpec() !== null ? {
|
|
219
|
+
'nicSpec': this.getNicSpec().toJson(false)
|
|
220
|
+
} : {}), typeof this.getCategories() !== 'undefined' && this.getCategories() !== null ? {
|
|
221
|
+
'categories': this.getCategories().map(function (item) {
|
|
222
|
+
return item.toJson(false);
|
|
223
|
+
})
|
|
224
|
+
} : {}), typeof this.getOwnershipInfo() !== 'undefined' && this.getOwnershipInfo() !== null ? {
|
|
225
|
+
'ownershipInfo': this.getOwnershipInfo().toJson(false)
|
|
167
226
|
} : {}), {}, {
|
|
168
227
|
'$reserved': this.get$Reserved(),
|
|
169
228
|
'$objectType': this.get$ObjectType(),
|
|
@@ -173,7 +232,7 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
173
232
|
}, {
|
|
174
233
|
key: "validate",
|
|
175
234
|
value: function validate(scope, properties) {
|
|
176
|
-
var
|
|
235
|
+
var _this = this;
|
|
177
236
|
var propList = [];
|
|
178
237
|
if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes["default"]) {
|
|
179
238
|
//cases validate() and validate(scope)
|
|
@@ -189,7 +248,7 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
189
248
|
var res = [];
|
|
190
249
|
var err = null;
|
|
191
250
|
propList.forEach(function (property) {
|
|
192
|
-
err =
|
|
251
|
+
err = _this.validateProperty(property, scope);
|
|
193
252
|
if (err) {
|
|
194
253
|
res.push(err);
|
|
195
254
|
}
|
|
@@ -205,14 +264,35 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
205
264
|
}, {
|
|
206
265
|
key: "validateProperty",
|
|
207
266
|
value: function validateProperty(scope, property) {
|
|
208
|
-
if (property === "
|
|
209
|
-
if (typeof this.
|
|
210
|
-
return new _ValidationError["default"]("
|
|
267
|
+
if (property === "name") {
|
|
268
|
+
if (typeof this.name === 'undefined' || this.name === null) {
|
|
269
|
+
return new _ValidationError["default"]("name", "undefined or null");
|
|
270
|
+
}
|
|
271
|
+
if (!_ValidationUtils["default"].validateMaxLength(this.name, 80)) {
|
|
272
|
+
return new _ValidationError["default"]("name", "does not satisfy required maxLength constraint: 80");
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
if (property === "description") {
|
|
276
|
+
if (typeof this.description === 'undefined' || this.description === null) {
|
|
277
|
+
return new _ValidationError["default"]("description", "undefined or null");
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
if (property === "nicSpec") {
|
|
281
|
+
if (typeof this.nicSpec === 'undefined' || this.nicSpec === null) {
|
|
282
|
+
return new _ValidationError["default"]("nicSpec", "undefined or null");
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
if (property === "categories") {
|
|
286
|
+
if (typeof this.categories === 'undefined' || this.categories === null) {
|
|
287
|
+
return new _ValidationError["default"]("categories", "undefined or null");
|
|
288
|
+
}
|
|
289
|
+
if (!_ValidationUtils["default"].validateMaxItems(this.categories, 256)) {
|
|
290
|
+
return new _ValidationError["default"]("categories", "does not satisfy required maxItems constraint: 256");
|
|
211
291
|
}
|
|
212
292
|
}
|
|
213
|
-
if (property === "
|
|
214
|
-
if (typeof this.
|
|
215
|
-
return new _ValidationError["default"]("
|
|
293
|
+
if (property === "ownershipInfo") {
|
|
294
|
+
if (typeof this.ownershipInfo === 'undefined' || this.ownershipInfo === null) {
|
|
295
|
+
return new _ValidationError["default"]("ownershipInfo", "undefined or null");
|
|
216
296
|
}
|
|
217
297
|
}
|
|
218
298
|
if (property === "$reserved") {
|
|
@@ -239,29 +319,27 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
239
319
|
var callFromChild = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
240
320
|
var items, item, i, itemArr, discriminator;
|
|
241
321
|
if (data) {
|
|
242
|
-
obj = obj || new
|
|
243
|
-
if (data.hasOwnProperty('
|
|
244
|
-
|
|
322
|
+
obj = obj || new VmConfigOverrideSpecification();
|
|
323
|
+
if (data.hasOwnProperty('name') && data.name !== null && data.name !== undefined) {
|
|
324
|
+
obj.setName(data['name']);
|
|
245
325
|
}
|
|
246
|
-
if (data.hasOwnProperty('
|
|
247
|
-
obj.
|
|
326
|
+
if (data.hasOwnProperty('description') && data.description !== null && data.description !== undefined) {
|
|
327
|
+
obj.setDescription(data['description']);
|
|
248
328
|
}
|
|
249
|
-
if (data.hasOwnProperty('
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
break;
|
|
259
|
-
case 'dataprotection.v4.error.ErrorResponse':
|
|
260
|
-
obj.setData(_ErrorResponse["default"].constructFromObject(data['data'], undefined));
|
|
261
|
-
break;
|
|
262
|
-
default:
|
|
263
|
-
throw "Unknown datatype " + discriminator + " in data";
|
|
329
|
+
if (data.hasOwnProperty('nicSpec') && data.nicSpec !== null && data.nicSpec !== undefined) {
|
|
330
|
+
obj.setNicSpec(_VmRestoreNicConfigSpecification["default"].constructFromObject(data['nicSpec']));
|
|
331
|
+
}
|
|
332
|
+
if (data.hasOwnProperty('categories') && data.categories !== null && data.categories !== undefined) {
|
|
333
|
+
itemArr = [];
|
|
334
|
+
items = data.categories;
|
|
335
|
+
for (i = 0; i < items.length; i++) {
|
|
336
|
+
item = _CategoryReference["default"].constructFromObject(items[i], undefined);
|
|
337
|
+
itemArr.push(item);
|
|
264
338
|
}
|
|
339
|
+
obj.setCategories(itemArr);
|
|
340
|
+
}
|
|
341
|
+
if (data.hasOwnProperty('ownershipInfo') && data.ownershipInfo !== null && data.ownershipInfo !== undefined) {
|
|
342
|
+
obj.setOwnershipInfo(_OwnershipInfo["default"].constructFromObject(data['ownershipInfo']));
|
|
265
343
|
}
|
|
266
344
|
if (data.hasOwnProperty('$reserved')) {
|
|
267
345
|
obj.$reserved = data['$reserved'];
|
|
@@ -301,9 +379,10 @@ var SynchronousReplicaPromoteApiResponse = exports["default"] = /*#__PURE__*/fun
|
|
|
301
379
|
});
|
|
302
380
|
}
|
|
303
381
|
}]);
|
|
304
|
-
}(
|
|
382
|
+
}();
|
|
305
383
|
/**
|
|
306
|
-
*
|
|
384
|
+
* Name of the VM to override with. If not specified, a name is chosen by the system and returned to the task entities when complete.
|
|
385
|
+
* @memberof VmConfigOverrideSpecification
|
|
307
386
|
*/
|
|
308
387
|
function _toJsonMapType(obj, forMutation) {
|
|
309
388
|
if (obj instanceof Map) {
|
|
@@ -332,12 +411,29 @@ function _handleDateType(obj, isDateOnly) {
|
|
|
332
411
|
}
|
|
333
412
|
return obj;
|
|
334
413
|
}
|
|
335
|
-
|
|
414
|
+
VmConfigOverrideSpecification.prototype.name = undefined;
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* VM description.
|
|
418
|
+
* @memberof VmConfigOverrideSpecification
|
|
419
|
+
*/
|
|
420
|
+
VmConfigOverrideSpecification.prototype.description = undefined;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @memberof VmConfigOverrideSpecification
|
|
424
|
+
*/
|
|
425
|
+
VmConfigOverrideSpecification.prototype.nicSpec = undefined;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* Categories to be associated with the VM on successful restore. If not specified, the VM is provisioned without any categories.
|
|
429
|
+
* @memberof VmConfigOverrideSpecification
|
|
430
|
+
*/
|
|
431
|
+
VmConfigOverrideSpecification.prototype.categories = undefined;
|
|
336
432
|
|
|
337
433
|
/**
|
|
338
|
-
* @memberof
|
|
434
|
+
* @memberof VmConfigOverrideSpecification
|
|
339
435
|
*/
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
436
|
+
VmConfigOverrideSpecification.prototype.ownershipInfo = undefined;
|
|
437
|
+
VmConfigOverrideSpecification.prototype.$reserved = undefined;
|
|
438
|
+
VmConfigOverrideSpecification.prototype.$objectType = undefined;
|
|
439
|
+
VmConfigOverrideSpecification.prototype.$unknownFields = undefined;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The VmRestoreIpv4ConfigOverrideSpec model module.
|
|
3
|
+
* @module Ntnx/VmRestoreIpv4ConfigOverrideSpec
|
|
4
|
+
* @version 4.1.1
|
|
5
|
+
* @class VmRestoreIpv4ConfigOverrideSpec
|
|
6
|
+
*/
|
|
7
|
+
export default class VmRestoreIpv4ConfigOverrideSpec {
|
|
8
|
+
/**
|
|
9
|
+
* Constructs a <code>VmRestoreIpv4ConfigOverrideSpec</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/VmRestoreIpv4ConfigOverrideSpec} obj Optional instance to populate.
|
|
13
|
+
* @param callFromChild {Boolean} Flag to recognise calling instance
|
|
14
|
+
* @return {module:Ntnx/VmRestoreIpv4ConfigOverrideSpec} The populated <code>VmRestoreIpv4ConfigOverrideSpec</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
|
+
* @return {IPv4Address}
|
|
30
|
+
*/
|
|
31
|
+
getIpAddress(): IPv4Address;
|
|
32
|
+
/**
|
|
33
|
+
* @param {IPv4Address} ipAddress
|
|
34
|
+
*/
|
|
35
|
+
setIpAddress(ipAddress: IPv4Address): void;
|
|
36
|
+
ipAddress: IPv4Address;
|
|
37
|
+
/**
|
|
38
|
+
* Returns Secondary IP addresses for the NIC.
|
|
39
|
+
* @return {IPv4Address[]}
|
|
40
|
+
*/
|
|
41
|
+
getSecondaryIpAddressList(): IPv4Address[];
|
|
42
|
+
/**
|
|
43
|
+
* Sets Secondary IP addresses for the NIC.
|
|
44
|
+
* @param {IPv4Address[]} secondaryIpAddressList Secondary IP addresses for the NIC.
|
|
45
|
+
*/
|
|
46
|
+
setSecondaryIpAddressList(secondaryIpAddressList: IPv4Address[]): void;
|
|
47
|
+
secondaryIpAddressList: IPv4Address[];
|
|
48
|
+
get$Reserved(): any;
|
|
49
|
+
get$ObjectType(): string;
|
|
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
|
+
};
|
|
70
|
+
validate(scope: any, properties: any, ...args: any[]): Promise<any>;
|
|
71
|
+
validateProperty(scope: any, property: any): ValidationError;
|
|
72
|
+
#private;
|
|
73
|
+
}
|
|
74
|
+
import IPv4Address from "../../../../common/v1/config/IPv4Address";
|
|
75
|
+
import ValidationError from "../../../../validation/ValidationError";
|