Table of Contents

Class OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin

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

The origin of the prefix

[DataContract]
public class OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin
Inheritance
OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin
Inherited Members

Constructors

OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin()

public OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin()

Properties

Interfaces

Interfaces associated with the prefix

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interfaces")]
public List<string> Interfaces { get; set; }

Property Value

List<string>

Type

Type of the origin

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public OriginType Type { get; set; }

Property Value

OriginType