Uses of Class
com.vmware.nsx_policy.model.OdsRunbookInvocationArtifactListResult
-
Packages that use OdsRunbookInvocationArtifactListResult Package Description com.vmware.nsx_policy.infra.sha com.vmware.nsx_policy.model -
-
Uses of OdsRunbookInvocationArtifactListResult in com.vmware.nsx_policy.infra.sha
Methods in com.vmware.nsx_policy.infra.sha that return OdsRunbookInvocationArtifactListResult Modifier and Type Method Description OdsRunbookInvocationArtifactListResultRunbookArtifacts. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)Get a paginated list of Online Diagnostic System Runbook invocation artifacts.OdsRunbookInvocationArtifactListResultRunbookArtifacts. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get a paginated list of Online Diagnostic System Runbook invocation artifacts.OdsRunbookInvocationArtifactListResultRunbookArtifactsStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)OdsRunbookInvocationArtifactListResultRunbookArtifactsStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sha with type arguments of type OdsRunbookInvocationArtifactListResult Modifier and Type Method Description voidRunbookArtifacts. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationArtifactListResult> asyncCallback)Get a paginated list of Online Diagnostic System Runbook invocation artifacts.voidRunbookArtifacts. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationArtifactListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get a paginated list of Online Diagnostic System Runbook invocation artifacts.voidRunbookArtifactsStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationArtifactListResult> asyncCallback)voidRunbookArtifactsStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookInvocationArtifactListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of OdsRunbookInvocationArtifactListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return OdsRunbookInvocationArtifactListResult Modifier and Type Method Description static OdsRunbookInvocationArtifactListResultOdsRunbookInvocationArtifactListResult. _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 OdsRunbookInvocationArtifactListResultOdsRunbookInvocationArtifactListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OdsRunbookInvocationArtifactListResultOdsRunbookInvocationArtifactListResult.Builder. build()
-