Show / Hide Table of Contents

Class CapacityHistoryRequest

A request to get the capacity history for Spot VMs.

Inheritance
object
CapacityHistoryRequest
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityHistoryRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InstanceProperties

Declaration
[JsonProperty("instanceProperties")]
public virtual CapacityHistoryRequestInstanceProperties InstanceProperties { get; set; }
Property Value
Type Description
CapacityHistoryRequestInstanceProperties

LocationPolicy

Declaration
[JsonProperty("locationPolicy")]
public virtual CapacityHistoryRequestLocationPolicy LocationPolicy { get; set; }
Property Value
Type Description
CapacityHistoryRequestLocationPolicy

Types

Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX