Class NetworkSnmpTrapNetwork
Configuration details for the network
[DataContract]
public class NetworkSnmpTrapNetwork
- Inheritance
-
NetworkSnmpTrapNetwork
- Inherited Members
Constructors
NetworkSnmpTrapNetwork()
public NetworkSnmpTrapNetwork()
Properties
Id
ID of the network
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
Name
Name of the network
[DataMember(Name = "name")]
public string? Name { get; set; }