Uses of Class
com.vmware.nsx_policy.model.IdsPcapExport
-
-
Uses of IdsPcapExport in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.pcaps
Methods in com.vmware.nsx_policy.infra.settings.firewall.security.intrusion_services.pcaps with parameters of type IdsPcapExport Modifier and Type Method Description void
Export. create(IdsPcapExport idsPcapExport)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
ExportStub. create(IdsPcapExport idsPcapExport)
void
ExportStub. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ExportStub. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ExportStub. create(IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdsPcapExport in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsPcapExport Modifier and Type Method Description static IdsPcapExport
IdsPcapExport. _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 IdsPcapExport
IdsPcapExport. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdsPcapExport
IdsPcapExport.Builder. build()
-
Uses of IdsPcapExport in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services.pcaps
Methods in com.vmware.nsx_policy.orgs.projects.infra.settings.firewall.security.intrusion_services.pcaps with parameters of type IdsPcapExport Modifier and Type Method Description void
Export. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
Export. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload.void
ExportStub. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport)
void
ExportStub. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ExportStub. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ExportStub. create(java.lang.String orgId, java.lang.String projectId, IdsPcapExport idsPcapExport, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-