SnmpV3UsmUser Class |
Namespace: SolidFire.Element.Api
public class SnmpV3UsmUser : RpcBase
The SnmpV3UsmUser type exposes the following members.
Name | Description | |
---|---|---|
![]() | SnmpV3UsmUser | Initializes a new instance of the SnmpV3UsmUser class |
Name | Description | |
---|---|---|
![]() | Access |
rouser: read-only access.
rwuser: for read-write access.
rosys: for read-only access to a restricted set of system information
SolidFire recommends that all USM users be set to "rouser" access, because all SolidFire MIB objects are read-only.
|
![]() | Name |
The name of the user. Must contain at least one character, but no more than 32 characters. Blank spaces are not allowed.
|
![]() | Passphrase |
The passphrase of the user. Must be between 8 and 255 characters integer (inclusive). Blank spaces are not allowed. Required if "secLevel" is "priv."
|
![]() | Password |
The password of the user. Must be between 8 and 255 characters integer (inclusive). Blank spaces are not allowed. Required if "secLevel" is "auth" or "priv."
|
![]() | SecLevel |
noauth: No password or passphrase is required.
auth: A password is required for user access.
priv: A password and passphrase is required for user access.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |