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
NATRule
Gets, creates, or deletes NAT rules for Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | Yes | No | Yes |
GET
Gets the specified NAT rules.
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. |
| ExternalIPAddress | Edm.String | No | TBD |
| ExternalPort | Edm.Int32 | No | TBD |
| InternalIPAddress | Edm.String | No | TBD |
| InternalPort | Edm.Int32 | No | TBD |
| Name | Edm.String | No | TBD |
| NATConnectionId | Edm.Guid | No | TBD |
| Protocol | Edm.String | No | TBD |
POST
Creates a new NAT rule.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
DELETE
Deletes the specified NAT rule.
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. |