Uses of Class
com.vmware.nsx_policy.model.OdsRunbookInvocationReport
-
Packages that use OdsRunbookInvocationReport Package Description com.vmware.nsx_policy.infra.sha.runbook_invocations com.vmware.nsx_policy.model -
-
Uses of OdsRunbookInvocationReport in com.vmware.nsx_policy.infra.sha.runbook_invocations
Methods in com.vmware.nsx_policy.infra.sha.runbook_invocations that return OdsRunbookInvocationReport Modifier and Type Method Description OdsRunbookInvocationReport
Report. get(java.lang.String invocationId)
Read the report of an Online Diagnostic System Runbook invocation.OdsRunbookInvocationReport
Report. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the report of an Online Diagnostic System Runbook invocation.OdsRunbookInvocationReport
ReportStub. get(java.lang.String invocationId)
OdsRunbookInvocationReport
ReportStub. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sha.runbook_invocations with type arguments of type OdsRunbookInvocationReport Modifier and Type Method Description void
Report. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback)
Read the report of an Online Diagnostic System Runbook invocation.void
Report. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the report of an Online Diagnostic System Runbook invocation.void
ReportStub. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback)
void
ReportStub. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of OdsRunbookInvocationReport in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return OdsRunbookInvocationReport Modifier and Type Method Description static OdsRunbookInvocationReport
OdsRunbookInvocationReport. _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 OdsRunbookInvocationReport
OdsRunbookInvocationReport. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OdsRunbookInvocationReport
OdsRunbookInvocationReport.Builder. build()
-