HostInternetScsiHbaParamValue

HostInternetScsiHbaParamValue
HostInternetScsiHbaParamValue

Describes the the value of an iSCSI parameter, and whether the value is being inherited.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "value": {
        "_typeName": "string"
    },
    "isInherited": false
}
boolean
isInherited
Optional

Indicates if the value is inherited from some other source.

If unset, the value is not inheritable. isInherited can be modified only if it has already been set. If value is to being modified, isInherited should be set to true. Setting isInherited to false will result in the value being once again inherited from the source.