Package | Description |
---|---|
com.vmware.nsx_policy.infra.sha.runbook_invocations | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
OdsRunbookInvocationReport |
ReportStub.get(java.lang.String invocationId) |
OdsRunbookInvocationReport |
Report.get(java.lang.String invocationId)
Read the report of an Online Diagnostic System runbook invocation.
|
OdsRunbookInvocationReport |
ReportStub.get(java.lang.String invocationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
OdsRunbookInvocationReport |
Report.get(java.lang.String invocationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the report of an Online Diagnostic System runbook invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportStub.get(java.lang.String invocationId,
com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback) |
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 |
ReportStub.get(java.lang.String invocationId,
com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationReport> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|
Modifier and Type | Method and 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() |