Files
deb-python-pyvmomi/docs/vim/dvs/DistributedVirtualPort/ConfigInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.