ipsec

ipsec
ipsec

NSX Edge IPsec configuration details.

JSON Example
{
    "featureType": "string",
    "logging": {
        "logLevel": "string",
        "enable": false
    },
    "global": {
        "psk": "string",
        "caCertificates": {
            "caCertificate": [
                "string"
            ]
        },
        "serviceCertificate": "string",
        "crlCertificates": {
            "crlCertificate": [
                "string"
            ]
        },
        "extension": "string"
    },
    "enabled": false,
    "sites": {
        "sites": [
            {
                "psk": "string",
                "localId": "string",
                "enablePfs": false,
                "authenticationMode": "string",
                "peerSubnets": {
                    "subnets": [
                        "string"
                    ]
                },
                "dhGroup": "string",
                "siteId": "string",
                "description": "string",
                "peerIp": "string",
                "name": "string",
                "certificate": "string",
                "localIp": "string",
                "encryptionAlgorithm": "string",
                "enabled": false,
                "mtu": 0,
                "extension": "string",
                "peerId": "string",
                "localSubnets": {
                    "subnets": [
                        "string"
                    ]
                }
            }
        ]
    },
    "disableEvent": false,
    "version": 0,
    "template": "string"
}
string
featureType
Optional

featureType

logging
Optional

logging.

global
Optional

IPsec Global configuration details.

boolean
enabled
Optional

Value is true if feature is enabled. Default value is true. Optional.

sites
Optional

List of IPsec sites for NSX Edge.

boolean
disableEvent
Optional

Enable/disable event generation on NSX Edge appliance for IPsec.

integer As int64 As int64
version
Optional

Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change.

string
template
Optional

template