Class SnmpTrapsState
Inherited Members
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 SnmpTrapsState : ResourceArgs
Constructors
View SourceSnmpTrapsState()
Declaration
public SnmpTrapsState()
Properties
View SourceAuthPasswordencrypted
Encrypted password
Declaration
public Input<string> AuthPasswordencrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthProtocol
Specifies the protocol used to authenticate the user.
Declaration
public Input<string> AuthProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Community
Specifies the community string used for this trap.
Declaration
public Input<string> Community { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The port that the trap will be sent to.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EngineId
Specifies the authoritative security engine for SNMPv3.
Declaration
public Input<string> EngineId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The host the trap will be sent to.
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the snmp trap.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
User defined description.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
PrivacyPasswordEncrypted
Specifies the encrypted password used to encrypt traffic.
Declaration
public Input<string> PrivacyPasswordEncrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivacyProtocol
Specifies the protocol used to encrypt traffic.
Declaration
public Input<string> PrivacyProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
SecurityName
Security name used in conjunction with SNMPv3.
Declaration
public Input<string> SecurityName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
SNMP version used for sending the trap.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |