Batch v1alpha API - Class UsageResourceAllowance (1.0.0-alpha26)

public sealed class UsageResourceAllowance : IMessage<UsageResourceAllowance>, IEquatable<UsageResourceAllowance>, IDeepCloneable<UsageResourceAllowance>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1alpha API class UsageResourceAllowance.

UsageResourceAllowance describes the detail of usage resource allowance.

Inheritance

object > UsageResourceAllowance

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

UsageResourceAllowance()

public UsageResourceAllowance()

UsageResourceAllowance(UsageResourceAllowance)

public UsageResourceAllowance(UsageResourceAllowance other)
Parameter
NameDescription
otherUsageResourceAllowance

Properties

Spec

public UsageResourceAllowanceSpec Spec { get; set; }

Required. Spec of a usage ResourceAllowance.

Property Value
TypeDescription
UsageResourceAllowanceSpec

Status

public UsageResourceAllowanceStatus Status { get; set; }

Output only. Status of a usage ResourceAllowance.

Property Value
TypeDescription
UsageResourceAllowanceStatus