Table of Contents

Class TrafficShapingVpnExclusionsByNetwork

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

TrafficShapingVpnExclusionByNetwork

[DataContract]
public class TrafficShapingVpnExclusionsByNetwork : TrafficShapingVpnExclusions
Inheritance
TrafficShapingVpnExclusionsByNetwork
Inherited Members

Properties

NetworkId

Network Id

[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string? NetworkId { get; set; }

Property Value

string

NetworkName

Network Name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkName")]
public string? NetworkName { get; set; }

Property Value

string