Click or drag to resize

SolidFireElementCreateVolumeAccessGroupAsync Method (CancellationToken, String, String, Int64, Int64, Int64, Hashtable)

You can use CreateVolumeAccessGroup to create a new volume access group. When you create the volume access group, you need to give it a name, and you can optionally enter initiators and volumes. After you create the group, you can add volumes and initiator IQNs. Any initiator IQN that you add to the volume access group is able to access any volume in the group without CHAP authentication.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateVolumeAccessGroupResult> CreateVolumeAccessGroupAsync(
	CancellationToken cancellationToken,
	string Name,
	string[] Initiators = null,
	long[] Volumes = null,
	long[] VirtualNetworkID = null,
	long[] VirtualNetworkTags = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Name
Type: SystemString
Initiators (Optional)
Type: SystemString
Volumes (Optional)
Type: SystemInt64
VirtualNetworkID (Optional)
Type: SystemInt64
VirtualNetworkTags (Optional)
Type: SystemInt64
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: TaskCreateVolumeAccessGroupResult

Implements

ISolidFireElementCreateVolumeAccessGroupAsync(CancellationToken, String, String, Int64, Int64, Int64, Hashtable)
See Also