Enum - DvsFilterOnFailure(vim.dvs.DistributedVirtualPort.FilterOnFailure)

Since
vSphere API 5.5


Enum Description

Network Filter on Failure Type. It specifies whether all the packets will be allowed or all the packets will be denied when Filter fails to configure.

Enum Constants

NameDescription
failClosed Denies all the packets when the Filter fails to configure.
failOpen Allows all the packets when the Filter fails to configure.

Show WSDL type definition