NetworkUpdateRequest
{ "name": "string", "description": "string", "egress": true, "internetAccess": "SPLIT_TUNNEL_ON", "gatewaysIds": [ "00000000-0000-0000-0000-000000000000" ], "tunnelingProtocol": "OPENVPN" }
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
name | string | false | none | none |
description | string | false | none | none |
egress | boolean | false | none | none |
internetAccess | string | false | none | none |
gatewaysIds | [string] | false | none | none |
tunnelingProtocol | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
internetAccess | SPLIT_TUNNEL_ON |
internetAccess | SPLIT_TUNNEL_OFF |
internetAccess | RESTRICTED_INTERNET |
tunnelingProtocol | OPENVPN |
tunnelingProtocol | IPSEC |