Config¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv4.Addresses.Address.
Config
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Subinterfaces
Subinterface
Ipv4
Addresses
Address
Config
This class represents configuration data.
Configuration data for each configured IPv4
address on the interface
-
ip
¶ The IPv4 address on the interface
type: str
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])$
-
prefix_length
¶ The length of the subnet prefix
type: int
range: 0..32
-