Table of Contents

Class OrganizationSnmpTrapByNetwork

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

Organization SNMP Trap by Network

[DataContract]
public class OrganizationSnmpTrapByNetwork
Inheritance
OrganizationSnmpTrapByNetwork
Inherited Members

Constructors

OrganizationSnmpTrapByNetwork()

public OrganizationSnmpTrapByNetwork()

Properties

Mode

SNMP trap protocol version (disabled, v1/v2c, v3)

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

Property Value

string

Network

Configuration details for the network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSnmpTrapByNetworkNetwork Network { get; set; }

Property Value

OrganizationSnmpTrapByNetworkNetwork

Receiver

SNMP trap receiver details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "receiver")]
public OrganizationSnmpTrapByNetworkReceiver Receiver { get; set; }

Property Value

OrganizationSnmpTrapByNetworkReceiver

V2

Configuration details for SNMP v2

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v2")]
public OrganizationSnmpTrapByNetworkV2 V2 { get; set; }

Property Value

OrganizationSnmpTrapByNetworkV2

V3

Configuration details for SNMP v3

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v3")]
public OrganizationSnmpTrapByNetworkV3 V3 { get; set; }

Property Value

OrganizationSnmpTrapByNetworkV3