You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ <h3>Method Details</h3>
249
249
},
250
250
"name": "A String", # Output only. The full name of the asset.
251
251
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
252
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
252
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
253
253
{ # Usage data aggregation for a single day.
254
254
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
255
255
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -599,7 +599,7 @@ <h3>Method Details</h3>
599
599
},
600
600
"name": "A String", # Output only. The full name of the asset.
601
601
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
602
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
602
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
603
603
{ # Usage data aggregation for a single day.
604
604
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
605
605
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -981,7 +981,7 @@ <h3>Method Details</h3>
981
981
},
982
982
"name": "A String", # Output only. The full name of the asset.
983
983
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
984
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
984
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
985
985
{ # Usage data aggregation for a single day.
986
986
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
987
987
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -1343,7 +1343,7 @@ <h3>Method Details</h3>
1343
1343
},
1344
1344
"name": "A String", # Output only. The full name of the asset.
1345
1345
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
1346
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
1346
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
1347
1347
{ # Usage data aggregation for a single day.
1348
1348
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
1349
1349
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -1708,7 +1708,7 @@ <h3>Method Details</h3>
1708
1708
},
1709
1709
"name": "A String", # Output only. The full name of the asset.
1710
1710
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
1711
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
1711
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
1712
1712
{ # Usage data aggregation for a single day.
1713
1713
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
1714
1714
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -2053,7 +2053,7 @@ <h3>Method Details</h3>
2053
2053
},
2054
2054
"name": "A String", # Output only. The full name of the asset.
2055
2055
"performanceData": { # Performance data for an asset. # Output only. Performance data for the asset.
2056
-
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days.
2056
+
"dailyResourceUsageAggregations": [ # Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.
2057
2057
{ # Usage data aggregation for a single day.
2058
2058
"cpu": { # Statistical aggregation of CPU usage. # CPU usage.
2059
2059
"utilizationPercentage": { # Statistical aggregation of samples for a single resource usage. # CPU utilization percentage.
@@ -2369,7 +2369,7 @@ <h3>Method Details</h3>
2369
2369
"labels": { # Labels as key value pairs.
2370
2370
"a_key": "A String",
2371
2371
},
2372
-
"performanceSamples": [ # Asset performance data samples.
2372
+
"performanceSamples": [ # Asset performance data samples. Samples that are older than 40 days are ignored.
2373
2373
{ # Performance data sample.
2374
2374
"cpu": { # CPU usage sample. # CPU usage sample.
2375
2375
"utilizedPercentage": 3.14, # Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
@@ -2384,7 +2384,7 @@ <h3>Method Details</h3>
2384
2384
"averageEgressBps": 3.14, # Average network egress in B/s sampled over a short window. Must be non-negative.
2385
2385
"averageIngressBps": 3.14, # Average network ingress in B/s sampled over a short window. Must be non-negative.
2386
2386
},
2387
-
"sampleTime": "A String", # Time the sample was collected.
2387
+
"sampleTime": "A String", # Required. Time the sample was collected.
2388
2388
},
2389
2389
],
2390
2390
"reportTime": "A String", # The time the data was reported.
Copy file name to clipboardExpand all lines: docs/dyn/migrationcenter_v1alpha1.projects.locations.preferenceSets.html
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,23 @@ <h3>Method Details</h3>
135
135
],
136
136
},
137
137
"sizingOptimizationStrategy": "A String", # Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.
138
+
"soleTenancyPreferences": { # Preferences concerning Sole Tenancy nodes and VMs. # Preferences concerning Sole Tenant nodes and virtual machines.
139
+
"commitmentPlan": "A String", # 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.
140
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.
141
+
"hostMaintenancePolicy": "A String", # Sole Tenancy nodes maintenance policy.
142
+
"nodeTypes": [ # A list of sole tenant node types. An empty list means that all possible node types will be considered.
143
+
{ # A Sole Tenant node type.
144
+
"nodeName": "A String", # Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes
145
+
},
146
+
],
147
+
},
148
+
"targetProduct": "A String", # Target product for assets using this preference set. Specify either target product or business goal, but not both.
149
+
"vmwareEnginePreferences": { # The user preferences relating to Google Cloud VMware Engine target platform. # Preferences concerning insights and recommendations for Google Cloud VMware Engine.
150
+
"commitmentPlan": "A String", # 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.
151
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
152
+
"memoryOvercommitRatio": 3.14, # Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
153
+
"storageDeduplicationCompressionRatio": 3.14, # 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.
154
+
},
138
155
},
139
156
}
140
157
@@ -244,6 +261,23 @@ <h3>Method Details</h3>
244
261
],
245
262
},
246
263
"sizingOptimizationStrategy": "A String", # Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.
264
+
"soleTenancyPreferences": { # Preferences concerning Sole Tenancy nodes and VMs. # Preferences concerning Sole Tenant nodes and virtual machines.
265
+
"commitmentPlan": "A String", # 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.
266
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.
267
+
"hostMaintenancePolicy": "A String", # Sole Tenancy nodes maintenance policy.
268
+
"nodeTypes": [ # A list of sole tenant node types. An empty list means that all possible node types will be considered.
269
+
{ # A Sole Tenant node type.
270
+
"nodeName": "A String", # Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes
271
+
},
272
+
],
273
+
},
274
+
"targetProduct": "A String", # Target product for assets using this preference set. Specify either target product or business goal, but not both.
275
+
"vmwareEnginePreferences": { # The user preferences relating to Google Cloud VMware Engine target platform. # Preferences concerning insights and recommendations for Google Cloud VMware Engine.
276
+
"commitmentPlan": "A String", # 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.
277
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
278
+
"memoryOvercommitRatio": 3.14, # Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
279
+
"storageDeduplicationCompressionRatio": 3.14, # 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.
280
+
},
247
281
},
248
282
}</pre>
249
283
</div>
@@ -293,6 +327,23 @@ <h3>Method Details</h3>
293
327
],
294
328
},
295
329
"sizingOptimizationStrategy": "A String", # Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.
330
+
"soleTenancyPreferences": { # Preferences concerning Sole Tenancy nodes and VMs. # Preferences concerning Sole Tenant nodes and virtual machines.
331
+
"commitmentPlan": "A String", # 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.
332
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.
333
+
"hostMaintenancePolicy": "A String", # Sole Tenancy nodes maintenance policy.
334
+
"nodeTypes": [ # A list of sole tenant node types. An empty list means that all possible node types will be considered.
335
+
{ # A Sole Tenant node type.
336
+
"nodeName": "A String", # Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes
337
+
},
338
+
],
339
+
},
340
+
"targetProduct": "A String", # Target product for assets using this preference set. Specify either target product or business goal, but not both.
341
+
"vmwareEnginePreferences": { # The user preferences relating to Google Cloud VMware Engine target platform. # Preferences concerning insights and recommendations for Google Cloud VMware Engine.
342
+
"commitmentPlan": "A String", # 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.
343
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
344
+
"memoryOvercommitRatio": 3.14, # Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
345
+
"storageDeduplicationCompressionRatio": 3.14, # 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.
346
+
},
296
347
},
297
348
},
298
349
],
@@ -350,6 +401,23 @@ <h3>Method Details</h3>
350
401
],
351
402
},
352
403
"sizingOptimizationStrategy": "A String", # Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.
404
+
"soleTenancyPreferences": { # Preferences concerning Sole Tenancy nodes and VMs. # Preferences concerning Sole Tenant nodes and virtual machines.
405
+
"commitmentPlan": "A String", # 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.
406
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.
407
+
"hostMaintenancePolicy": "A String", # Sole Tenancy nodes maintenance policy.
408
+
"nodeTypes": [ # A list of sole tenant node types. An empty list means that all possible node types will be considered.
409
+
{ # A Sole Tenant node type.
410
+
"nodeName": "A String", # Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes
411
+
},
412
+
],
413
+
},
414
+
"targetProduct": "A String", # Target product for assets using this preference set. Specify either target product or business goal, but not both.
415
+
"vmwareEnginePreferences": { # The user preferences relating to Google Cloud VMware Engine target platform. # Preferences concerning insights and recommendations for Google Cloud VMware Engine.
416
+
"commitmentPlan": "A String", # 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.
417
+
"cpuOvercommitRatio": 3.14, # CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
418
+
"memoryOvercommitRatio": 3.14, # Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
419
+
"storageDeduplicationCompressionRatio": 3.14, # 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.
0 commit comments