AddAccountRequest Class |
Namespace: SolidFire.Element.Api
public class AddAccountRequest : RpcBase, IAccountRequest
The AddAccountRequest type exposes the following members.
Name | Description | |
---|---|---|
AddAccountRequest | Initializes a new instance of the AddAccountRequest class |
Name | Description | |
---|---|---|
Attributes |
List of name-value pairs in JSON object format.
| |
EnableChap |
Specify if chap account credentials can be used by an initiator to access volumes.
| |
InitiatorSecret |
The CHAP secret to use for the initiator.
If unspecified, a random secret is created.
| |
TargetSecret |
The CHAP secret to use for the target (mutual CHAP authentication).
If unspecified, a random secret is created.
| |
Username |
Specifies the username for this account. (Might be 1 to 64 characters in length).
|
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.) |