AFBGPDistance
Description
Represents an administrative distance. (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 | |||
---|---|---|---|---|---|---|
externalDistance | True | integer | Administrative distance for external BGP routes. Ranges from 1 to 255. Default value is 20 Field level constraints: cannot be null, must be between 1 and 255 (inclusive). (Note: Additional constraints might exist) |
|||
internalDistance | True | integer | Administrative distance for internal BGP routes. Ranges from 1 to 255. Default value is 200 Field level constraints: cannot be null, must be between 1 and 255 (inclusive). (Note: Additional constraints might exist) |
|||
localDistance | True | integer | Administrative distance for local BGP routes. Ranges from 1 to 255. Default value is 200 Field level constraints: cannot be null, must be between 1 and 255 (inclusive). (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |