Physical network binding.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| host | ManagedObjectReference | element | 0/1 | Reference to a host. | |
| switchName | string | element | 0/1 | Reference to a virtual switch. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<SwitchBinding xsitype="...">
<host xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</host>
<switchName>...</switchName>
</SwitchBinding>