Files
deb-python-pyvmomi/docs/vim/dvs/DistributedVirtualPort/ConfigInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.3 KiB

vim.dvs.DistributedVirtualPort.ConfigInfo

Management related configuration of a DistributedVirtualPort.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

name (str, optional):

The name of the port.

scope (vim.ManagedEntity, optional):

The eligible entities that can connect to the port. If unset, there is no restriction on which entity can connect to the port. If set, only the entities in the specified list or their child entities are allowed to connect to the port. If scopes are defined at both port and portgroup level, they are taken as an "AND" relationship. If such a relationship doesn't make sense, the reconfigure operation will raise an exception.

description (str, optional):

A description string of the port.

setting (vim.dvs.DistributedVirtualPort.Setting, optional):

The network configuration of the port.

configVersion (str):

The version string of the configuration.