Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
OspfAuthenticationConfig.Builder |
OspfAuthenticationConfig.Builder.setKeyId(java.lang.Long keyId)
Authentication secret key id is mandatory for type md5 with min value of 1 and
max value 255.
|
OspfAuthenticationConfig.Builder |
OspfAuthenticationConfig.Builder.setMode(java.lang.String mode)
Possible values are:
OspfAuthenticationConfig.MODE_NONE OspfAuthenticationConfig.MODE_PASSWORD
OspfAuthenticationConfig.MODE_MD5
If mode is MD5 or PASSWORD, Authentication secret key is mandatory if mode is
NONE, then authentication is deactivated. |
OspfAuthenticationConfig.Builder |
OspfAuthenticationConfig.Builder.setSecretKey(java.lang.String secretKey)
Authentication secret is mandatory for type password and md5 with min length of
1 and max length 8.
|