# Broker

## NAMESPACE

RASAdminEngine.Core.OutputModels

## DESCRIPTION

Connection Broker

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

[RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj)

⇒

Broker

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                               | Name               | Description                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| String                                                                                                                             | AdminCreate        | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who created the object.            |
| String                                                                                                                             | AdminLastMod       | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who last modified the object.      |
| String                                                                                                                             | AlternativeIPs     | Alternative IPs to access the RAS Connection Broker.                                                                                                                                    |
| [APISettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/apisettings) | APISettings        | Specifies the 'API Settings'                                                                                                                                                            |
| String                                                                                                                             | Description        | Description of the server.                                                                                                                                                              |
| Boolean                                                                                                                            | Enabled            | Whether the server is enabled or not.                                                                                                                                                   |
| UInt32                                                                                                                             | Id                 | ID of the object.                                                                                                                                                                       |
| Boolean                                                                                                                            | InheritAPISettings | Whether API settings are enabled or disabled.                                                                                                                                           |
| String                                                                                                                             | IP                 | IP address of RAS Connection Broker.                                                                                                                                                    |
| Boolean                                                                                                                            | MarkedForDeletion  | Whether the RAS Connection Broker is marked for deletion or not.                                                                                                                        |
| UInt32                                                                                                                             | Priority           | Priority of the specified RAS Connection Broker.                                                                                                                                        |
| String                                                                                                                             | Server             | Server name.                                                                                                                                                                            |
| UInt32                                                                                                                             | SiteId             | ID of the site.                                                                                                                                                                         |
| Boolean                                                                                                                            | Standby            | Whether the RAS Connection Broker is in standby mode or not.                                                                                                                            |
| DateTime                                                                                                                           | TimeCreate         | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was created.       |
| DateTime                                                                                                                           | TimeLastMod        | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was last modified. |

## PUBLIC METHODS

| Type                                                                                                                                                                                          | Name                       | Description                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Int32                                                                                                                                                                                         | CompareTo (Object obj)     | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Boolean                                                                                                                                                                                       | Equals (Object obj)        | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Int32                                                                                                                                                                                         | GetHashCode ()             | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Type                                                                                                                                                                                          | GetType ()                 | String                                                                                                                                                        |
| ToString ()                                                                                                                                                                                   | ### References to Commands |                                                                                                                                                               |
| ----                                                                                                                                                                                          |                            |                                                                                                                                                               |
| [Invoke-RASBrokerPromoteToPrimary](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Invoke-RASBrokerPromoteToPrimary.md) |                            |                                                                                                                                                               |
| [New-RASProvider](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/New-RASProvider.md)                                   |                            |                                                                                                                                                               |
| [Set-RASBroker](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Set-RASBroker.md)                                       |                            |                                                                                                                                                               |
| [Set-RASGatewayDefaultSettings](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Set-RASGatewayDefaultSettings.md)       |                            |                                                                                                                                                               |
