Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
BGPeer
Gets, creates, or deletes Border Gateway Protocol (BGP) peers for Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | Yes | No | Yes |
GET
Gets the specified BGP peers.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| ID | Edm.Guid | No | The identifier of the object to retrieve. |
| Description | Edm.String | No | The description of the peer. |
| Name | Edm.String | No | The name of the peer. |
| PeerASN | Edm.Int64 | No | The Autonomous System Number (ASN) of the peer. |
| PeerIPAddress | Edm.String | No | The IP address of the peer. |
POST
Creates a new BGP peer.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| ID | Edm.Guid | Yes | The identifier of the object to create. |
| Description | Edm.String | No | The description of the peer. |
| Name | Edm.String | No | The name of the peer. |
| PeerASN | Edm.Int64 | No | The Autonomous System Number (ASN) of the peer. |
| PeerIPAddress | Edm.String | No | The IP address of the peer. |
DELETE
Creates a BGP peer.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| ID | Edm.Guid | Yes | The identifier of the object to delete. |