HttpNfcLeaseProbeUrlsRequestType
HttpNfcLeaseProbeUrlsRequestType
The parameters of HttpNfcLeaseProbeUrls.
Since: vSphere API Release 7.0.2.0
JSON Example
{
"files": [
{
"_typeName": "string",
"targetDeviceId": "string",
"url": "string",
"memberName": "string",
"create": false,
"sslThumbprint": "string",
"httpHeaders": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"size": 0
}
],
"timeout": 0
}
array of HttpNfcLeaseSourceFile
files
Optional
[in] List of remote source file descriptors There should be the same number of HttpNfcLeaseSourceFile as HttpNfcLeaseDeviceUrl provided by this lease.
integer As int32 As int32
timeout
Optional
[in] time in seconds for each url validation. Maximum timeout is 60.
Availability
Added in vSphere API Release 7.0.2.0
Parameter To