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.BuilderOspfAuthenticationConfig.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.BuilderOspfAuthenticationConfig.Builder. setMode(java.lang.String mode)Possible values are:OspfAuthenticationConfig.MODE_NONEOspfAuthenticationConfig.MODE_PASSWORDOspfAuthenticationConfig.MODE_MD5If mode is MD5 or PASSWORD, Authentication secret key is mandatory if mode is NONE, then authentication is deactivated.OspfAuthenticationConfig.BuilderOspfAuthenticationConfig.Builder. setSecretKey(java.lang.String secretKey)Authentication secret is mandatory for type password and md5 with min length of 1 and max length 8.
-