Table of Contents

Class VlanVrf

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

VLAN VRF settings

[DataContract]
public class VlanVrf
Inheritance
VlanVrf
Inherited Members

Constructors

VlanVrf()

public VlanVrf()

Properties

Id

The id of the VRF this VLAN belongs to

[ApiKey]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

The name of the VRF this VLAN belongs to

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string