Class HelpStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.sha.pre_defined_runbooks.HelpStub
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.sha.pre_defined_runbooks.HelpTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description HelpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)HelpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OdsRunbookHelpInfoget(java.lang.String runbookId)Read help information of an Online Diagnostic System Predefined runbook.voidget(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookHelpInfo> asyncCallback)Read help information of an Online Diagnostic System Predefined runbook.voidget(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookHelpInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read help information of an Online Diagnostic System Predefined runbook.OdsRunbookHelpInfoget(java.lang.String runbookId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read help information of an Online Diagnostic System Predefined runbook.
-
-
-
Constructor Detail
-
HelpStub
public HelpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
HelpStub
public HelpStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public OdsRunbookHelpInfo get(java.lang.String runbookId)
Description copied from interface:HelpRead help information of an Online Diagnostic System Predefined runbook.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
get
public OdsRunbookHelpInfo get(java.lang.String runbookId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:HelpRead help information of an Online Diagnostic System Predefined runbook.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.
-
get
public void get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookHelpInfo> asyncCallback)Description copied from interface:HelpRead help information of an Online Diagnostic System Predefined runbook.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.OdsRunbookHelpInfoOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
get
public void get(java.lang.String runbookId, com.vmware.vapi.bindings.client.AsyncCallback<OdsRunbookHelpInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:HelpRead help information of an Online Diagnostic System Predefined runbook.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.OdsRunbookHelpInfoOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
-
-