Uses of Class
com.vmware.nsx_policy.model.PktCapResource
-
Packages that use PktCapResource Package Description com.vmware.nsx_policy.model -
-
Uses of PktCapResource in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PktCapResource Modifier and Type Method Description static PktCapResource
PktCapResource. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static PktCapResource
PktCapResource. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PktCapResource
PktCapResource.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PktCapResource Modifier and Type Method Description java.util.List<PktCapResource>
PktCapResult. getPktcapResourceList()
The packet capture resource info for ports where packet capture action is performed This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Method parameters in com.vmware.nsx_policy.model with type arguments of type PktCapResource Modifier and Type Method Description PktCapResult.Builder
PktCapResult.Builder. setPktcapResourceList(java.util.List<PktCapResource> pktcapResourceList)
The packet capture resource info for ports where packet capture action is performed This property may be present in responses from the server, but if it is present in a request to server it will be ignored.void
PktCapResult. setPktcapResourceList(java.util.List<PktCapResource> pktcapResourceList)
The packet capture resource info for ports where packet capture action is performed This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-