public sealed class TimeSeries : IMessage<TimeSeries>, IEquatable<TimeSeries>, IDeepCloneable<TimeSeries>, IBufferMessage, IMessage
Reference documentation and code samples for the Capacity Planner v1beta API class TimeSeries.
A collection of data points that describes the time-varying values of a resource. A time series is identified by its ID. Next : 13
Implements
IMessageTimeSeries, IEquatableTimeSeries, IDeepCloneableTimeSeries, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
TimeSeries()
public TimeSeries()
TimeSeries(TimeSeries)
public TimeSeries(TimeSeries other)
Parameter | |
---|---|
Name | Description |
other |
TimeSeries |
Properties
CloudResourceType
public string CloudResourceType { get; set; }
The resource for the time series values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu", "gce-tpu" and "gce-vm".
Property Value | |
---|---|
Type | Description |
string |
ConfidentialMode
public bool ConfidentialMode { get; set; }
Optional. The confidential mode for disk.
Property Value | |
---|---|
Type | Description |
bool |
DiskType
public string DiskType { get; set; }
The disk type for the time series values to return.
Property Value | |
---|---|
Type | Description |
string |
GpuType
public string GpuType { get; set; }
The GPU type of the time series.
Property Value | |
---|---|
Type | Description |
string |
IsSpot
public bool IsSpot { get; set; }
Optional. The location of the usage data in time series.
Property Value | |
---|---|
Type | Description |
bool |
Location
public string Location { get; set; }
Optional. The location of the usage data in time series.
Property Value | |
---|---|
Type | Description |
string |
LocationType
public TimeSeries.Types.LocationType LocationType { get; set; }
Required. The type of location that the time series is summarizing.
Property Value | |
---|---|
Type | Description |
TimeSeriesTypesLocationType |
MachineFamily
public string MachineFamily { get; set; }
The machine family for the time series values to return. Possible values include "n1" and "n2d".
Property Value | |
---|---|
Type | Description |
string |
MachineShape
public MachineShape MachineShape { get; set; }
The machine shape of the time series.
Property Value | |
---|---|
Type | Description |
MachineShape |
Points
public RepeatedField<Point> Points { get; }
The data points of this time series. When listing time series, points are returned in chronological order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPoint |
TpuType
public string TpuType { get; set; }
The TPU type of the time series.
Property Value | |
---|---|
Type | Description |
string |
Unit
public string Unit { get; set; }
The units in which the values are reported.
Property Value | |
---|---|
Type | Description |
string |