RemoveInternetScsiSendTargetsRequestType

RemoveInternetScsiSendTargetsRequestType
RemoveInternetScsiSendTargetsRequestType

The parameters of RemoveInternetScsiSendTargets.

JSON Example
{
    "iScsiHbaDevice": "string",
    "targets": [
        {
            "_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"
        }
    ],
    "force": false
}
string
iScsiHbaDevice
Required

The device of the Internet SCSI HBA adapter.

targets
Required

An array of iSCSI send targets to remove.

boolean
force
Optional

flag for forced removal of iSCSI send targets. If unset, force flag will be treated as false.

Since: vSphere API Release 7.0.1.0