Class OrganizationSnmpTrapByNetwork
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
Network
Configuration details for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSnmpTrapByNetworkNetwork Network { get; set; }
Property Value
Receiver
SNMP trap receiver details
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "receiver")]
public OrganizationSnmpTrapByNetworkReceiver Receiver { get; set; }
Property Value
V2
Configuration details for SNMP v2
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v2")]
public OrganizationSnmpTrapByNetworkV2 V2 { get; set; }
Property Value
V3
Configuration details for SNMP v3
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "v3")]
public OrganizationSnmpTrapByNetworkV3 V3 { get; set; }