BackupPeer
Description
Backup Peer for S2S VPN (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
peerIpAddress | False | string | A mandatory string that contains the IP address of the backup peer. Field level constraints: must be a valid IP address. (Note: Additional constraints might exist) |
|||
ikev1PreSharedKey | False | string | A string containing the pre-shared key for IKEv1 connections. If null then the primary peer's presharedkey would be used. | |||
ikev2LocalPreSharedKey | False | string | A string containing the local pre-shared key for IKEv2 connections. If null then the primary peer's local presharedkey would be used. | |||
ikev2RemotePeerPreSharedKey | False | string | A string containing the remote pre-shared key for IKEv2 connections. If null then the primary peer's remote presharedkey would be used. | |||
ikev1IDCertificate | False | object | Reference to an identity certificate of type internalcertificate. If null then primary peer's IKEv1 Certificate would be used. Allowed types are: [InternalCertificate] |
|||
ikev2IDCertificate | False | object | Reference to an identity certificate of type internalcertificate. If null then primary peer's IKEv2 Certificate would be used. Allowed types are: [InternalCertificate] |
|||
type | True | string | backuppeer |