1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
.. _int: https://docs.python.org/2/library/stdtypes.html
.. _vim.HostSystem: ../../../vim/HostSystem.rst
.. _vSphere API 4.0: ../../../vim/version.rst#vimversionversion5
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _vim.dvs.KeyedOpaqueBlob: ../../../vim/dvs/KeyedOpaqueBlob.rst
.. _vim.dvs.HostMember.Backing: ../../../vim/dvs/HostMember/Backing.rst
.. _DistributedVirtualSwitchHostMemberConfigInfo: ../../../vim/dvs/HostMember/ConfigInfo.rst
vim.dvs.HostMember.ConfigInfo
=============================
The `DistributedVirtualSwitchHostMemberConfigInfo`_ data object contains membership configuration information for the ESXi host.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.0`_
Attributes:
host (`vim.HostSystem`_, optional):
ESXi host. This property should always be set unless the user's setting does not have System.Read privilege on the object referred to by this property.
maxProxySwitchPorts (`int`_):
Maximum number of ports than can be created in the proxy switch.ESXi 5.0 and earlier hosts: If you change the maximum number of ports, you must reboot the host for the new value to take effect.
vendorSpecificConfig ([`vim.dvs.KeyedOpaqueBlob`_], optional):
Opaque binary blob that stores vendor specific configuration.
backing (`vim.dvs.HostMember.Backing`_):
Host membership backing, specifying physical NIC, portgroup, and port bindings for the proxy switch.
|