Class ComputingQuotas.UserComputingQuotas
User computing quota description
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class ComputingQuotas.UserComputingQuotas
Properties
Flex
Computing quota description for instances with a Flex scheduling type.
Declaration
public UserSchedulingQuotas Flex { get; set; }
Property Value
| Type | Description |
|---|---|
| UserSchedulingQuotas |
OnDemand
Computing quota description for instances with a OnDemand scheduling type.
Declaration
public UserSchedulingQuotas OnDemand { get; set; }
Property Value
| Type | Description |
|---|---|
| UserSchedulingQuotas |
Reserved
List of quotas for each of the user's reserved machines.
Declaration
public List<UserReservedSchedulingQuota> Reserved { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserReservedSchedulingQuota> |
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
ToString()
ToString
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |