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
NATConnection
Reads, creates, updates, or deletes NAT connections for Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | Yes | Yes | Yes |
GET
Gets the specified NAT connections.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| ID | Edm.Guid | Yes | Note: Either ID or VMNetworkGatewayId mandatory for this operation.The identifier of the NAT connection to retrieve. |
| Description | Edm.String | No | The description of the NAT connection. |
| MaximumBandwidthInboundKbps | Edm.Decimal | No | The maximum inbound bandwidth of the connection in Kbps. |
| MaximumBandwidthOutboundKbps | Edm.Decimal | No | The maximum outbound bandwidth of the connection in Kbps. |
| Status | Edm.String | No | The status of the NAT connection. |
| Name | Edm.String | No | The name of the NAT connection. |
| VMNetworkGatewayId | Edm.Guid | Yes | Note: Either ID or VMNetworkGatewayId mandatory for this operation.The VM network gateway identifier of the NAT connection. |
POST
Creates a new NAT connection.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
PUT
Updates an existing NAT connection.
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 NAT connection to update. |
| Description | Edm.String | No | The description of the NAT connection. |
| MaximumBandwidthInboundKbps | Edm.Decimal | No | The maximum inbound bandwidth of the connection in Kbps. |
| MaximumBandwidthOutboundKbps | Edm.Decimal | No | The maximum outbound bandwidth of the connection in Kbps. |
| Status | Edm.String | No | The status of the NAT connection. |
| Name | Edm.String | No | The name of the NAT connection. |
| VMNetworkGatewayId | Edm.Guid | No | The VM network gateway identifier of the NAT connection. |
DELETE
Deletes the specified NAT connection.
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 NAT connection to delete. |