InstallIoFilterRequestType

InstallIoFilterRequestType
InstallIoFilterRequestType

The parameters of InstallIoFilter_Task.

JSON Example
{
    "vibUrl": "string",
    "compRes": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vibSslTrust": {
        "_typeName": "string"
    }
}
string
vibUrl
Required

The URL that points to the IO Filter VIB package.

compRes
Required

The compute resource to install the IO Filter on. "compRes" must be a cluster.

vibSslTrust
Optional

This specifies SSL trust policy IoFilterManagerSslTrust for the given VIB URL. If unset, the server certificate is validated against the trusted root certificates.

Since: vSphere API Release 8.0.3.0