Table of Contents

Class OrganizationSnmpTrapByNetworkReceiver

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

SNMP trap receiver details

[DataContract]
public class OrganizationSnmpTrapByNetworkReceiver
Inheritance
OrganizationSnmpTrapByNetworkReceiver
Inherited Members

Constructors

OrganizationSnmpTrapByNetworkReceiver()

public OrganizationSnmpTrapByNetworkReceiver()

Properties

Address

IP address of the SNMP trap receiver

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

Property Value

string

Port

Port number of the SNMP trap receiver

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

Property Value

string