Table of Contents

Class RoutingInterfaceVrrpIpv6

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

IPv6 VRRP settings for a routing interface

[DataContract]
public class RoutingInterfaceVrrpIpv6
Inheritance
RoutingInterfaceVrrpIpv6
Inherited Members

Constructors

RoutingInterfaceVrrpIpv6()

public RoutingInterfaceVrrpIpv6()

Properties

Enabled

Whether IPv6 VRRP is enabled on the routing interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?