Table of Contents

Class VlanIpv6

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

LAN configuration

[DataContract]
public class VlanIpv6
Inheritance
VlanIpv6
Inherited Members

Properties

Enabled

Enabled

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

Property Value

bool?

PrefixAssignments

Prefix Assignments

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "prefixAssignments")]
public List<VlanIpv6PrefixAssignment>? PrefixAssignments { get; set; }

Property Value

List<VlanIpv6PrefixAssignment>