VsanIscsiInitiatorGroup
VsanIscsiInitiatorGroup
Defines the initiator group, which serves as a container to contain a initiator name list.
If user add one initiator group to one target, it means
all initiators in it can access this target.
An initiator functions as an iSCSI client. An initiator
negotiates with a target to establish
connectivity to a LUN and it treats iSCSI LUNs the same way as they would a
raw SCSI or IDE hard drive.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"initiators": [
"string"
],
"targets": [
{
"_typeName": "string",
"alias": "string",
"iqn": "string"
}
]
}
string
name
Required
The initiator group name.
array of
string
initiators
Optional
The initiator name list.
array of
VsanIscsiTargetBasicInfo
targets
Optional
The target basic information list for targets associate with this group.