AutoScale Class
NAMESPACE
RASAdminEngine.Core.OutputModels.AVD
DESCRIPTION
AVD AutoScale Settings
INHERITED FROM
RASSerilazableObj⇒AutoScale
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
Boolean | AutoScaleEnabled | Whether AutoScale is Enabled or not. | |
UInt32 | DrainRemainsBelowSec | The Remaining Drain level. | |
UInt32 | MaxServersFromTemplate | The Maximum Number of Hosts added to the template. | |
UInt32 | MinServersFromTemplate | The Minimum Number of Hosts added to the template. | |
Boolean | RemoveServersAfterDrainAndPowerOff | Remove hosts from host pool after drain and power off. | |
UInt32 | ServersToAddPerRequest | The amount of servers to add per request. | |
UInt32 | TemplateId | The Template ID. | |
Nullable<UInt32> | TemplateVersionId | The RAS Template Version ID. | |
UInt32 | WorkLoadDrain | The Drain Workload. | |
UInt32 | WorkloadThreshold | The Workload Threshold. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated