public static class EdgeGatewayIPsecResponse.Global extends Object
Constructor and Description |
---|
Global(String psk,
String serviceCertificate,
List<String> caCertificates,
List<String> crlCertificates)
Instantiates a new global.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getCaCertificates()
Gets list of ca certificates.
|
List<String> |
getCrlCertificates()
Gets list of crl certificates.
|
String |
getPsk()
Gets psk.
|
String |
getServiceCertificate()
Gets service certificate.
|
public String getPsk()
Indicates that the secret key shared between NSX Edge and the peer site is to be used for authentication. Required only when peerIp is specified as Any in site configuration
public String getServiceCertificate()
Select the certificate to be bound to IPsec VPN server. Required when x.509 certificate mode is selected
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.