State¶
Leafs
-
class
Interfaces.Interface.RoutedVlan.Ipv4.Addresses.Address.State¶ Bases:
EntityClass Hierarchy:
InterfacesInterfaceRoutedVlanIpv4AddressesAddressStateThis class represents state data.
Operational state data for each IPv4 address
configured 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])$config: False
-
prefix_length¶ The length of the subnet prefix
type: int
range: 0..32config: False
-
origin¶ The origin of this address, e.g., statically configured, assigned by DHCP, etc.
type:
IpAddressOriginconfig: False
-