Show / Hide Table of Contents

Class MinimumRamCoreRatioHardware

Constraint to limit the minimum ram core ratio

Inheritance
object
HardwareConstraint
MinimumRamCoreRatioHardware
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class MinimumRamCoreRatioHardware : HardwareConstraint

Constructors

MinimumRamCoreRatioHardware(decimal)

Set the minimum ram core ratio

Declaration
public MinimumRamCoreRatioHardware(decimal ramCoreRatio)
Parameters
Type Name Description
decimal ramCoreRatio

minimum ram core ratio

Properties

Discriminator

Type of the Constraint.

Declaration
public override string Discriminator { get; }
Property Value
Type Description
string
Overrides
HardwareConstraint.Discriminator

MinimumMemoryGBCoreRatio

Minimum memory core ratio in GB

Declaration
public decimal MinimumMemoryGBCoreRatio { get; set; }
Property Value
Type Description
decimal

Methods

Equals(object)

Determines whether the specified object is equal to the current 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
object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()
In this article
Back to top Generated by DocFX