@openshift-migration-advisor/planner-sdk 0.11.0 → 0.12.0-390afc4a9dfe
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 +16 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +23 -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 +1 -1
- package/dist/esm/models/Assessment.js +1 -1
- package/dist/esm/models/AssessmentForm.d.ts +1 -1
- package/dist/esm/models/AssessmentForm.js +1 -1
- 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/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 +7 -0
- package/dist/esm/models/index.js +7 -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 +1 -1
- package/dist/models/Assessment.js +1 -1
- package/dist/models/AssessmentForm.d.ts +1 -1
- package/dist/models/AssessmentForm.js +1 -1
- 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/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 +7 -0
- package/dist/models/index.js +7 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/AssessmentApi.md +222 -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/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 +1 -1
- package/src/models/AssessmentForm.ts +1 -1
- 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/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 +7 -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).
|
|
@@ -54,7 +54,33 @@ export interface SourceUpdate {
|
|
|
54
54
|
* @memberof SourceUpdate
|
|
55
55
|
*/
|
|
56
56
|
network?: VmNetwork;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {VmNetwork}
|
|
60
|
+
* @memberof SourceUpdate
|
|
61
|
+
*/
|
|
62
|
+
vmNetwork?: VmNetwork;
|
|
63
|
+
/**
|
|
64
|
+
* Set to false to clear all proxy fields. When true or omitted, proxy fields are preserved or updated normally.
|
|
65
|
+
* @type {boolean}
|
|
66
|
+
* @memberof SourceUpdate
|
|
67
|
+
*/
|
|
68
|
+
enableProxy?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Set to dhcp to clear all network fields. Set to static when providing vmNetwork/network data. When omitted, network fields are preserved or updated normally.
|
|
71
|
+
* @type {SourceUpdateNetworkConfigTypeEnum}
|
|
72
|
+
* @memberof SourceUpdate
|
|
73
|
+
*/
|
|
74
|
+
networkConfigType?: SourceUpdateNetworkConfigTypeEnum;
|
|
57
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* @export
|
|
78
|
+
*/
|
|
79
|
+
export declare const SourceUpdateNetworkConfigTypeEnum: {
|
|
80
|
+
readonly Dhcp: "dhcp";
|
|
81
|
+
readonly Static: "static";
|
|
82
|
+
};
|
|
83
|
+
export type SourceUpdateNetworkConfigTypeEnum = typeof SourceUpdateNetworkConfigTypeEnum[keyof typeof SourceUpdateNetworkConfigTypeEnum];
|
|
58
84
|
/**
|
|
59
85
|
* Check if a given object implements the SourceUpdate interface.
|
|
60
86
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
import { VmNetworkFromJSON, VmNetworkToJSON, } from './VmNetwork.js';
|
|
15
15
|
import { AgentProxyFromJSON, AgentProxyToJSON, } from './AgentProxy.js';
|
|
16
16
|
import { LabelFromJSON, LabelToJSON, } from './Label.js';
|
|
17
|
+
/**
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const SourceUpdateNetworkConfigTypeEnum = {
|
|
21
|
+
Dhcp: 'dhcp',
|
|
22
|
+
Static: 'static'
|
|
23
|
+
};
|
|
17
24
|
/**
|
|
18
25
|
* Check if a given object implements the SourceUpdate interface.
|
|
19
26
|
*/
|
|
@@ -34,6 +41,9 @@ export function SourceUpdateFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
41
|
'certificateChain': json['certificateChain'] == null ? undefined : json['certificateChain'],
|
|
35
42
|
'proxy': json['proxy'] == null ? undefined : AgentProxyFromJSON(json['proxy']),
|
|
36
43
|
'network': json['network'] == null ? undefined : VmNetworkFromJSON(json['network']),
|
|
44
|
+
'vmNetwork': json['vmNetwork'] == null ? undefined : VmNetworkFromJSON(json['vmNetwork']),
|
|
45
|
+
'enableProxy': json['enableProxy'] == null ? undefined : json['enableProxy'],
|
|
46
|
+
'networkConfigType': json['networkConfigType'] == null ? undefined : json['networkConfigType'],
|
|
37
47
|
};
|
|
38
48
|
}
|
|
39
49
|
export function SourceUpdateToJSON(json) {
|
|
@@ -50,5 +60,8 @@ export function SourceUpdateToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
50
60
|
'certificateChain': value['certificateChain'],
|
|
51
61
|
'proxy': AgentProxyToJSON(value['proxy']),
|
|
52
62
|
'network': VmNetworkToJSON(value['network']),
|
|
63
|
+
'vmNetwork': VmNetworkToJSON(value['vmNetwork']),
|
|
64
|
+
'enableProxy': value['enableProxy'],
|
|
65
|
+
'networkConfigType': value['networkConfigType'],
|
|
53
66
|
};
|
|
54
67
|
}
|
|
@@ -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).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/models/VMs.d.ts
CHANGED
|
@@ -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).
|
|
@@ -58,6 +58,15 @@ export interface VMs {
|
|
|
58
58
|
diskSizeTier?: {
|
|
59
59
|
[key: string]: DiskSizeTierSummary;
|
|
60
60
|
};
|
|
61
|
+
/**
|
|
62
|
+
* Distribution of VMs across disk-complexity tiers used by the estimation engine (0-10TiB, 10-20TiB, 20-50TiB, 50+TiB).
|
|
63
|
+
*
|
|
64
|
+
* @type {{ [key: string]: DiskSizeTierSummary; }}
|
|
65
|
+
* @memberof VMs
|
|
66
|
+
*/
|
|
67
|
+
diskComplexityTier?: {
|
|
68
|
+
[key: string]: DiskSizeTierSummary;
|
|
69
|
+
};
|
|
61
70
|
/**
|
|
62
71
|
*
|
|
63
72
|
* @type {{ [key: string]: DiskTypeSummary; }}
|
package/dist/esm/models/VMs.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -55,6 +55,7 @@ export function VMsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
55
|
'totalWithSharedDisks': json['totalWithSharedDisks'] == null ? undefined : json['totalWithSharedDisks'],
|
|
56
56
|
'cpuCores': VMResourceBreakdownFromJSON(json['cpuCores']),
|
|
57
57
|
'diskSizeTier': json['diskSizeTier'] == null ? undefined : (mapValues(json['diskSizeTier'], DiskSizeTierSummaryFromJSON)),
|
|
58
|
+
'diskComplexityTier': json['diskComplexityTier'] == null ? undefined : (mapValues(json['diskComplexityTier'], DiskSizeTierSummaryFromJSON)),
|
|
58
59
|
'diskTypes': json['diskTypes'] == null ? undefined : (mapValues(json['diskTypes'], DiskTypeSummaryFromJSON)),
|
|
59
60
|
'distributionByCpuTier': json['distributionByCpuTier'] == null ? undefined : json['distributionByCpuTier'],
|
|
60
61
|
'distributionByMemoryTier': json['distributionByMemoryTier'] == null ? undefined : json['distributionByMemoryTier'],
|
|
@@ -86,6 +87,7 @@ export function VMsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
86
87
|
'totalWithSharedDisks': value['totalWithSharedDisks'],
|
|
87
88
|
'cpuCores': VMResourceBreakdownToJSON(value['cpuCores']),
|
|
88
89
|
'diskSizeTier': value['diskSizeTier'] == null ? undefined : (mapValues(value['diskSizeTier'], DiskSizeTierSummaryToJSON)),
|
|
90
|
+
'diskComplexityTier': value['diskComplexityTier'] == null ? undefined : (mapValues(value['diskComplexityTier'], DiskSizeTierSummaryToJSON)),
|
|
89
91
|
'diskTypes': value['diskTypes'] == null ? undefined : (mapValues(value['diskTypes'], DiskTypeSummaryToJSON)),
|
|
90
92
|
'distributionByCpuTier': value['distributionByCpuTier'],
|
|
91
93
|
'distributionByMemoryTier': value['distributionByMemoryTier'],
|
|
@@ -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).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,10 +5,12 @@ export * from './AssessmentForm.js';
|
|
|
5
5
|
export * from './AssessmentUpdate.js';
|
|
6
6
|
export * from './ClusterRequirementsRequest.js';
|
|
7
7
|
export * from './ClusterRequirementsResponse.js';
|
|
8
|
+
export * from './ClusterRequirementsStoredInput.js';
|
|
8
9
|
export * from './ClusterSizing.js';
|
|
9
10
|
export * from './ComplexityDiskScoreEntry.js';
|
|
10
11
|
export * from './ComplexityOSNameEntry.js';
|
|
11
12
|
export * from './ComplexityOSScoreEntry.js';
|
|
13
|
+
export * from './Customer.js';
|
|
12
14
|
export * from './Datastore.js';
|
|
13
15
|
export * from './DiskSizeTierSummary.js';
|
|
14
16
|
export * from './DiskTypeSummary.js';
|
|
@@ -42,6 +44,11 @@ export * from './ModelError.js';
|
|
|
42
44
|
export * from './Network.js';
|
|
43
45
|
export * from './OsDiskEstimationEntry.js';
|
|
44
46
|
export * from './OsInfo.js';
|
|
47
|
+
export * from './PartnerRequest.js';
|
|
48
|
+
export * from './PartnerRequestCreate.js';
|
|
49
|
+
export * from './PartnerRequestStatus.js';
|
|
50
|
+
export * from './PartnerRequestUpdate.js';
|
|
51
|
+
export * from './PartnerSummary.js';
|
|
45
52
|
export * from './PresignedUrl.js';
|
|
46
53
|
export * from './SchemaEstimationResult.js';
|
|
47
54
|
export * from './SizingOverCommitRatio.js';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -7,10 +7,12 @@ export * from './AssessmentForm.js';
|
|
|
7
7
|
export * from './AssessmentUpdate.js';
|
|
8
8
|
export * from './ClusterRequirementsRequest.js';
|
|
9
9
|
export * from './ClusterRequirementsResponse.js';
|
|
10
|
+
export * from './ClusterRequirementsStoredInput.js';
|
|
10
11
|
export * from './ClusterSizing.js';
|
|
11
12
|
export * from './ComplexityDiskScoreEntry.js';
|
|
12
13
|
export * from './ComplexityOSNameEntry.js';
|
|
13
14
|
export * from './ComplexityOSScoreEntry.js';
|
|
15
|
+
export * from './Customer.js';
|
|
14
16
|
export * from './Datastore.js';
|
|
15
17
|
export * from './DiskSizeTierSummary.js';
|
|
16
18
|
export * from './DiskTypeSummary.js';
|
|
@@ -44,6 +46,11 @@ export * from './ModelError.js';
|
|
|
44
46
|
export * from './Network.js';
|
|
45
47
|
export * from './OsDiskEstimationEntry.js';
|
|
46
48
|
export * from './OsInfo.js';
|
|
49
|
+
export * from './PartnerRequest.js';
|
|
50
|
+
export * from './PartnerRequestCreate.js';
|
|
51
|
+
export * from './PartnerRequestStatus.js';
|
|
52
|
+
export * from './PartnerRequestUpdate.js';
|
|
53
|
+
export * from './PartnerSummary.js';
|
|
47
54
|
export * from './PresignedUrl.js';
|
|
48
55
|
export * from './SchemaEstimationResult.js';
|
|
49
56
|
export * from './SizingOverCommitRatio.js';
|
package/dist/esm/runtime.d.ts
CHANGED
|
@@ -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).
|
package/dist/esm/runtime.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OpenShift Migration Advisor API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1alpha1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Agent.d.ts
CHANGED
|
@@ -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).
|
package/dist/models/Agent.js
CHANGED
|
@@ -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).
|
|
@@ -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;
|