public static class RoutingOSPFConfigUpdateRequest.OSPFArea.Authentication extends Object
| Constructor and Description | 
|---|
| Authentication(RoutingAuthenticationType type,
              String value)Instantiates a new area authentication. | 
| Modifier and Type | Method and Description | 
|---|---|
| RoutingAuthenticationType | getType()Gets the type. | 
| String | getValue()Gets the value. | 
public Authentication(RoutingAuthenticationType type, String value)
type - the typevalue - the valuepublic RoutingAuthenticationType getType()
Choice of none, password, or md5. If authentication information isn't provided, type is none. Type password: a password is included in the transmitted packet. Type md5: an MD5 checksum is included in the transmitted packet.
RoutingAuthenticationType the typeCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.