Table of Contents

Class OrganizationsApplianceVlanIpv6

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

IPv6 configuration on the VLAN

[DataContract]
public class OrganizationsApplianceVlanIpv6
Inheritance
OrganizationsApplianceVlanIpv6
Inherited Members

Constructors

OrganizationsApplianceVlanIpv6()

public OrganizationsApplianceVlanIpv6()

Properties

Enabled

Enable IPv6 on VLAN

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

Property Value

bool

PrefixAssignments

Prefix assignments on the VLAN

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

Property Value

List<OrganizationsApplianceVlanIpv6PrefixAssignment>