Class TrafficShapingVpnExclusionsByNetwork
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
NetworkName
Network Name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkName")]
public string? NetworkName { get; set; }