Class RoutingInterfaceVrrpIpv4
IPv4 VRRP settings for a routing interface
[DataContract]
public class RoutingInterfaceVrrpIpv4
- Inheritance
-
RoutingInterfaceVrrpIpv4
- Inherited Members
Constructors
RoutingInterfaceVrrpIpv4()
public RoutingInterfaceVrrpIpv4()
Properties
Enabled
Whether IPv4 VRRP is enabled on the routing interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?