Class NetworkOpportunisticPcap
Network Opportunistic Pcap
[DataContract]
public class NetworkOpportunisticPcap
- Inheritance
-
NetworkOpportunisticPcap
- Inherited Members
Constructors
NetworkOpportunisticPcap()
public NetworkOpportunisticPcap()
Properties
Enablement
Enablement settings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enablement")]
public NetworkOpportunisticPcapEnablement Enablement { get; set; }
Property Value
Name
Name of the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Id of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }