Modifier and Type | Method and Description |
---|---|
void |
ExportStub.create(IdsPcapExport idsPcapExport) |
void |
Export.create(IdsPcapExport idsPcapExport)
Trigger the process to collect all pcap files of all the pcap_ids mentioned in
request payload.
|
void |
ExportStub.create(IdsPcapExport idsPcapExport,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
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 |
ExportStub.create(IdsPcapExport idsPcapExport,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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 |
ExportStub.create(IdsPcapExport idsPcapExport,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
ExportStub.create(java.lang.String orgId,
java.lang.String projectId,
IdsPcapExport idsPcapExport) |
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 |
ExportStub.create(java.lang.String orgId,
java.lang.String projectId,
IdsPcapExport idsPcapExport,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
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 |
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 |
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 |
ExportStub.create(java.lang.String orgId,
java.lang.String projectId,
IdsPcapExport idsPcapExport,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|