Class ConfIPv4AndPrefixLen

All Implemented Interfaces:
Serializable, Cloneable, Comparable<ConfIPv4AndPrefixLen>

public class ConfIPv4AndPrefixLen extends ConfIPAndPrefixLen implements Cloneable, Serializable, Comparable<ConfIPv4AndPrefixLen>
DATA_CONTAINER - Corresponds to the YANG tailf:ipv4-address-and-prefix-length type.
  type string {
    pattern
         '(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}'
      +  '([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])'
      + '/(([0-9])|([1-2][0-9])|(3[0-2]))';
  }
 
The ipv4-address-and-prefix-length type represents a combination of an IPv4 address and a prefix length. The prefix length is given by the number following the slash character and must be less than or equal to 32.
See Also: