Show / Hide Table of Contents

Class InstanceQuota

A resource budget.

Inheritance
object
InstanceQuota
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.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class InstanceQuota : IDirectResponseSchema

Properties

AvailableMachineCount

Number of machines than can be created for the given location and instance_type.

Declaration
[JsonProperty("availableMachineCount")]
public virtual int? AvailableMachineCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

GcpService

The gcp service of the provisioning quota.

Declaration
[JsonProperty("gcpService")]
public virtual string GcpService { get; set; }
Property Value
Type Description
string

InstanceType

Instance type. Deprecated: use gcp_service.

Declaration
[JsonProperty("instanceType")]
public virtual string InstanceType { get; set; }
Property Value
Type Description
string

Location

Location where the quota applies.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

Name

Output only. The name of the instance quota.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX