# BrokerAutoPromotion Class

### NAMESPACE

RASAdminEngine.Core.OutputModels

### DESCRIPTION

RAS Connection Broker Auto Promotion

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒BrokerAutoPromotion

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type    | Name                 | Description |                                                                 |
| ------- | -------------------- | ----------- | --------------------------------------------------------------- |
| UInt32  | AutoPromoteAfterMins |             | The amount of time (in mins) required to enable auto promotion. |
| Boolean | Enabled              |             | Whether Auto Promotion is enabled.                              |
| Boolean | FailbackEnabled      |             | Whether Failback is enabled.                                    |
| Boolean | Replicate            |             | Whether Replicate is enabled.                                   |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |
