Show / Hide Table of Contents

Class DailyResourceUsageAggregation

Usage data aggregation for a single day.

Inheritance
object
DailyResourceUsageAggregation
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.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DailyResourceUsageAggregation : IDirectResponseSchema

Properties

Cpu

CPU usage.

Declaration
[JsonProperty("cpu")]
public virtual DailyResourceUsageAggregationCPU Cpu { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationCPU

Date

Aggregation date. Day boundaries are at midnight UTC.

Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type Description
Date

Disk

Disk usage.

Declaration
[JsonProperty("disk")]
public virtual DailyResourceUsageAggregationDisk Disk { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationDisk

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Memory

Memory usage.

Declaration
[JsonProperty("memory")]
public virtual DailyResourceUsageAggregationMemory Memory { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationMemory

Network

Network usage.

Declaration
[JsonProperty("network")]
public virtual DailyResourceUsageAggregationNetwork Network { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationNetwork

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX