Class RamMetric
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class RamMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GibSec
Required. VM memory in Gigabyte second, e.g. 3600. Using int64 type to match billing metrics definition.
Declaration
[JsonProperty("gibSec")]
public virtual long? GibSec { get; set; }
Property Value
Type | Description |
---|---|
long? |
MachineSpec
Required. Machine spec, e.g. N1_STANDARD_4.
Declaration
[JsonProperty("machineSpec")]
public virtual string MachineSpec { get; set; }
Property Value
Type | Description |
---|---|
string |
Memories
Required. VM memory in gb.
Declaration
[JsonProperty("memories")]
public virtual double? Memories { get; set; }
Property Value
Type | Description |
---|---|
double? |
RamType
Required. Type of ram.
Declaration
[JsonProperty("ramType")]
public virtual string RamType { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingLabels
Billing tracking labels. They do not contain any user data but only the labels set by Vertex Core Infra itself. Tracking labels' keys are defined with special format: goog-[\p{Ll}\p{N}]+ E.g. "key": "goog-k8s-cluster-name","value": "us-east1-b4rk"
Declaration
[JsonProperty("trackingLabels")]
public virtual IDictionary<string, string> TrackingLabels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |