Class VlanVrf
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
Name
The name of the VRF this VLAN belongs to
[DataMember(Name = "name")]
public string Name { get; set; }