Config¶
Leafs
- 
class 
NetworkInstances.NetworkInstance.Afts.Ipv4Unicast.Ipv4Entry.Config¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceAftsIpv4UnicastIpv4EntryConfigThis class represents configuration data.
Configuration parameters for the IPv4 unicast AFT entry.
- 
prefix¶ The IPv4 destination prefix that should be matched to utilise the AFT entry
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])/(([0-9])|([1-2][0-9])|(3[0-2]))$
-