public class RemoveWs1bOidcEndpointStub extends com.vmware.vapi.internal.bindings.Stub implements RemoveWs1bOidcEndpoint
RemoveWs1bOidcEndpoint
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RemoveWs1bOidcEndpointStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RemoveWs1bOidcEndpointStub(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 |
|---|---|
Ws1bOidcEndpointRemovalResponse |
create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest)
Removes the OAuth app on VC/W1B and deletes the associated OIDC endpoint from
NSX.
|
void |
create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest,
com.vmware.vapi.bindings.client.AsyncCallback<Ws1bOidcEndpointRemovalResponse> asyncCallback)
Removes the OAuth app on VC/W1B and deletes the associated OIDC endpoint from
NSX.
|
void |
create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest,
com.vmware.vapi.bindings.client.AsyncCallback<Ws1bOidcEndpointRemovalResponse> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes the OAuth app on VC/W1B and deletes the associated OIDC endpoint from
NSX.
|
Ws1bOidcEndpointRemovalResponse |
create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes the OAuth app on VC/W1B and deletes the associated OIDC endpoint from
NSX.
|
public RemoveWs1bOidcEndpointStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RemoveWs1bOidcEndpointStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public Ws1bOidcEndpointRemovalResponse create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest)
RemoveWs1bOidcEndpointSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface RemoveWs1bOidcEndpointws1bOidcEndpointRemovalRequest - (required)public Ws1bOidcEndpointRemovalResponse create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RemoveWs1bOidcEndpointSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface RemoveWs1bOidcEndpointws1bOidcEndpointRemovalRequest - (required)invocationConfig - Configuration for the method invocation.public void create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest, com.vmware.vapi.bindings.client.AsyncCallback<Ws1bOidcEndpointRemovalResponse> asyncCallback)
RemoveWs1bOidcEndpointAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.Ws1bOidcEndpointRemovalResponse
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface RemoveWs1bOidcEndpointws1bOidcEndpointRemovalRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(Ws1bOidcEndpointRemovalRequest ws1bOidcEndpointRemovalRequest, com.vmware.vapi.bindings.client.AsyncCallback<Ws1bOidcEndpointRemovalResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RemoveWs1bOidcEndpointAsynchronous 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.Ws1bOidcEndpointRemovalResponse
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface RemoveWs1bOidcEndpointws1bOidcEndpointRemovalRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.