
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
4.2 KiB
vim.DistributedVirtualSwitch.ConfigInfo
Configuration of a DistributedVirtualSwitch .
- extends
- since
- Attributes:
-
uuid (str):
Generated UUID of the switch. Unique across vCenter Server inventory and instances.
name (str):
Name of the switch.
numStandalonePorts (int):
Number of standalone ports in the switch. Standalone ports are ports that do not belong to any portgroup.
numPorts (int):
Current number of ports, not including conflict ports.
maxPorts (int):
Maximum number of ports allowed in the switch, not including conflict ports.
uplinkPortPolicy (vim.DistributedVirtualSwitch.UplinkPortPolicy):
Uplink port policy.
uplinkPortgroup ([vim.dvs.DistributedVirtualPortgroup], optional):
List of uplink portgroups. When adding host members, the server uses the uplinkPortPolicy to create a number of uplink ports for the host. If portgroups are shown here, those uplink ports will be added to the portgroups, with uplink ports evenly spread among the portgroups.
defaultPortConfig (vim.dvs.DistributedVirtualPort.Setting):
Default configuration for the ports in the switch, if the port does not inherit configuration from the parent portgroup or has its own configuration.
host ([vim.dvs.HostMember], optional):
Hosts that join the switch.
productInfo (vim.dvs.ProductSpec):
Vendor, product, and version information for the implementation module of the switch.
targetInfo (vim.dvs.ProductSpec, optional):
Intended vendor, product, and version information for the implementation module of the switch.
extensionKey (str, optional):
Key of the extension registered by the remote server that controls the switch.
vendorSpecificConfig ([vim.dvs.KeyedOpaqueBlob], optional):
Opaque binary blob that stores vendor specific configuration.
policy (vim.DistributedVirtualSwitch.SwitchPolicy, optional):
Usage policy of the switch.
description (str, optional):
Description string for the switch.
configVersion (str):
Version string of the configuration.
contact (vim.DistributedVirtualSwitch.ContactInfo):
Human operator contact information.
switchIpAddress (str, optional):
IP address for the switch, specified using IPv4 dot notation. The utility of this address is defined by other switch features.
createTime (datetime):
Create time of the switch.
networkResourceManagementEnabled (bool):
Boolean to indicate if network I/O control is enabled on the switch.
defaultProxySwitchMaxNumPorts (int, optional):
Default host proxy switch maximum port number
healthCheckConfig ([vim.DistributedVirtualSwitch.HealthCheckConfig], optional):
VDS health check configuration.