SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > D (continued)
  • 0 Ratings

Data Object - DvsFilterConfigSpec(vim.dvs.DistributedVirtualPort.FilterConfigSpec)

Extends
DvsFilterConfig
Since
vSphere API 5.5

Data Object Description

The specification to reconfigure Network Filter. This specification allows the user to do fine-grained updates for the Filter in the port settings. If the operation is remove, only the FilterConfigSpec#key needs to be specified. If other fields are specified, they will be ignored. We cannot remove an inherited element. Only when the inherited flag is set to false and parent does not have an element with same key this operation succeeds. If the operation is add, then FilterConfigSpec#key should not be specified and other fields need to be specified. The inherited flag should be set to false. If the operation is edit, then FilterConfigSpec#key needs be specified and specify the other properties that need modification. If the inherited flag is set to true, a FilterConfig object of same key must exist at the parent's level. The property values in the spec object will be ignored and use the values from the parent's FilterConfig object instead. If inherited flag is set to false, then the new modifications will be applied.

Properties

Name Type Description
operationxsd:string

Operation type. See ConfigSpecOperation for valid values.
Properties inherited from DvsFilterConfig
agentName, key, onFailure, parameters, slotNumber
Properties inherited from InheritablePolicy
inherited
Properties inherited from DynamicData
None

Show WSDL type definition




Feedback

  • 0 Ratings