Uses of Class
com.vmware.nsx_policy.model.OdsPredefinedRunbook
-
Packages that use OdsPredefinedRunbook Package Description com.vmware.nsx_policy.infra.sha com.vmware.nsx_policy.model -
-
Uses of OdsPredefinedRunbook in com.vmware.nsx_policy.infra.sha
Methods in com.vmware.nsx_policy.infra.sha that return OdsPredefinedRunbook Modifier and Type Method Description OdsPredefinedRunbookPreDefinedRunbooks. get(java.lang.String runbookId)Read Online Diagnostic System Predefined Runbook.OdsPredefinedRunbookPreDefinedRunbooks. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Online Diagnostic System Predefined Runbook.OdsPredefinedRunbookPreDefinedRunbooksStub. get(java.lang.String runbookId)OdsPredefinedRunbookPreDefinedRunbooksStub. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sha with type arguments of type OdsPredefinedRunbook Modifier and Type Method Description voidPreDefinedRunbooks. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsPredefinedRunbook> asyncCallback)Read Online Diagnostic System Predefined Runbook.voidPreDefinedRunbooks. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsPredefinedRunbook> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Online Diagnostic System Predefined Runbook.voidPreDefinedRunbooksStub. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsPredefinedRunbook> asyncCallback)voidPreDefinedRunbooksStub. get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsPredefinedRunbook> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of OdsPredefinedRunbook in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return OdsPredefinedRunbook Modifier and Type Method Description static OdsPredefinedRunbookOdsPredefinedRunbook. _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 OdsPredefinedRunbookOdsPredefinedRunbook. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OdsPredefinedRunbookOdsPredefinedRunbook.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type OdsPredefinedRunbook Modifier and Type Method Description java.util.List<OdsPredefinedRunbook>OdsPredefinedRunbookListResult. getResults()Online Diagnostic System Predefined Runbook list results.Method parameters in com.vmware.nsx_policy.model with type arguments of type OdsPredefinedRunbook Modifier and Type Method Description OdsPredefinedRunbookListResult.BuilderOdsPredefinedRunbookListResult.Builder. setResults(java.util.List<OdsPredefinedRunbook> results)Online Diagnostic System Predefined Runbook list results.voidOdsPredefinedRunbookListResult. setResults(java.util.List<OdsPredefinedRunbook> results)Online Diagnostic System Predefined Runbook list results.
-