public class DynamicContentFiltersStub extends com.vmware.vapi.internal.bindings.Stub implements DynamicContentFilters
DynamicContentFilters
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, GET_SCOPE_NAPP| Constructor and Description |
|---|
DynamicContentFiltersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DynamicContentFiltersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
DynamicContentFilters |
get(java.lang.String scope)
Get list of supported content filters that decide the contents of the support
bundle.
|
void |
get(java.lang.String scope,
com.vmware.vapi.bindings.client.AsyncCallback<DynamicContentFilters> asyncCallback)
Get list of supported content filters that decide the contents of the support
bundle.
|
void |
get(java.lang.String scope,
com.vmware.vapi.bindings.client.AsyncCallback<DynamicContentFilters> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of supported content filters that decide the contents of the support
bundle.
|
DynamicContentFilters |
get(java.lang.String scope,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of supported content filters that decide the contents of the support
bundle.
|
public DynamicContentFiltersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DynamicContentFiltersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DynamicContentFilters get(java.lang.String scope)
DynamicContentFiltersSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface DynamicContentFiltersscope - Restrict scope of dynamic content filters to report (optional)public DynamicContentFilters get(java.lang.String scope, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DynamicContentFiltersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface DynamicContentFiltersscope - Restrict scope of dynamic content filters to report (optional)invocationConfig - Configuration for the method invocation.public void get(java.lang.String scope,
com.vmware.vapi.bindings.client.AsyncCallback<DynamicContentFilters> asyncCallback)
DynamicContentFiltersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DynamicContentFilters
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed, Request Entity Too Large
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DynamicContentFiltersscope - Restrict scope of dynamic content filters to report (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String scope,
com.vmware.vapi.bindings.client.AsyncCallback<DynamicContentFilters> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DynamicContentFiltersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.DynamicContentFilters
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed, Request Entity Too Large
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DynamicContentFiltersscope - Restrict scope of dynamic content filters to report (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.