Address¶
Keys
Leafs
Enum Classes
-
class
InterfacesState.Interface.Ipv6.
Address
¶ Bases:
Entity
Class Hierarchy:
InterfacesState
Interface
Ipv6
Address
This class represents state data.
The list of IPv6 addresses on the interface.
-
ip
(key)¶ The IPv6 address on the interface
type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?config: False
-
prefix_length
¶ The length of the subnet prefix
type: int
range: 0..128mandatory: True
config: False
-
origin
¶ The origin of this address
type:
IpAddressOrigin
config: False
-