Redirect Backup Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» L4-L7 Policy-Based Redirect Backup
Diagram
Section titled “Diagram”Classes
Section titled “Classes”services (apic.tenants)
Section titled “services (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
redirect_backup_policies | List | [redirect_backup_policies] | No |
redirect_backup_policies (apic.tenants.services)
Section titled “redirect_backup_policies (apic.tenants.services)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
l3_destinations | List | [l3_destinations] | No |
l3_destinations (apic.tenants.services.redirect_backup_policies)
Section titled “l3_destinations (apic.tenants.services.redirect_backup_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
ip | IP | Yes | ||
ip_2 | IP | No | 0.0.0.0 | |
destination_name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
mac | MAC | No | ||
redirect_health_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC services: redirect_backup_policies: - name: L4L7_REDIRECT_BACKUP_1 l3_destinations: - ip: 5.6.7.8 mac: 00:00:00:11:22:33 redirect_health_group: HEALTH_GROUP_1