NetworkConnectorResponse
{
"id": "00000000-0000-0000-0000-000000000000",
"networkItemId": "00000000-0000-0000-0000-000000000000",
"networkItemType": "NETWORK",
"name": "string",
"description": "string",
"vpnRegionId": "string",
"ipV4Address": "string",
"ipV6Address": "string",
"tunnelingProtocol": "OPENVPN",
"ipSecConfig": {
"platform": "AWS",
"connectorState": "ACTIVE",
"authenticationType": "SHARED_SECRET",
"remoteSitePublicIp": "string",
"preSharedKey": "string",
"pairedAwsConnectorId": "string",
"ikeProtocol": {
"protocolVersion": "IKE_V1",
"phase1": {},
"phase2": {},
"rekey": {},
"deadPeerDetection": {},
"startupAction": "START",
"autoInitiate": true
},
"serverId": "string",
"serverIp": "string",
"hostname": "string",
"domain": "string"
},
"connectionStatus": "ONLINE",
"licensed": true
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | string | false | none | none |
networkItemId | string | false | none | none |
networkItemType | string | false | none | none |
name | string | false | none | none |
description | string | false | none | none |
vpnRegionId | string | false | none | none |
ipV4Address | string | false | none | none |
ipV6Address | string | false | none | none |
tunnelingProtocol | string | false | none | none |
ipSecConfig | false | none | none | |
connectionStatus | string | false | none | none |
licensed | boolean | false | none | none |
Enumerated Values
Property | Value |
|---|---|
networkItemType | NETWORK |
networkItemType | HOST |
tunnelingProtocol | OPENVPN |
tunnelingProtocol | IPSEC |
connectionStatus | ONLINE |
connectionStatus | OFFLINE |