VsanVitAddIscsiTargetRequestType
VsanVitAddIscsiTargetRequestType
The parameters of VsanVitAddIscsiTarget.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"targetSpec": {
"_typeName": "string",
"alias": "string",
"iqn": "string",
"authSpec": {
"_typeName": "string",
"authType": "string",
"userNameAttachToTarget": "string",
"userSecretAttachToTarget": "string",
"userNameAttachToInitiator": "string",
"userSecretAttachToInitiator": "string"
},
"port": 0,
"networkInterface": "string",
"affinityLocation": "string",
"storagePolicy": {
"_typeName": "string"
},
"newAlias": "string"
}
}
cluster
Required
: reference to cluster resource.
Required privileges: Host.Inventory.EditCluster
targetSpec
Required
: reference to iSCSI target specification.