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 OdsRunbookInvocationReportReport. get(java.lang.String invocationId)Read the report of an Online Diagnostic System Runbook invocation.OdsRunbookInvocationReportReport. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read the report of an Online Diagnostic System Runbook invocation.OdsRunbookInvocationReportReportStub. get(java.lang.String invocationId)OdsRunbookInvocationReportReportStub. 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 voidReport. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback)Read the report of an Online Diagnostic System Runbook invocation.voidReport. 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.voidReportStub. get(java.lang.String invocationId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback)voidReportStub. 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 OdsRunbookInvocationReportOdsRunbookInvocationReport. _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 OdsRunbookInvocationReportOdsRunbookInvocationReport. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OdsRunbookInvocationReportOdsRunbookInvocationReport.Builder. build()
-