Class EstimatedUsage
Estimated usage data.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class EstimatedUsage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedCpuPercentage
Optional. Estimated CPU utilization percentage. Must be in the range [1, 100].
Declaration
[JsonProperty("estimatedCpuPercentage")]
public virtual float? EstimatedCpuPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
EstimatedDiskPercentage
Optional. Estimated disk utilization percentage. Must be in the range [1, 100].
Declaration
[JsonProperty("estimatedDiskPercentage")]
public virtual float? EstimatedDiskPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
EstimatedMemoryPercentage
Optional. Estimated memory utilization percentage. Must be in the range [1, 100].
Declaration
[JsonProperty("estimatedMemoryPercentage")]
public virtual float? EstimatedMemoryPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |