Class SnmpArgs
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 SnmpArgs : ResourceArgs
Constructors
View SourceSnmpArgs()
Declaration
public SnmpArgs()
Properties
View SourceAllowedaddresses
Configures hosts or networks from which snmpd can accept traffic. Entries go directly into hosts.allow.
Declaration
public InputList<string> Allowedaddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SysContact
Specifies the contact information for the system administrator.
Declaration
public Input<string> SysContact { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SysLocation
Describes the system's physical location.
Declaration
public Input<string> SysLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |