@openshift-migration-advisor/planner-sdk 0.11.0 → 0.12.0-7e11634ba97d
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/.openapi-generator/FILES +20 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +25 -4
- package/dist/apis/AccountApi.d.ts +8 -2
- package/dist/apis/AccountApi.js +21 -15
- package/dist/apis/AssessmentApi.d.ts +118 -2
- package/dist/apis/AssessmentApi.js +151 -17
- package/dist/apis/HealthApi.d.ts +1 -1
- package/dist/apis/HealthApi.js +1 -1
- package/dist/apis/ImageApi.d.ts +2 -2
- package/dist/apis/ImageApi.js +3 -3
- package/dist/apis/InfoApi.d.ts +2 -2
- package/dist/apis/InfoApi.js +3 -3
- package/dist/apis/JobApi.d.ts +2 -2
- package/dist/apis/JobApi.js +5 -5
- package/dist/apis/PartnerApi.d.ts +327 -0
- package/dist/apis/PartnerApi.js +383 -0
- package/dist/apis/SourceApi.d.ts +6 -2
- package/dist/apis/SourceApi.js +16 -12
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/AccountApi.d.ts +8 -2
- package/dist/esm/apis/AccountApi.js +8 -2
- package/dist/esm/apis/AssessmentApi.d.ts +118 -2
- package/dist/esm/apis/AssessmentApi.js +136 -2
- package/dist/esm/apis/HealthApi.d.ts +1 -1
- package/dist/esm/apis/HealthApi.js +1 -1
- package/dist/esm/apis/ImageApi.d.ts +2 -2
- package/dist/esm/apis/ImageApi.js +2 -2
- package/dist/esm/apis/InfoApi.d.ts +2 -2
- package/dist/esm/apis/InfoApi.js +2 -2
- package/dist/esm/apis/JobApi.d.ts +2 -2
- package/dist/esm/apis/JobApi.js +2 -2
- package/dist/esm/apis/PartnerApi.d.ts +327 -0
- package/dist/esm/apis/PartnerApi.js +379 -0
- package/dist/esm/apis/SourceApi.d.ts +6 -2
- package/dist/esm/apis/SourceApi.js +6 -2
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/Agent.d.ts +1 -1
- package/dist/esm/models/Agent.js +1 -1
- package/dist/esm/models/AgentProxy.d.ts +1 -1
- package/dist/esm/models/AgentProxy.js +1 -1
- package/dist/esm/models/Assessment.d.ts +23 -1
- package/dist/esm/models/Assessment.js +14 -1
- package/dist/esm/models/AssessmentForm.d.ts +1 -1
- package/dist/esm/models/AssessmentForm.js +1 -1
- package/dist/esm/models/AssessmentSharing.d.ts +45 -0
- package/dist/esm/models/AssessmentSharing.js +50 -0
- package/dist/esm/models/AssessmentUpdate.d.ts +1 -1
- package/dist/esm/models/AssessmentUpdate.js +1 -1
- package/dist/esm/models/ClusterRequirementsRequest.d.ts +1 -1
- package/dist/esm/models/ClusterRequirementsRequest.js +1 -1
- package/dist/esm/models/ClusterRequirementsResponse.d.ts +1 -1
- package/dist/esm/models/ClusterRequirementsResponse.js +1 -1
- package/dist/esm/models/ClusterRequirementsStoredInput.d.ts +119 -0
- package/dist/esm/models/ClusterRequirementsStoredInput.js +87 -0
- package/dist/esm/models/ClusterSizing.d.ts +1 -1
- package/dist/esm/models/ClusterSizing.js +1 -1
- package/dist/esm/models/ComplexityDiskScoreEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityDiskScoreEntry.js +1 -1
- package/dist/esm/models/ComplexityOSNameEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityOSNameEntry.js +1 -1
- package/dist/esm/models/ComplexityOSScoreEntry.d.ts +1 -1
- package/dist/esm/models/ComplexityOSScoreEntry.js +1 -1
- package/dist/esm/models/Customer.d.ts +62 -0
- package/dist/esm/models/Customer.js +63 -0
- package/dist/esm/models/Datastore.d.ts +1 -1
- package/dist/esm/models/Datastore.js +1 -1
- package/dist/esm/models/DiskSizeTierSummary.d.ts +1 -1
- package/dist/esm/models/DiskSizeTierSummary.js +1 -1
- package/dist/esm/models/DiskTypeSummary.d.ts +1 -1
- package/dist/esm/models/DiskTypeSummary.js +1 -1
- package/dist/esm/models/EstimationContext.d.ts +1 -1
- package/dist/esm/models/EstimationContext.js +1 -1
- package/dist/esm/models/EstimationDetail.d.ts +1 -1
- package/dist/esm/models/EstimationDetail.js +1 -1
- package/dist/esm/models/Group.d.ts +1 -1
- package/dist/esm/models/Group.js +1 -1
- package/dist/esm/models/GroupCreate.d.ts +1 -1
- package/dist/esm/models/GroupCreate.js +1 -1
- package/dist/esm/models/GroupUpdate.d.ts +1 -1
- package/dist/esm/models/GroupUpdate.js +1 -1
- package/dist/esm/models/Histogram.d.ts +1 -1
- package/dist/esm/models/Histogram.js +1 -1
- package/dist/esm/models/Host.d.ts +1 -1
- package/dist/esm/models/Host.js +1 -1
- package/dist/esm/models/Identity.d.ts +1 -1
- package/dist/esm/models/Identity.js +1 -1
- package/dist/esm/models/Info.d.ts +1 -1
- package/dist/esm/models/Info.js +1 -1
- package/dist/esm/models/Infra.d.ts +1 -1
- package/dist/esm/models/Infra.js +1 -1
- package/dist/esm/models/Inventory.d.ts +1 -1
- package/dist/esm/models/Inventory.js +1 -1
- package/dist/esm/models/InventoryData.d.ts +1 -1
- package/dist/esm/models/InventoryData.js +1 -1
- package/dist/esm/models/InventoryTotals.d.ts +1 -1
- package/dist/esm/models/InventoryTotals.js +1 -1
- package/dist/esm/models/Ipv4Config.d.ts +1 -1
- package/dist/esm/models/Ipv4Config.js +1 -1
- package/dist/esm/models/Job.d.ts +1 -1
- package/dist/esm/models/Job.js +1 -1
- package/dist/esm/models/JobStatus.d.ts +1 -1
- package/dist/esm/models/JobStatus.js +1 -1
- package/dist/esm/models/Label.d.ts +1 -1
- package/dist/esm/models/Label.js +1 -1
- package/dist/esm/models/Member.d.ts +1 -1
- package/dist/esm/models/Member.js +1 -1
- package/dist/esm/models/MemberCreate.d.ts +1 -1
- package/dist/esm/models/MemberCreate.js +1 -1
- package/dist/esm/models/MemberUpdate.d.ts +1 -1
- package/dist/esm/models/MemberUpdate.js +1 -1
- package/dist/esm/models/MigrationComplexityRequest.d.ts +1 -1
- package/dist/esm/models/MigrationComplexityRequest.js +1 -1
- package/dist/esm/models/MigrationComplexityResponse.d.ts +1 -1
- package/dist/esm/models/MigrationComplexityResponse.js +1 -1
- package/dist/esm/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
- package/dist/esm/models/MigrationEstimationByComplexityResponse.js +1 -1
- package/dist/esm/models/MigrationEstimationRequest.d.ts +1 -1
- package/dist/esm/models/MigrationEstimationRequest.js +1 -1
- package/dist/esm/models/MigrationEstimationResponse.d.ts +1 -1
- package/dist/esm/models/MigrationEstimationResponse.js +1 -1
- package/dist/esm/models/MigrationIssue.d.ts +1 -1
- package/dist/esm/models/MigrationIssue.js +1 -1
- package/dist/esm/models/ModelError.d.ts +1 -1
- package/dist/esm/models/ModelError.js +1 -1
- package/dist/esm/models/Network.d.ts +1 -1
- package/dist/esm/models/Network.js +1 -1
- package/dist/esm/models/OsDiskEstimationEntry.d.ts +1 -1
- package/dist/esm/models/OsDiskEstimationEntry.js +1 -1
- package/dist/esm/models/OsInfo.d.ts +1 -1
- package/dist/esm/models/OsInfo.js +1 -1
- package/dist/esm/models/PartnerRequest.d.ts +106 -0
- package/dist/esm/models/PartnerRequest.js +87 -0
- package/dist/esm/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/esm/models/PartnerRequestCreate.js +59 -0
- package/dist/esm/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/esm/models/PartnerRequestStatus.js +45 -0
- package/dist/esm/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/esm/models/PartnerRequestUpdate.js +46 -0
- package/dist/esm/models/PartnerSummary.d.ts +50 -0
- package/dist/esm/models/PartnerSummary.js +55 -0
- package/dist/esm/models/PresignedUrl.d.ts +1 -1
- package/dist/esm/models/PresignedUrl.js +1 -1
- package/dist/esm/models/SchemaEstimationResult.d.ts +1 -1
- package/dist/esm/models/SchemaEstimationResult.js +1 -1
- package/dist/esm/models/SharingSubject.d.ts +38 -0
- package/dist/esm/models/SharingSubject.js +47 -0
- package/dist/esm/models/SizingOverCommitRatio.d.ts +1 -1
- package/dist/esm/models/SizingOverCommitRatio.js +1 -1
- package/dist/esm/models/SizingResourceConsumption.d.ts +1 -1
- package/dist/esm/models/SizingResourceConsumption.js +1 -1
- package/dist/esm/models/SizingResourceLimits.d.ts +1 -1
- package/dist/esm/models/SizingResourceLimits.js +1 -1
- package/dist/esm/models/Snapshot.d.ts +1 -1
- package/dist/esm/models/Snapshot.js +1 -1
- package/dist/esm/models/Source.d.ts +1 -1
- package/dist/esm/models/Source.js +1 -1
- package/dist/esm/models/SourceCreate.d.ts +27 -1
- package/dist/esm/models/SourceCreate.js +14 -1
- package/dist/esm/models/SourceInfra.d.ts +1 -1
- package/dist/esm/models/SourceInfra.js +1 -1
- package/dist/esm/models/SourceUpdate.d.ts +27 -1
- package/dist/esm/models/SourceUpdate.js +14 -1
- package/dist/esm/models/Status.d.ts +1 -1
- package/dist/esm/models/Status.js +1 -1
- package/dist/esm/models/UpdateInventory.d.ts +1 -1
- package/dist/esm/models/UpdateInventory.js +1 -1
- package/dist/esm/models/VCenter.d.ts +1 -1
- package/dist/esm/models/VCenter.js +1 -1
- package/dist/esm/models/VMResourceBreakdown.d.ts +1 -1
- package/dist/esm/models/VMResourceBreakdown.js +1 -1
- package/dist/esm/models/VMs.d.ts +10 -1
- package/dist/esm/models/VMs.js +3 -1
- package/dist/esm/models/VmNetwork.d.ts +1 -1
- package/dist/esm/models/VmNetwork.js +1 -1
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/Agent.d.ts +1 -1
- package/dist/models/Agent.js +1 -1
- package/dist/models/AgentProxy.d.ts +1 -1
- package/dist/models/AgentProxy.js +1 -1
- package/dist/models/Assessment.d.ts +23 -1
- package/dist/models/Assessment.js +15 -2
- package/dist/models/AssessmentForm.d.ts +1 -1
- package/dist/models/AssessmentForm.js +1 -1
- package/dist/models/AssessmentSharing.d.ts +45 -0
- package/dist/models/AssessmentSharing.js +57 -0
- package/dist/models/AssessmentUpdate.d.ts +1 -1
- package/dist/models/AssessmentUpdate.js +1 -1
- package/dist/models/ClusterRequirementsRequest.d.ts +1 -1
- package/dist/models/ClusterRequirementsRequest.js +1 -1
- package/dist/models/ClusterRequirementsResponse.d.ts +1 -1
- package/dist/models/ClusterRequirementsResponse.js +1 -1
- package/dist/models/ClusterRequirementsStoredInput.d.ts +119 -0
- package/dist/models/ClusterRequirementsStoredInput.js +95 -0
- package/dist/models/ClusterSizing.d.ts +1 -1
- package/dist/models/ClusterSizing.js +1 -1
- package/dist/models/ComplexityDiskScoreEntry.d.ts +1 -1
- package/dist/models/ComplexityDiskScoreEntry.js +1 -1
- package/dist/models/ComplexityOSNameEntry.d.ts +1 -1
- package/dist/models/ComplexityOSNameEntry.js +1 -1
- package/dist/models/ComplexityOSScoreEntry.d.ts +1 -1
- package/dist/models/ComplexityOSScoreEntry.js +1 -1
- package/dist/models/Customer.d.ts +62 -0
- package/dist/models/Customer.js +70 -0
- package/dist/models/Datastore.d.ts +1 -1
- package/dist/models/Datastore.js +1 -1
- package/dist/models/DiskSizeTierSummary.d.ts +1 -1
- package/dist/models/DiskSizeTierSummary.js +1 -1
- package/dist/models/DiskTypeSummary.d.ts +1 -1
- package/dist/models/DiskTypeSummary.js +1 -1
- package/dist/models/EstimationContext.d.ts +1 -1
- package/dist/models/EstimationContext.js +1 -1
- package/dist/models/EstimationDetail.d.ts +1 -1
- package/dist/models/EstimationDetail.js +1 -1
- package/dist/models/Group.d.ts +1 -1
- package/dist/models/Group.js +1 -1
- package/dist/models/GroupCreate.d.ts +1 -1
- package/dist/models/GroupCreate.js +1 -1
- package/dist/models/GroupUpdate.d.ts +1 -1
- package/dist/models/GroupUpdate.js +1 -1
- package/dist/models/Histogram.d.ts +1 -1
- package/dist/models/Histogram.js +1 -1
- package/dist/models/Host.d.ts +1 -1
- package/dist/models/Host.js +1 -1
- package/dist/models/Identity.d.ts +1 -1
- package/dist/models/Identity.js +1 -1
- package/dist/models/Info.d.ts +1 -1
- package/dist/models/Info.js +1 -1
- package/dist/models/Infra.d.ts +1 -1
- package/dist/models/Infra.js +1 -1
- package/dist/models/Inventory.d.ts +1 -1
- package/dist/models/Inventory.js +1 -1
- package/dist/models/InventoryData.d.ts +1 -1
- package/dist/models/InventoryData.js +1 -1
- package/dist/models/InventoryTotals.d.ts +1 -1
- package/dist/models/InventoryTotals.js +1 -1
- package/dist/models/Ipv4Config.d.ts +1 -1
- package/dist/models/Ipv4Config.js +1 -1
- package/dist/models/Job.d.ts +1 -1
- package/dist/models/Job.js +1 -1
- package/dist/models/JobStatus.d.ts +1 -1
- package/dist/models/JobStatus.js +1 -1
- package/dist/models/Label.d.ts +1 -1
- package/dist/models/Label.js +1 -1
- package/dist/models/Member.d.ts +1 -1
- package/dist/models/Member.js +1 -1
- package/dist/models/MemberCreate.d.ts +1 -1
- package/dist/models/MemberCreate.js +1 -1
- package/dist/models/MemberUpdate.d.ts +1 -1
- package/dist/models/MemberUpdate.js +1 -1
- package/dist/models/MigrationComplexityRequest.d.ts +1 -1
- package/dist/models/MigrationComplexityRequest.js +1 -1
- package/dist/models/MigrationComplexityResponse.d.ts +1 -1
- package/dist/models/MigrationComplexityResponse.js +1 -1
- package/dist/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
- package/dist/models/MigrationEstimationByComplexityResponse.js +1 -1
- package/dist/models/MigrationEstimationRequest.d.ts +1 -1
- package/dist/models/MigrationEstimationRequest.js +1 -1
- package/dist/models/MigrationEstimationResponse.d.ts +1 -1
- package/dist/models/MigrationEstimationResponse.js +1 -1
- package/dist/models/MigrationIssue.d.ts +1 -1
- package/dist/models/MigrationIssue.js +1 -1
- package/dist/models/ModelError.d.ts +1 -1
- package/dist/models/ModelError.js +1 -1
- package/dist/models/Network.d.ts +1 -1
- package/dist/models/Network.js +1 -1
- package/dist/models/OsDiskEstimationEntry.d.ts +1 -1
- package/dist/models/OsDiskEstimationEntry.js +1 -1
- package/dist/models/OsInfo.d.ts +1 -1
- package/dist/models/OsInfo.js +1 -1
- package/dist/models/PartnerRequest.d.ts +106 -0
- package/dist/models/PartnerRequest.js +94 -0
- package/dist/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/models/PartnerRequestCreate.js +66 -0
- package/dist/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/models/PartnerRequestStatus.js +53 -0
- package/dist/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/models/PartnerRequestUpdate.js +53 -0
- package/dist/models/PartnerSummary.d.ts +50 -0
- package/dist/models/PartnerSummary.js +62 -0
- package/dist/models/PresignedUrl.d.ts +1 -1
- package/dist/models/PresignedUrl.js +1 -1
- package/dist/models/SchemaEstimationResult.d.ts +1 -1
- package/dist/models/SchemaEstimationResult.js +1 -1
- package/dist/models/SharingSubject.d.ts +38 -0
- package/dist/models/SharingSubject.js +54 -0
- package/dist/models/SizingOverCommitRatio.d.ts +1 -1
- package/dist/models/SizingOverCommitRatio.js +1 -1
- package/dist/models/SizingResourceConsumption.d.ts +1 -1
- package/dist/models/SizingResourceConsumption.js +1 -1
- package/dist/models/SizingResourceLimits.d.ts +1 -1
- package/dist/models/SizingResourceLimits.js +1 -1
- package/dist/models/Snapshot.d.ts +1 -1
- package/dist/models/Snapshot.js +1 -1
- package/dist/models/Source.d.ts +1 -1
- package/dist/models/Source.js +1 -1
- package/dist/models/SourceCreate.d.ts +27 -1
- package/dist/models/SourceCreate.js +15 -1
- package/dist/models/SourceInfra.d.ts +1 -1
- package/dist/models/SourceInfra.js +1 -1
- package/dist/models/SourceUpdate.d.ts +27 -1
- package/dist/models/SourceUpdate.js +15 -1
- package/dist/models/Status.d.ts +1 -1
- package/dist/models/Status.js +1 -1
- package/dist/models/UpdateInventory.d.ts +1 -1
- package/dist/models/UpdateInventory.js +1 -1
- package/dist/models/VCenter.d.ts +1 -1
- package/dist/models/VCenter.js +1 -1
- package/dist/models/VMResourceBreakdown.d.ts +1 -1
- package/dist/models/VMResourceBreakdown.js +1 -1
- package/dist/models/VMs.d.ts +10 -1
- package/dist/models/VMs.js +3 -1
- package/dist/models/VmNetwork.d.ts +1 -1
- package/dist/models/VmNetwork.js +1 -1
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/Assessment.md +4 -0
- package/docs/AssessmentApi.md +222 -0
- package/docs/AssessmentSharing.md +38 -0
- package/docs/ClusterRequirementsStoredInput.md +55 -0
- package/docs/Customer.md +44 -0
- package/docs/PartnerApi.md +636 -0
- package/docs/PartnerRequest.md +58 -0
- package/docs/PartnerRequestCreate.md +42 -0
- package/docs/PartnerRequestStatus.md +32 -0
- package/docs/PartnerRequestUpdate.md +36 -0
- package/docs/PartnerSummary.md +40 -0
- package/docs/SharingSubject.md +36 -0
- package/docs/SourceApi.md +1 -1
- package/docs/SourceCreate.md +6 -0
- package/docs/SourceUpdate.md +6 -0
- package/docs/VMs.md +2 -0
- package/package.json +1 -1
- package/src/apis/AccountApi.ts +21 -12
- package/src/apis/AssessmentApi.ts +267 -15
- package/src/apis/HealthApi.ts +1 -2
- package/src/apis/ImageApi.ts +3 -6
- package/src/apis/InfoApi.ts +3 -6
- package/src/apis/JobApi.ts +3 -6
- package/src/apis/PartnerApi.ts +676 -0
- package/src/apis/SourceApi.ts +15 -10
- package/src/apis/index.ts +1 -0
- package/src/models/Agent.ts +1 -1
- package/src/models/AgentProxy.ts +1 -1
- package/src/models/Assessment.ts +34 -1
- package/src/models/AssessmentForm.ts +1 -1
- package/src/models/AssessmentSharing.ts +91 -0
- package/src/models/AssessmentUpdate.ts +1 -1
- package/src/models/ClusterRequirementsRequest.ts +1 -1
- package/src/models/ClusterRequirementsResponse.ts +1 -1
- package/src/models/ClusterRequirementsStoredInput.ts +178 -0
- package/src/models/ClusterSizing.ts +1 -1
- package/src/models/ComplexityDiskScoreEntry.ts +1 -1
- package/src/models/ComplexityOSNameEntry.ts +1 -1
- package/src/models/ComplexityOSScoreEntry.ts +1 -1
- package/src/models/Customer.ts +111 -0
- package/src/models/Datastore.ts +1 -1
- package/src/models/DiskSizeTierSummary.ts +1 -1
- package/src/models/DiskTypeSummary.ts +1 -1
- package/src/models/EstimationContext.ts +1 -1
- package/src/models/EstimationDetail.ts +1 -1
- package/src/models/Group.ts +1 -1
- package/src/models/GroupCreate.ts +1 -1
- package/src/models/GroupUpdate.ts +1 -1
- package/src/models/Histogram.ts +1 -1
- package/src/models/Host.ts +1 -1
- package/src/models/Identity.ts +1 -1
- package/src/models/Info.ts +1 -1
- package/src/models/Infra.ts +1 -1
- package/src/models/Inventory.ts +1 -1
- package/src/models/InventoryData.ts +1 -1
- package/src/models/InventoryTotals.ts +1 -1
- package/src/models/Ipv4Config.ts +1 -1
- package/src/models/Job.ts +1 -1
- package/src/models/JobStatus.ts +1 -1
- package/src/models/Label.ts +1 -1
- package/src/models/Member.ts +1 -1
- package/src/models/MemberCreate.ts +1 -1
- package/src/models/MemberUpdate.ts +1 -1
- package/src/models/MigrationComplexityRequest.ts +1 -1
- package/src/models/MigrationComplexityResponse.ts +1 -1
- package/src/models/MigrationEstimationByComplexityResponse.ts +1 -1
- package/src/models/MigrationEstimationRequest.ts +1 -1
- package/src/models/MigrationEstimationResponse.ts +1 -1
- package/src/models/MigrationIssue.ts +1 -1
- package/src/models/ModelError.ts +1 -1
- package/src/models/Network.ts +1 -1
- package/src/models/OsDiskEstimationEntry.ts +1 -1
- package/src/models/OsInfo.ts +1 -1
- package/src/models/PartnerRequest.ts +188 -0
- package/src/models/PartnerRequestCreate.ts +102 -0
- package/src/models/PartnerRequestStatus.ts +55 -0
- package/src/models/PartnerRequestUpdate.ts +84 -0
- package/src/models/PartnerSummary.ts +93 -0
- package/src/models/PresignedUrl.ts +1 -1
- package/src/models/SchemaEstimationResult.ts +1 -1
- package/src/models/SharingSubject.ts +75 -0
- package/src/models/SizingOverCommitRatio.ts +1 -1
- package/src/models/SizingResourceConsumption.ts +1 -1
- package/src/models/SizingResourceLimits.ts +1 -1
- package/src/models/Snapshot.ts +1 -1
- package/src/models/Source.ts +1 -1
- package/src/models/SourceCreate.ts +36 -1
- package/src/models/SourceInfra.ts +1 -1
- package/src/models/SourceUpdate.ts +36 -1
- package/src/models/Status.ts +1 -1
- package/src/models/UpdateInventory.ts +1 -1
- package/src/models/VCenter.ts +1 -1
- package/src/models/VMResourceBreakdown.ts +1 -1
- package/src/models/VMs.ts +10 -1
- package/src/models/VmNetwork.ts +1 -1
- package/src/models/index.ts +9 -0
- package/src/runtime.ts +1 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Snapshot } from './Snapshot.js';
|
|
13
|
+
import type { AssessmentSharing } from './AssessmentSharing.js';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -64,6 +65,18 @@ export interface Assessment {
|
|
|
64
65
|
* @memberof Assessment
|
|
65
66
|
*/
|
|
66
67
|
snapshots: Array<Snapshot>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {Array<AssessmentPermissionsEnum>}
|
|
71
|
+
* @memberof Assessment
|
|
72
|
+
*/
|
|
73
|
+
permissions?: Array<AssessmentPermissionsEnum>;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {AssessmentSharing}
|
|
77
|
+
* @memberof Assessment
|
|
78
|
+
*/
|
|
79
|
+
sharing?: AssessmentSharing;
|
|
67
80
|
}
|
|
68
81
|
/**
|
|
69
82
|
* @export
|
|
@@ -74,6 +87,15 @@ export declare const AssessmentSourceTypeEnum: {
|
|
|
74
87
|
readonly Source: "source";
|
|
75
88
|
};
|
|
76
89
|
export type AssessmentSourceTypeEnum = typeof AssessmentSourceTypeEnum[keyof typeof AssessmentSourceTypeEnum];
|
|
90
|
+
/**
|
|
91
|
+
* @export
|
|
92
|
+
*/
|
|
93
|
+
export declare const AssessmentPermissionsEnum: {
|
|
94
|
+
readonly Read: "read";
|
|
95
|
+
readonly Share: "share";
|
|
96
|
+
readonly Delete: "delete";
|
|
97
|
+
};
|
|
98
|
+
export type AssessmentPermissionsEnum = typeof AssessmentPermissionsEnum[keyof typeof AssessmentPermissionsEnum];
|
|
77
99
|
/**
|
|
78
100
|
* Check if a given object implements the Assessment interface.
|
|
79
101
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,13 +13,14 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.AssessmentSourceTypeEnum = void 0;
|
|
16
|
+
exports.AssessmentPermissionsEnum = exports.AssessmentSourceTypeEnum = void 0;
|
|
17
17
|
exports.instanceOfAssessment = instanceOfAssessment;
|
|
18
18
|
exports.AssessmentFromJSON = AssessmentFromJSON;
|
|
19
19
|
exports.AssessmentFromJSONTyped = AssessmentFromJSONTyped;
|
|
20
20
|
exports.AssessmentToJSON = AssessmentToJSON;
|
|
21
21
|
exports.AssessmentToJSONTyped = AssessmentToJSONTyped;
|
|
22
22
|
const Snapshot_js_1 = require("./Snapshot.js");
|
|
23
|
+
const AssessmentSharing_js_1 = require("./AssessmentSharing.js");
|
|
23
24
|
/**
|
|
24
25
|
* @export
|
|
25
26
|
*/
|
|
@@ -28,6 +29,14 @@ exports.AssessmentSourceTypeEnum = {
|
|
|
28
29
|
Rvtools: 'rvtools',
|
|
29
30
|
Source: 'source'
|
|
30
31
|
};
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
exports.AssessmentPermissionsEnum = {
|
|
36
|
+
Read: 'read',
|
|
37
|
+
Share: 'share',
|
|
38
|
+
Delete: 'delete'
|
|
39
|
+
};
|
|
31
40
|
/**
|
|
32
41
|
* Check if a given object implements the Assessment interface.
|
|
33
42
|
*/
|
|
@@ -60,6 +69,8 @@ function AssessmentFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
60
69
|
'sourceId': json['sourceId'] == null ? undefined : json['sourceId'],
|
|
61
70
|
'createdAt': (new Date(json['createdAt'])),
|
|
62
71
|
'snapshots': (json['snapshots'].map(Snapshot_js_1.SnapshotFromJSON)),
|
|
72
|
+
'permissions': json['permissions'] == null ? undefined : json['permissions'],
|
|
73
|
+
'sharing': json['sharing'] == null ? undefined : (0, AssessmentSharing_js_1.AssessmentSharingFromJSON)(json['sharing']),
|
|
63
74
|
};
|
|
64
75
|
}
|
|
65
76
|
function AssessmentToJSON(json) {
|
|
@@ -78,5 +89,7 @@ function AssessmentToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
78
89
|
'sourceId': value['sourceId'],
|
|
79
90
|
'createdAt': value['createdAt'].toISOString(),
|
|
80
91
|
'snapshots': (value['snapshots'].map(Snapshot_js_1.SnapshotToJSON)),
|
|
92
|
+
'permissions': value['permissions'],
|
|
93
|
+
'sharing': (0, AssessmentSharing_js_1.AssessmentSharingToJSON)(value['sharing']),
|
|
81
94
|
};
|
|
82
95
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenShift Migration Advisor API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SharingSubject } from './SharingSubject.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AssessmentSharing
|
|
17
|
+
*/
|
|
18
|
+
export interface AssessmentSharing {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof AssessmentSharing
|
|
23
|
+
*/
|
|
24
|
+
isShared: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<SharingSubject>}
|
|
28
|
+
* @memberof AssessmentSharing
|
|
29
|
+
*/
|
|
30
|
+
sharedWith: Array<SharingSubject>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SharingSubject}
|
|
34
|
+
* @memberof AssessmentSharing
|
|
35
|
+
*/
|
|
36
|
+
sharedBy?: SharingSubject;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the AssessmentSharing interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfAssessmentSharing(value: object): value is AssessmentSharing;
|
|
42
|
+
export declare function AssessmentSharingFromJSON(json: any): AssessmentSharing;
|
|
43
|
+
export declare function AssessmentSharingFromJSONTyped(json: any, ignoreDiscriminator: boolean): AssessmentSharing;
|
|
44
|
+
export declare function AssessmentSharingToJSON(json: any): AssessmentSharing;
|
|
45
|
+
export declare function AssessmentSharingToJSONTyped(value?: AssessmentSharing | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenShift Migration Advisor API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAssessmentSharing = instanceOfAssessmentSharing;
|
|
17
|
+
exports.AssessmentSharingFromJSON = AssessmentSharingFromJSON;
|
|
18
|
+
exports.AssessmentSharingFromJSONTyped = AssessmentSharingFromJSONTyped;
|
|
19
|
+
exports.AssessmentSharingToJSON = AssessmentSharingToJSON;
|
|
20
|
+
exports.AssessmentSharingToJSONTyped = AssessmentSharingToJSONTyped;
|
|
21
|
+
const SharingSubject_js_1 = require("./SharingSubject.js");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AssessmentSharing interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAssessmentSharing(value) {
|
|
26
|
+
if (!('isShared' in value) || value['isShared'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('sharedWith' in value) || value['sharedWith'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function AssessmentSharingFromJSON(json) {
|
|
33
|
+
return AssessmentSharingFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function AssessmentSharingFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'isShared': json['isShared'],
|
|
41
|
+
'sharedWith': (json['sharedWith'].map(SharingSubject_js_1.SharingSubjectFromJSON)),
|
|
42
|
+
'sharedBy': json['sharedBy'] == null ? undefined : (0, SharingSubject_js_1.SharingSubjectFromJSON)(json['sharedBy']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function AssessmentSharingToJSON(json) {
|
|
46
|
+
return AssessmentSharingToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function AssessmentSharingToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'isShared': value['isShared'],
|
|
54
|
+
'sharedWith': (value['sharedWith'].map(SharingSubject_js_1.SharingSubjectToJSON)),
|
|
55
|
+
'sharedBy': (0, SharingSubject_js_1.SharingSubjectToJSON)(value['sharedBy']),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenShift Migration Advisor API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Stored cluster requirements payload for a cluster
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ClusterRequirementsStoredInput
|
|
16
|
+
*/
|
|
17
|
+
export interface ClusterRequirementsStoredInput {
|
|
18
|
+
/**
|
|
19
|
+
* ID of the cluster
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ClusterRequirementsStoredInput
|
|
22
|
+
*/
|
|
23
|
+
clusterId: string;
|
|
24
|
+
/**
|
|
25
|
+
* CPU over-commit ratio (e.g., "1:4")
|
|
26
|
+
* @type {ClusterRequirementsStoredInputCpuOverCommitRatioEnum}
|
|
27
|
+
* @memberof ClusterRequirementsStoredInput
|
|
28
|
+
*/
|
|
29
|
+
cpuOverCommitRatio?: ClusterRequirementsStoredInputCpuOverCommitRatioEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Memory over-commit ratio (e.g., "1:2")
|
|
32
|
+
* @type {ClusterRequirementsStoredInputMemoryOverCommitRatioEnum}
|
|
33
|
+
* @memberof ClusterRequirementsStoredInput
|
|
34
|
+
*/
|
|
35
|
+
memoryOverCommitRatio?: ClusterRequirementsStoredInputMemoryOverCommitRatioEnum;
|
|
36
|
+
/**
|
|
37
|
+
* CPU cores per worker node
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ClusterRequirementsStoredInput
|
|
40
|
+
*/
|
|
41
|
+
workerNodeCPU?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Memory (GB) per worker node
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ClusterRequirementsStoredInput
|
|
46
|
+
*/
|
|
47
|
+
workerNodeMemory?: number;
|
|
48
|
+
/**
|
|
49
|
+
* Number of CPU threads per worker node
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ClusterRequirementsStoredInput
|
|
52
|
+
*/
|
|
53
|
+
workerNodeThreads?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Allow workload scheduling on control plane nodes
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof ClusterRequirementsStoredInput
|
|
58
|
+
*/
|
|
59
|
+
controlPlaneSchedulable?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* CPU cores per control plane node
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof ClusterRequirementsStoredInput
|
|
64
|
+
*/
|
|
65
|
+
controlPlaneCPU?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Memory in GB per control plane node
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof ClusterRequirementsStoredInput
|
|
70
|
+
*/
|
|
71
|
+
controlPlaneMemory?: number;
|
|
72
|
+
/**
|
|
73
|
+
* Number of control plane nodes
|
|
74
|
+
* @type {ClusterRequirementsStoredInputControlPlaneNodeCountEnum}
|
|
75
|
+
* @memberof ClusterRequirementsStoredInput
|
|
76
|
+
*/
|
|
77
|
+
controlPlaneNodeCount?: ClusterRequirementsStoredInputControlPlaneNodeCountEnum;
|
|
78
|
+
/**
|
|
79
|
+
* If true, control plane is hosted externally
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof ClusterRequirementsStoredInput
|
|
82
|
+
*/
|
|
83
|
+
hostedControlPlane?: boolean;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @export
|
|
87
|
+
*/
|
|
88
|
+
export declare const ClusterRequirementsStoredInputCpuOverCommitRatioEnum: {
|
|
89
|
+
readonly _11: "1:1";
|
|
90
|
+
readonly _12: "1:2";
|
|
91
|
+
readonly _14: "1:4";
|
|
92
|
+
readonly _16: "1:6";
|
|
93
|
+
};
|
|
94
|
+
export type ClusterRequirementsStoredInputCpuOverCommitRatioEnum = typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum];
|
|
95
|
+
/**
|
|
96
|
+
* @export
|
|
97
|
+
*/
|
|
98
|
+
export declare const ClusterRequirementsStoredInputMemoryOverCommitRatioEnum: {
|
|
99
|
+
readonly _11: "1:1";
|
|
100
|
+
readonly _12: "1:2";
|
|
101
|
+
readonly _14: "1:4";
|
|
102
|
+
};
|
|
103
|
+
export type ClusterRequirementsStoredInputMemoryOverCommitRatioEnum = typeof ClusterRequirementsStoredInputMemoryOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputMemoryOverCommitRatioEnum];
|
|
104
|
+
/**
|
|
105
|
+
* @export
|
|
106
|
+
*/
|
|
107
|
+
export declare const ClusterRequirementsStoredInputControlPlaneNodeCountEnum: {
|
|
108
|
+
readonly NUMBER_1: 1;
|
|
109
|
+
readonly NUMBER_3: 3;
|
|
110
|
+
};
|
|
111
|
+
export type ClusterRequirementsStoredInputControlPlaneNodeCountEnum = typeof ClusterRequirementsStoredInputControlPlaneNodeCountEnum[keyof typeof ClusterRequirementsStoredInputControlPlaneNodeCountEnum];
|
|
112
|
+
/**
|
|
113
|
+
* Check if a given object implements the ClusterRequirementsStoredInput interface.
|
|
114
|
+
*/
|
|
115
|
+
export declare function instanceOfClusterRequirementsStoredInput(value: object): value is ClusterRequirementsStoredInput;
|
|
116
|
+
export declare function ClusterRequirementsStoredInputFromJSON(json: any): ClusterRequirementsStoredInput;
|
|
117
|
+
export declare function ClusterRequirementsStoredInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClusterRequirementsStoredInput;
|
|
118
|
+
export declare function ClusterRequirementsStoredInputToJSON(json: any): ClusterRequirementsStoredInput;
|
|
119
|
+
export declare function ClusterRequirementsStoredInputToJSONTyped(value?: ClusterRequirementsStoredInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenShift Migration Advisor API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ClusterRequirementsStoredInputControlPlaneNodeCountEnum = exports.ClusterRequirementsStoredInputMemoryOverCommitRatioEnum = exports.ClusterRequirementsStoredInputCpuOverCommitRatioEnum = void 0;
|
|
17
|
+
exports.instanceOfClusterRequirementsStoredInput = instanceOfClusterRequirementsStoredInput;
|
|
18
|
+
exports.ClusterRequirementsStoredInputFromJSON = ClusterRequirementsStoredInputFromJSON;
|
|
19
|
+
exports.ClusterRequirementsStoredInputFromJSONTyped = ClusterRequirementsStoredInputFromJSONTyped;
|
|
20
|
+
exports.ClusterRequirementsStoredInputToJSON = ClusterRequirementsStoredInputToJSON;
|
|
21
|
+
exports.ClusterRequirementsStoredInputToJSONTyped = ClusterRequirementsStoredInputToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ClusterRequirementsStoredInputCpuOverCommitRatioEnum = {
|
|
26
|
+
_11: '1:1',
|
|
27
|
+
_12: '1:2',
|
|
28
|
+
_14: '1:4',
|
|
29
|
+
_16: '1:6'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
exports.ClusterRequirementsStoredInputMemoryOverCommitRatioEnum = {
|
|
35
|
+
_11: '1:1',
|
|
36
|
+
_12: '1:2',
|
|
37
|
+
_14: '1:4'
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
exports.ClusterRequirementsStoredInputControlPlaneNodeCountEnum = {
|
|
43
|
+
NUMBER_1: 1,
|
|
44
|
+
NUMBER_3: 3
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the ClusterRequirementsStoredInput interface.
|
|
48
|
+
*/
|
|
49
|
+
function instanceOfClusterRequirementsStoredInput(value) {
|
|
50
|
+
if (!('clusterId' in value) || value['clusterId'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
function ClusterRequirementsStoredInputFromJSON(json) {
|
|
55
|
+
return ClusterRequirementsStoredInputFromJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function ClusterRequirementsStoredInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'clusterId': json['clusterId'],
|
|
63
|
+
'cpuOverCommitRatio': json['cpuOverCommitRatio'] == null ? undefined : json['cpuOverCommitRatio'],
|
|
64
|
+
'memoryOverCommitRatio': json['memoryOverCommitRatio'] == null ? undefined : json['memoryOverCommitRatio'],
|
|
65
|
+
'workerNodeCPU': json['workerNodeCPU'] == null ? undefined : json['workerNodeCPU'],
|
|
66
|
+
'workerNodeMemory': json['workerNodeMemory'] == null ? undefined : json['workerNodeMemory'],
|
|
67
|
+
'workerNodeThreads': json['workerNodeThreads'] == null ? undefined : json['workerNodeThreads'],
|
|
68
|
+
'controlPlaneSchedulable': json['controlPlaneSchedulable'] == null ? undefined : json['controlPlaneSchedulable'],
|
|
69
|
+
'controlPlaneCPU': json['controlPlaneCPU'] == null ? undefined : json['controlPlaneCPU'],
|
|
70
|
+
'controlPlaneMemory': json['controlPlaneMemory'] == null ? undefined : json['controlPlaneMemory'],
|
|
71
|
+
'controlPlaneNodeCount': json['controlPlaneNodeCount'] == null ? undefined : json['controlPlaneNodeCount'],
|
|
72
|
+
'hostedControlPlane': json['hostedControlPlane'] == null ? undefined : json['hostedControlPlane'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
function ClusterRequirementsStoredInputToJSON(json) {
|
|
76
|
+
return ClusterRequirementsStoredInputToJSONTyped(json, false);
|
|
77
|
+
}
|
|
78
|
+
function ClusterRequirementsStoredInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
79
|
+
if (value == null) {
|
|
80
|
+
return value;
|
|
81
|
+
}
|
|
82
|
+
return {
|
|
83
|
+
'clusterId': value['clusterId'],
|
|
84
|
+
'cpuOverCommitRatio': value['cpuOverCommitRatio'],
|
|
85
|
+
'memoryOverCommitRatio': value['memoryOverCommitRatio'],
|
|
86
|
+
'workerNodeCPU': value['workerNodeCPU'],
|
|
87
|
+
'workerNodeMemory': value['workerNodeMemory'],
|
|
88
|
+
'workerNodeThreads': value['workerNodeThreads'],
|
|
89
|
+
'controlPlaneSchedulable': value['controlPlaneSchedulable'],
|
|
90
|
+
'controlPlaneCPU': value['controlPlaneCPU'],
|
|
91
|
+
'controlPlaneMemory': value['controlPlaneMemory'],
|
|
92
|
+
'controlPlaneNodeCount': value['controlPlaneNodeCount'],
|
|
93
|
+
'hostedControlPlane': value['hostedControlPlane'],
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OpenShift Migration Advisor API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenShift Migration Advisor API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: v1alpha1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenShift Migration Advisor API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1alpha1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Customer
|
|
16
|
+
*/
|
|
17
|
+
export interface Customer {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Customer
|
|
22
|
+
*/
|
|
23
|
+
username: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Customer
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Customer
|
|
34
|
+
*/
|
|
35
|
+
contactName: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Customer
|
|
40
|
+
*/
|
|
41
|
+
contactPhone: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Customer
|
|
46
|
+
*/
|
|
47
|
+
email: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Customer
|
|
52
|
+
*/
|
|
53
|
+
location: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the Customer interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfCustomer(value: object): value is Customer;
|
|
59
|
+
export declare function CustomerFromJSON(json: any): Customer;
|
|
60
|
+
export declare function CustomerFromJSONTyped(json: any, ignoreDiscriminator: boolean): Customer;
|
|
61
|
+
export declare function CustomerToJSON(json: any): Customer;
|
|
62
|
+
export declare function CustomerToJSONTyped(value?: Customer | null, ignoreDiscriminator?: boolean): any;
|