Class ComputingQuotas.OrganizationComputingQuotas
Organization computing quota description
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class ComputingQuotas.OrganizationComputingQuotas
Properties
Flex
Computing quota description for instances with a Flex scheduling type.
Declaration
public OrganizationSchedulingQuotas Flex { get; set; }
Property Value
| Type | Description |
|---|---|
| OrganizationSchedulingQuotas |
Name
Name of the organization
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnDemand
Computing quota description for instances with a OnDemand scheduling type.
Declaration
public OrganizationSchedulingQuotas OnDemand { get; set; }
Property Value
| Type | Description |
|---|---|
| OrganizationSchedulingQuotas |
Reserved
List of quotas for each of the organization's reserved machines.
Declaration
public List<OrganizationReservedSchedulingQuota> Reserved { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OrganizationReservedSchedulingQuota> |
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 |