IPPrefixEntry

Description

An object that holds required information for an IP prefix entry. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
action True string A mandatory prefix entry object that defines the default action. Possible values are:
PERMIT
DENY
Field level constraints: cannot be null. (Note: Additional constraints might exist)
sequence True integer A mandatory long number which specifies the location of this entry in a prefix list object. Sequence numbers must be unique across all entries of a prefix list.
Field level constraints: cannot be null, must be between 1 and 4294967294 (inclusive). (Note: Additional constraints might exist)
ipAddress True string A mandatory string which specifies the IP address for this entry. IP address should be in the format ipAddress/prefix.
Field level constraints: must match pattern ^((?!;).)*$, cannot be blank or empty. (Note: Additional constraints might exist)
minPrefixLength False integer An integer value which specifies the minimum prefix length for this entry. minPrefixLength must be greater than the prefix specified in the ipAddress field.
maxPrefixLength False integer An integer value which specifies the maximum prefix length for this entry. maxPrefixLength must be greater than or equal to minPrefixLength.
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.