Show / Hide Table of Contents

Class SnmpArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnmpArgs
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 SnmpArgs : ResourceArgs

Constructors

View Source

SnmpArgs()

Declaration
public SnmpArgs()

Properties

View Source

Allowedaddresses

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>
View Source

SysContact

Specifies the contact information for the system administrator.

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

SysLocation

Describes the system's physical location.

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