A fenced network configuration.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| distributedSwitch | ManagedObjectReference | element | 0/1 | Gets the distributed switch. | |
| externalNetwork | ManagedObjectReference | element | 0/1 | Gets the external network. | |
| standardSwitches | list of SwitchBinding | element | 0/unbounded | Gets the standard switches. | |
| vlanIds | string | element | 0/1 | Gets the vlan ids. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<FencedNetworkConfig xsitype="...">
<externalNetwork xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</externalNetwork>
<vlanIds>...</vlanIds>
<distributedSwitch xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</distributedSwitch>
<standardSwitches xsitype="...">
<host>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</host>
<switchName>...</switchName>
</standardSwitches>
</FencedNetworkConfig>