Show / Hide Table of Contents

Class SnmpTrapsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnmpTrapsArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Sys
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class SnmpTrapsArgs : ResourceArgs

Constructors

View Source

SnmpTrapsArgs()

Declaration
public SnmpTrapsArgs()

Properties

View Source

AuthPasswordencrypted

Encrypted password

Declaration
public Input<string> AuthPasswordencrypted { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AuthProtocol

Specifies the protocol used to authenticate the user.

Declaration
public Input<string> AuthProtocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Community

Specifies the community string used for this trap.

Declaration
public Input<string> Community { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The port that the trap will be sent to.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EngineId

Specifies the authoritative security engine for SNMPv3.

Declaration
public Input<string> EngineId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

The host the trap will be sent to.

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the snmp trap.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

User defined description.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrivacyPassword

Specifies the clear text password used to encrypt traffic. This field will not be displayed.

Declaration
public Input<string> PrivacyPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivacyPasswordEncrypted

Specifies the encrypted password used to encrypt traffic.

Declaration
public Input<string> PrivacyPasswordEncrypted { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivacyProtocol

Specifies the protocol used to encrypt traffic.

Declaration
public Input<string> PrivacyProtocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityLevel

Specifies whether or not traffic is encrypted and whether or not authentication is required.

Declaration
public Input<string> SecurityLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityName

Security name used in conjunction with SNMPv3.

Declaration
public Input<string> SecurityName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

SNMP version used for sending the trap.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.