DistributedVirtualSwitchProductSpec

DistributedVirtualSwitchProductSpec
DistributedVirtualSwitchProductSpec

This data object type is a subset of AboutInfo.

An object of this type can be used to describe the specification for a proxy switch module of a DistributedVirtualSwitch.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "vendor": "string",
    "version": "string",
    "build": "string",
    "forwardingClass": "string",
    "bundleId": "string",
    "bundleUrl": "string"
}
string
name
Optional

Short form of the product name.

string
vendor
Optional

Name of the vendor of this product.

string
version
Optional

Dot-separated version string.

For example, "1.2".

string
build
Optional

Build string for the server on which this call is made.

For example, x.y.z-num. This string does not apply to the API.

string
forwardingClass
Optional

Forwarding class of the distributed virtual switch.

string
bundleId
Optional

The ID of the bundle if a host component bundle needs to be installed on the host members to support the functionality of the switch.

string
bundleUrl
Optional

The URL of the bundle that VMware Update Manager will use to install the bundle on the host members, if DistributedVirtualSwitchProductSpec.bundleId is set.