Table of Contents

Class NetworkOpportunisticPcap

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

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

NetworkOpportunisticPcapEnablement

Name

Name of the network

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

Property Value

string

NetworkId

Id of the network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string