HostInternetScsiHbaStaticTarget
The iSCSI static target.
{
"_typeName": "string",
"address": "string",
"port": 0,
"iScsiName": "string",
"discoveryMethod": "string",
"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"
}
The IP address or hostname of the storage device.
The TCP port of the storage device.
If not specified, the standard default of 3260 is used.
The iSCSI name of the storage device.
Discovery method each static target is discovered by some method define in TargetDiscoveryMethod.
The authentication settings for this host bus adapter or target.
The digest settings for this host bus adapter.
A list of supported key/value pair advanced options for the host bus adapter including their type information.
A list of the current options settings for the host bus adapter.
The parent entity from which settings can be inherited.
It can either be unset, or set to the device name of the host bus adapter or the name of the SendTarget.