Show / Hide Table of Contents

Class ProvisioningQuota

A provisioning quota for a given project.

Inheritance
object
ProvisioningQuota
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 ProvisioningQuota : IDirectResponseSchema

Properties

AssetType

The asset type of this provisioning quota.

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

AvailableCount

The available count of the provisioning quota.

Declaration
[JsonProperty("availableCount")]
public virtual int? AvailableCount { 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

InstanceQuota

Instance quota.

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

Location

The specific location of the provisioining quota.

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

Name

Output only. The name of the provisioning quota.

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

NetworkBandwidth

Network bandwidth, Gbps

Declaration
[JsonProperty("networkBandwidth")]
public virtual long? NetworkBandwidth { get; set; }
Property Value
Type Description
long?

ServerCount

Server count.

Declaration
[JsonProperty("serverCount")]
public virtual long? ServerCount { get; set; }
Property Value
Type Description
long?

StorageGib

Storage size (GB).

Declaration
[JsonProperty("storageGib")]
public virtual long? StorageGib { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX