|
2102 | 2102 | }
|
2103 | 2103 | }
|
2104 | 2104 | },
|
2105 |
| - "revision": "20230602", |
| 2105 | + "revision": "20230613", |
2106 | 2106 | "rootUrl": "https://migrationcenter.googleapis.com/",
|
2107 | 2107 | "schemas": {
|
2108 | 2108 | "AddAssetsToGroupRequest": {
|
|
2398 | 2398 | "type": "object"
|
2399 | 2399 | },
|
2400 | 2400 | "performanceSamples": {
|
2401 |
| - "description": "Asset performance data samples.", |
| 2401 | + "description": "Asset performance data samples. Samples that are older than 40 days are ignored.", |
2402 | 2402 | "items": {
|
2403 | 2403 | "$ref": "PerformanceSample"
|
2404 | 2404 | },
|
|
4383 | 4383 | "description": "Network usage sample."
|
4384 | 4384 | },
|
4385 | 4385 | "sampleTime": {
|
4386 |
| - "description": "Time the sample was collected.", |
| 4386 | + "description": "Required. Time the sample was collected.", |
4387 | 4387 | "format": "google-datetime",
|
4388 | 4388 | "type": "string"
|
4389 | 4389 | }
|
|
4816 | 4816 | "description": "Text describing the pricing track specified for this Preference Set",
|
4817 | 4817 | "type": "string"
|
4818 | 4818 | },
|
| 4819 | + "soleTenantFinding": { |
| 4820 | + "$ref": "ReportSummarySoleTenantFinding", |
| 4821 | + "description": "A set of findings that applies to Stole-Tenant machines in the input." |
| 4822 | + }, |
4819 | 4823 | "topPriority": {
|
4820 | 4824 | "description": "Text describing the business priority specified for this Preference Set",
|
4821 | 4825 | "type": "string"
|
| 4826 | + }, |
| 4827 | + "vmwareEngineFinding": { |
| 4828 | + "$ref": "ReportSummaryVMWareEngineFinding", |
| 4829 | + "description": "A set of findings that applies to VMWare machines in the input." |
4822 | 4830 | }
|
4823 | 4831 | },
|
4824 | 4832 | "type": "object"
|
|
4920 | 4928 | },
|
4921 | 4929 | "type": "object"
|
4922 | 4930 | },
|
| 4931 | + "ReportSummarySoleTenantFinding": { |
| 4932 | + "description": "A set of findings that applies to assets destined for Sole-Tenant nodes.", |
| 4933 | + "id": "ReportSummarySoleTenantFinding", |
| 4934 | + "properties": { |
| 4935 | + "allocatedAssetCount": { |
| 4936 | + "description": "Count of assets which are allocated", |
| 4937 | + "format": "int64", |
| 4938 | + "type": "string" |
| 4939 | + }, |
| 4940 | + "allocatedRegions": { |
| 4941 | + "description": "Set of regions in which the assets are allocated", |
| 4942 | + "items": { |
| 4943 | + "type": "string" |
| 4944 | + }, |
| 4945 | + "type": "array" |
| 4946 | + }, |
| 4947 | + "nodeAllocations": { |
| 4948 | + "description": "Set of per-nodetype allocation records", |
| 4949 | + "items": { |
| 4950 | + "$ref": "ReportSummarySoleTenantNodeAllocation" |
| 4951 | + }, |
| 4952 | + "type": "array" |
| 4953 | + } |
| 4954 | + }, |
| 4955 | + "type": "object" |
| 4956 | + }, |
| 4957 | + "ReportSummarySoleTenantNodeAllocation": { |
| 4958 | + "description": "Represents the assets allocated to a specific Sole-Tenant node type.", |
| 4959 | + "id": "ReportSummarySoleTenantNodeAllocation", |
| 4960 | + "properties": { |
| 4961 | + "allocatedAssetCount": { |
| 4962 | + "description": "Count of assets allocated to these nodes", |
| 4963 | + "format": "int64", |
| 4964 | + "type": "string" |
| 4965 | + }, |
| 4966 | + "node": { |
| 4967 | + "$ref": "SoleTenantNodeType", |
| 4968 | + "description": "Sole Tenant node type, e.g. \"m3-node-128-3904\"" |
| 4969 | + }, |
| 4970 | + "nodeCount": { |
| 4971 | + "description": "Count of this node type to be provisioned", |
| 4972 | + "format": "int64", |
| 4973 | + "type": "string" |
| 4974 | + } |
| 4975 | + }, |
| 4976 | + "type": "object" |
| 4977 | + }, |
4923 | 4978 | "ReportSummaryUtilizationChartData": {
|
4924 | 4979 | "description": "Utilization Chart is a specific type of visualization which displays a metric classified into \"Used\" and \"Free\" buckets.",
|
4925 | 4980 | "id": "ReportSummaryUtilizationChartData",
|
|
4937 | 4992 | },
|
4938 | 4993 | "type": "object"
|
4939 | 4994 | },
|
| 4995 | + "ReportSummaryVMWareEngineFinding": { |
| 4996 | + "description": "A set of findings that applies to assets destined for VMWare Engine.", |
| 4997 | + "id": "ReportSummaryVMWareEngineFinding", |
| 4998 | + "properties": { |
| 4999 | + "allocatedAssetCount": { |
| 5000 | + "description": "Count of assets which are allocated", |
| 5001 | + "format": "int64", |
| 5002 | + "type": "string" |
| 5003 | + }, |
| 5004 | + "allocatedRegions": { |
| 5005 | + "description": "Set of regions in which the assets were allocated", |
| 5006 | + "items": { |
| 5007 | + "type": "string" |
| 5008 | + }, |
| 5009 | + "type": "array" |
| 5010 | + }, |
| 5011 | + "nodeAllocations": { |
| 5012 | + "description": "Set of per-nodetype allocation records", |
| 5013 | + "items": { |
| 5014 | + "$ref": "ReportSummaryVMWareNodeAllocation" |
| 5015 | + }, |
| 5016 | + "type": "array" |
| 5017 | + } |
| 5018 | + }, |
| 5019 | + "type": "object" |
| 5020 | + }, |
| 5021 | + "ReportSummaryVMWareNode": { |
| 5022 | + "description": "A VMWare Engine Node", |
| 5023 | + "id": "ReportSummaryVMWareNode", |
| 5024 | + "properties": { |
| 5025 | + "code": { |
| 5026 | + "description": "Code to identify VMware Engine node series, e.g. \"ve1-standard-72\". Based on the displayName of cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.nodeTypes", |
| 5027 | + "type": "string" |
| 5028 | + } |
| 5029 | + }, |
| 5030 | + "type": "object" |
| 5031 | + }, |
| 5032 | + "ReportSummaryVMWareNodeAllocation": { |
| 5033 | + "description": "Represents assets allocated to a specific VMWare Node type.", |
| 5034 | + "id": "ReportSummaryVMWareNodeAllocation", |
| 5035 | + "properties": { |
| 5036 | + "allocatedAssetCount": { |
| 5037 | + "description": "Count of assets allocated to these nodes", |
| 5038 | + "format": "int64", |
| 5039 | + "type": "string" |
| 5040 | + }, |
| 5041 | + "nodeCount": { |
| 5042 | + "description": "Count of this node type to be provisioned", |
| 5043 | + "format": "int64", |
| 5044 | + "type": "string" |
| 5045 | + }, |
| 5046 | + "vmwareNode": { |
| 5047 | + "$ref": "ReportSummaryVMWareNode", |
| 5048 | + "description": "VMWare node type, e.g. \"ve1-standard-72\"" |
| 5049 | + } |
| 5050 | + }, |
| 5051 | + "type": "object" |
| 5052 | + }, |
4940 | 5053 | "RunImportJobRequest": {
|
4941 | 5054 | "description": "A request to run an import job.",
|
4942 | 5055 | "id": "RunImportJobRequest",
|
|
5093 | 5206 | },
|
5094 | 5207 | "type": "object"
|
5095 | 5208 | },
|
| 5209 | + "SoleTenancyPreferences": { |
| 5210 | + "description": "Preferences concerning Sole Tenancy nodes and VMs.", |
| 5211 | + "id": "SoleTenancyPreferences", |
| 5212 | + "properties": { |
| 5213 | + "commitmentPlan": { |
| 5214 | + "description": "Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.", |
| 5215 | + "enum": [ |
| 5216 | + "COMMITMENT_PLAN_UNSPECIFIED", |
| 5217 | + "ON_DEMAND", |
| 5218 | + "COMMITMENT_1_YEAR", |
| 5219 | + "COMMITMENT_3_YEAR" |
| 5220 | + ], |
| 5221 | + "enumDescriptions": [ |
| 5222 | + "Unspecified commitment plan.", |
| 5223 | + "No commitment plan (on-demand usage).", |
| 5224 | + "1 year commitment.", |
| 5225 | + "3 years commitment." |
| 5226 | + ], |
| 5227 | + "type": "string" |
| 5228 | + }, |
| 5229 | + "cpuOvercommitRatio": { |
| 5230 | + "description": "CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.", |
| 5231 | + "format": "double", |
| 5232 | + "type": "number" |
| 5233 | + }, |
| 5234 | + "hostMaintenancePolicy": { |
| 5235 | + "description": "Sole Tenancy nodes maintenance policy.", |
| 5236 | + "enum": [ |
| 5237 | + "HOST_MAINTENANCE_POLICY_UNSPECIFIED", |
| 5238 | + "HOST_MAINTENANCE_POLICY_DEFAULT", |
| 5239 | + "HOST_MAINTENANCE_POLICY_RESTART_IN_PLACE", |
| 5240 | + "HOST_MAINTENANCE_POLICY_MIGRATE_WITHIN_NODE_GROUP" |
| 5241 | + ], |
| 5242 | + "enumDescriptions": [ |
| 5243 | + "Unspecified host maintenance policy.", |
| 5244 | + "Default host maintenance policy.", |
| 5245 | + "Restart in place host maintenance policy.", |
| 5246 | + "Migrate within node group host maintenance policy." |
| 5247 | + ], |
| 5248 | + "type": "string" |
| 5249 | + }, |
| 5250 | + "nodeTypes": { |
| 5251 | + "description": "A list of sole tenant node types. An empty list means that all possible node types will be considered.", |
| 5252 | + "items": { |
| 5253 | + "$ref": "SoleTenantNodeType" |
| 5254 | + }, |
| 5255 | + "type": "array" |
| 5256 | + } |
| 5257 | + }, |
| 5258 | + "type": "object" |
| 5259 | + }, |
| 5260 | + "SoleTenantNodeType": { |
| 5261 | + "description": "A Sole Tenant node type.", |
| 5262 | + "id": "SoleTenantNodeType", |
| 5263 | + "properties": { |
| 5264 | + "nodeName": { |
| 5265 | + "description": "Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes", |
| 5266 | + "type": "string" |
| 5267 | + } |
| 5268 | + }, |
| 5269 | + "type": "object" |
| 5270 | + }, |
5096 | 5271 | "Source": {
|
5097 | 5272 | "description": "Source represents an object from which asset information is streamed to Migration Center.",
|
5098 | 5273 | "id": "Source",
|
|
5541 | 5716 | "Virtual machine sizing will match the reported usage, with little slack. Using this option can help reduce costs."
|
5542 | 5717 | ],
|
5543 | 5718 | "type": "string"
|
| 5719 | + }, |
| 5720 | + "soleTenancyPreferences": { |
| 5721 | + "$ref": "SoleTenancyPreferences", |
| 5722 | + "description": "Preferences concerning Sole Tenant nodes and virtual machines." |
| 5723 | + }, |
| 5724 | + "targetProduct": { |
| 5725 | + "description": "Target product for assets using this preference set. Specify either target product or business goal, but not both.", |
| 5726 | + "enum": [ |
| 5727 | + "COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED", |
| 5728 | + "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE", |
| 5729 | + "COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE", |
| 5730 | + "COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY" |
| 5731 | + ], |
| 5732 | + "enumDescriptions": [ |
| 5733 | + "Unspecified (default value).", |
| 5734 | + "Prefer to migrate to Google Cloud Compute Engine.", |
| 5735 | + "Prefer to migrate to Google Cloud VMware Engine.", |
| 5736 | + "Prefer to migrate to Google Cloud Sole Tenant Nodes." |
| 5737 | + ], |
| 5738 | + "type": "string" |
| 5739 | + }, |
| 5740 | + "vmwareEnginePreferences": { |
| 5741 | + "$ref": "VmwareEnginePreferences", |
| 5742 | + "description": "Preferences concerning insights and recommendations for Google Cloud VMware Engine." |
5544 | 5743 | }
|
5545 | 5744 | },
|
5546 | 5745 | "type": "object"
|
|
5596 | 5795 | "properties": {},
|
5597 | 5796 | "type": "object"
|
5598 | 5797 | },
|
| 5798 | + "VmwareEnginePreferences": { |
| 5799 | + "description": "The user preferences relating to Google Cloud VMware Engine target platform.", |
| 5800 | + "id": "VmwareEnginePreferences", |
| 5801 | + "properties": { |
| 5802 | + "commitmentPlan": { |
| 5803 | + "description": "Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.", |
| 5804 | + "enum": [ |
| 5805 | + "COMMITMENT_PLAN_UNSPECIFIED", |
| 5806 | + "ON_DEMAND", |
| 5807 | + "COMMITMENT_1_YEAR_MONTHLY_PAYMENTS", |
| 5808 | + "COMMITMENT_3_YEAR_MONTHLY_PAYMENTS", |
| 5809 | + "COMMITMENT_1_YEAR_UPFRONT_PAYMENT", |
| 5810 | + "COMMITMENT_3_YEAR_UPFRONT_PAYMENT" |
| 5811 | + ], |
| 5812 | + "enumDescriptions": [ |
| 5813 | + "Unspecified commitment plan.", |
| 5814 | + "No commitment plan (on-demand usage).", |
| 5815 | + "1 year commitment (monthly payments).", |
| 5816 | + "3 year commitment (monthly payments).", |
| 5817 | + "1 year commitment (upfront payment).", |
| 5818 | + "3 years commitment (upfront payment)." |
| 5819 | + ], |
| 5820 | + "type": "string" |
| 5821 | + }, |
| 5822 | + "cpuOvercommitRatio": { |
| 5823 | + "description": "CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.", |
| 5824 | + "format": "double", |
| 5825 | + "type": "number" |
| 5826 | + }, |
| 5827 | + "memoryOvercommitRatio": { |
| 5828 | + "description": "Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.", |
| 5829 | + "format": "double", |
| 5830 | + "type": "number" |
| 5831 | + }, |
| 5832 | + "storageDeduplicationCompressionRatio": { |
| 5833 | + "description": "The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression. Specifically, the ratio is the Used Before space divided by the Used After space. For example, if the Used Before space is 3 GB, but the physical Used After space is 1 GB, the deduplication and compression ratio is 3x. Acceptable values are between 1.0 and 4.0.", |
| 5834 | + "format": "double", |
| 5835 | + "type": "number" |
| 5836 | + } |
| 5837 | + }, |
| 5838 | + "type": "object" |
| 5839 | + }, |
5599 | 5840 | "VmwarePlatformDetails": {
|
5600 | 5841 | "description": "VMware specific details.",
|
5601 | 5842 | "id": "VmwarePlatformDetails",
|
|
0 commit comments