vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanIscsiInitiatorGroup(vim.cluster.VsanIscsiInitiatorGroup)
- Returned by
- VsanVitGetIscsiInitiatorGroup, VsanVitGetIscsiInitiatorGroups
- Extends
- DynamicData
- See also
- VsanIscsiTargetBasicInfo
- Since
- vSphere API Release 6.5
Data Object Description
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.
Properties
Name | Type | Description |
---|---|---|
initiators* | xsd:string[] |
The initiator name list.
|
name | xsd:string |
The initiator group name.
|
targets* | VsanIscsiTargetBasicInfo[] |
The target basic information list for targets associate with this group.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |