SolidFireElementModifyVolumeAccessGroup Method (Int64, String, String, Int64, NullableBoolean, Hashtable) |
You can use ModifyVolumeAccessGroup to update initiators and add or remove volumes from a volume access group. If a specified initiator or volume is a duplicate of what currently exists, the volume access group is left as-is. If you do not specify a value for volumes or initiators, the current list of initiators and volumes is not changed.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public ModifyVolumeAccessGroupResult ModifyVolumeAccessGroup(
long VolumeAccessGroupID,
string Name = null,
string[] Initiators = null,
long[] Volumes = null,
Nullable<bool> DeleteOrphanInitiators = null,
Hashtable Attributes = null
)
Parameters
- VolumeAccessGroupID
- Type: SystemInt64
- Name (Optional)
- Type: SystemString
- Initiators (Optional)
- Type: SystemString
- Volumes (Optional)
- Type: SystemInt64
- DeleteOrphanInitiators (Optional)
- Type: SystemNullableBoolean
- Attributes (Optional)
- Type: System.CollectionsHashtable
Return Value
Type:
ModifyVolumeAccessGroupResultImplements
ISolidFireElementModifyVolumeAccessGroup(Int64, String, String, Int64, NullableBoolean, Hashtable)See Also