State¶
Leafs
Enum Classes
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Addresses.Address.
State
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Subinterfaces
Subinterface
Ipv6
Addresses
Address
State
This class represents state data.
State data for each IPv6 address on the
interface
-
ip
¶ The IPv6 address on the interface
type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$config: False
-
prefix_length
¶ The length of the subnet prefix
type: int
range: 0..128mandatory: True
config: False
-
origin
¶ The origin of this address, e.g., static, dhcp, etc
type:
IpAddressOrigin
config: False
-