Table of Contents

Class OrganizationsApplianceVlanIpv6PrefixAssignment

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

Prefix assignment on the VLAN

[DataContract]
public class OrganizationsApplianceVlanIpv6PrefixAssignment
Inheritance
OrganizationsApplianceVlanIpv6PrefixAssignment
Inherited Members

Constructors

OrganizationsApplianceVlanIpv6PrefixAssignment()

public OrganizationsApplianceVlanIpv6PrefixAssignment()

Properties

Autonomous

Auto assign a /64 prefix from the origin to the VLAN

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

Property Value

bool

Origin

The origin of the prefix

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "origin")]
public OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin Origin { get; set; }

Property Value

OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin

StaticApplianceIp6

Manual configuration of the IPv6 Appliance IP

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticApplianceIp6")]
public string StaticApplianceIp6 { get; set; }

Property Value

string

StaticPrefix

Manual configuration of a /64 prefix on the VLAN

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticPrefix")]
public string StaticPrefix { get; set; }

Property Value

string