Table of Contents

Class NetworkSnmpTrapReceiver

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

Stores the port and address

[DataContract]
public class NetworkSnmpTrapReceiver
Inheritance
NetworkSnmpTrapReceiver
Inherited Members

Constructors

NetworkSnmpTrapReceiver()

public NetworkSnmpTrapReceiver()

Properties

Address

The IP address of the SNMP trap receiver

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

Property Value

string

Port

The port number of the SNMP trap receiver

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

Property Value

string