esx hcl: driver
The
driver structure contains fields describing information about a driver.Representation:
{
"vendor" : "string",
"name" : "string",
"version" : "string"
}
"vendor" : "string",
"name" : "string",
"version" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| name | string | The name of the driver. |
| version | string | The version of the driver. |
| Optional | ||
| vendor | string | The vendor that produced the driver. Optional. If unset vendor is unknown. |