Show / Hide Table of Contents

Class EstimatedUsage

Estimated usage data.

Inheritance
object
EstimatedUsage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX