Skip to main content

NetworkConnectorRequest

{
  "name": "string",
  "description": "string",
  "vpnRegionId": "string",
  "ipSecConfig": {
    "platform": "AWS",
    "authenticationType": "SHARED_SECRET",
    "remoteSitePublicIp": "string",
    "preSharedKey": "string",
    "ikeProtocol": {
      "protocolVersion": "IKE_V1",
      "phase1": {},
      "phase2": {},
      "rekey": {},
      "deadPeerDetection": {},
      "startupAction": "START",
      "autoInitiate": true
    },
    "hostname": "string",
    "domain": "string"
  }
}

Properties

Name

Type

Required

Restrictions

Description

name

string

false

none

none

description

string

false

none

none

vpnRegionId

string

false

none

none

ipSecConfig

IpSecConfigRequest

false

none

none