HostInternetScsiHbaStaticTarget

HostInternetScsiHbaStaticTarget
HostInternetScsiHbaStaticTarget

The iSCSI static target.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
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.

string
iScsiName
Required

The iSCSI name of the storage device.

string
discoveryMethod
Optional

Discovery method each static target is discovered by some method define in TargetDiscoveryMethod.

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.

advancedOptions
Optional

A list of the current options settings for the host bus adapter.

string
parent
Optional

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.