
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
1.5 KiB
1.5 KiB
vim.dvs.HostMember.PnicSpec
Specification for an individual physical NIC.
- extends
- since
- Attributes:
-
pnicDevice (str):
Name of the physical NIC to be added to the proxy switch. See PhysicalNic . device .
uplinkPortKey (str, optional):
Key of the port to be connected to the physical NIC.
uplinkPortgroupKey (str, optional):
Key of the portgroup to be connected to the physical NIC.
connectionCookie (int, optional):
Cookie that represents this DistributedVirtualSwitchPortConnection instance for the port. The cookie value is generated by the Server. The Server ignores any value set by an SDK client.The same cookie is present in the distributed virtual port configuration ( DistributedVirtualPort . connectionCookie ) so that the Server can verify that the entity is the rightful connectee of the port.