Class RoutingInterfaceVrrp
VRRP settings for a routing interface
[DataContract]
public class RoutingInterfaceVrrp
- Inheritance
-
RoutingInterfaceVrrp
- Inherited Members
Constructors
RoutingInterfaceVrrp()
public RoutingInterfaceVrrp()
Properties
Ipv4
IPv4 VRRP settings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv4")]
public RoutingInterfaceVrrpIpv4? Ipv4 { get; set; }
Property Value
Ipv6
IPv6 VRRP settings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv6")]
public RoutingInterfaceVrrpIpv6? Ipv6 { get; set; }