Hi,
Is there anyone here who have an exemple how to use this object ? I'm trying to use "updateInternetScsiAuthenticationProperties" but I'm unable to give a good parameter with the type of "VcHostInternetScsiHbaTargetSet"...
Here is the message I currently have:
Cannot convert com.vmware.vim.vi4.HostInternetScsiHbaSendTarget@dcc933d9 to com.vmware.vim.vi4.HostInternetScsiHbaTargetSet (Workflow:Copy of Add iSCSI target / Add iSCSI target (item0)#48)
updateInternetScsiAuthenticationProperties
Updates the authentication properties for one or more targets or discovery addresses associated with an iSCSI host bus adapter.
Parameters
NAME | TYPE | DESCRIPTION |
---|---|---|
iScsiHbaDevice | string | The device of the Internet SCSI HBA adapter. associated with the target. |
authenticationProperties | VcHostInternetScsiHbaAuthenticationProperties | The data object that represents the authentication settings to set. |
targetSet* | VcHostInternetScsiHbaTargetSet | The set the targets to configure. Optional, when obmitted will configura the authentication properties for the adapter instead. |
*Need not be set
Return Value
TYPE | DESCRIPTION |
---|---|
None |
Thank you,