Click or drag to resize

AddAccountRequest Class

AddAccountRequest You can use AddAccount to add a new account to the system. You can create new volumes under the new account. The CHAP settings you specify for the account apply to all volumes owned by the account.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiAddAccountRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class AddAccountRequest : RpcBase, 
	IAccountRequest

The AddAccountRequest type exposes the following members.

Constructors
  NameDescription
Public methodAddAccountRequest
Initializes a new instance of the AddAccountRequest class
Top
Properties
  NameDescription
Public propertyAttributes
List of name-value pairs in JSON object format.
Public propertyEnableChap
Specify if chap account credentials can be used by an initiator to access volumes.
Public propertyInitiatorSecret
The CHAP secret to use for the initiator. If unspecified, a random secret is created.
Public propertyTargetSecret
The CHAP secret to use for the target (mutual CHAP authentication). If unspecified, a random secret is created.
Public propertyUsername
Specifies the username for this account. (Might be 1 to 64 characters in length).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also