VPNNetworkRoute
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
VPNNetworkRoute
Reads, creates, or deletes VPN network routes for Virtual Machine Manager (VMM).
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | Yes | No | Yes |
GET
Gets the specified VPN network routes.
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 VPN network route to retrieve. |
IPSubnet | Edm.String | No | An IP subnet. |
VPNConnectionId | Edm.Guid | No | An identifier to a VPN connection. |
POST
Creates a new VPN network route.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
IPSubnet | Edm.String | No | An IP subnet. |
VPNConnectionId | Edm.Guid | No | An identifier to a VPN connection. |
DELETE
Deletes the specified VPN network route.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | Yes | The identifier of the VPN network route to delete. |
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |