HostInternetScsiHbaSendTarget
HostInternetScsiHbaSendTarget
The iSCSI send target.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"address": "string",
"port": 0,
"authenticationProperties": {
"_typeName": "string",
"chapAuthEnabled": false,
"chapName": "string",
"chapSecret": "string",
"chapAuthenticationType": "string",
"chapInherited": false,
"mutualChapName": "string",
"mutualChapSecret": "string",
"mutualChapAuthenticationType": "string",
"mutualChapInherited": false
},
"digestProperties": {
"_typeName": "string",
"headerDigestType": "string",
"headerDigestInherited": false,
"dataDigestType": "string",
"dataDigestInherited": false
},
"supportedAdvancedOptions": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"optionType": {
"_typeName": "string",
"valueIsReadonly": false
}
}
],
"advancedOptions": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
},
"isInherited": false
}
],
"parent": "string"
}
string
address
Required
The IP address or hostname of the storage device.
integer As int32 As int32
port
Optional
The TCP port of the storage device.
If not specified, the standard default of 3260 is used.
authenticationProperties
Optional
The authentication settings for this host bus adapter or target.
digestProperties
Optional
The digest settings for this host bus adapter.
array of OptionDef
supportedAdvancedOptions
Optional
A list of supported key/value pair advanced options for the host bus adapter including their type information.
array of HostInternetScsiHbaParamValue
advancedOptions
Optional
A list of the current options settings for the host bus adapter.
string
parent
Optional
The device name of the host bus adapter from which settings can be inherited.