Uses of Class
com.vmware.nsx_policy.model.OspfAuthenticationConfig.Builder
-
Packages that use OspfAuthenticationConfig.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of OspfAuthenticationConfig.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return OspfAuthenticationConfig.Builder Modifier and Type Method 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.
-