HostInternetScsiHbaDiscoveryProperties

HostInternetScsiHbaDiscoveryProperties
HostInternetScsiHbaDiscoveryProperties

The discovery settings for this host bus adapter.

At least one discovery mode must always be active. Multiple modes may be active at the same time.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "iSnsDiscoveryEnabled": false,
    "iSnsDiscoveryMethod": "string",
    "iSnsHost": "string",
    "slpDiscoveryEnabled": false,
    "slpDiscoveryMethod": "string",
    "slpHost": "string",
    "staticTargetDiscoveryEnabled": false,
    "sendTargetsDiscoveryEnabled": false
}
boolean
iSnsDiscoveryEnabled
Required

True if iSNS is currently enabled

string
iSnsDiscoveryMethod
Optional

The iSNS discovery method in use when iSNS is enabled.

Must be one of the values of InternetScsiSnsDiscoveryMethodEnum

string
iSnsHost
Optional

For STATIC iSNS, this is the iSNS server address

boolean
slpDiscoveryEnabled
Required

True if SLP is enabled

string
slpDiscoveryMethod
Optional

The current SLP discovery method when SLP is enabled.

Must be one of the values of SlpDiscoveryMethodEnum

string
slpHost
Optional

When the SLP discovery method is set to MANUAL, this property reflects the hostname, and optionally port number of the SLP DA.

boolean
staticTargetDiscoveryEnabled
Required

True if static target discovery is enabled

boolean
sendTargetsDiscoveryEnabled
Required

True if send targets discovery is enabled