apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
AuthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
AuthStub(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 |
|---|---|
NodeAuthServiceProperties |
get()
Read auth service properties.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback)
Read auth service properties.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read auth service properties.
|
NodeAuthServiceProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read auth service properties.
|
void |
restart()
Restart the auth service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Restart the auth service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart the auth service
|
void |
restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart the auth service
|
NodeServiceStatusProperties |
start()
Start the auth service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Start the auth service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the auth service
|
NodeServiceStatusProperties |
start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the auth service
|
void |
stop()
Stop the auth service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Stop the auth service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Stop the auth service
|
void |
stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Stop the auth service
|
NodeAuthServiceProperties |
update(NodeAuthServiceProperties nodeAuthServiceProperties)
Update auth service properties.
|
void |
update(NodeAuthServiceProperties nodeAuthServiceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback)
Update auth service properties.
|
void |
update(NodeAuthServiceProperties nodeAuthServiceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update auth service properties.
|
NodeAuthServiceProperties |
update(NodeAuthServiceProperties nodeAuthServiceProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update auth service properties.
|
public AuthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AuthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeAuthServiceProperties get()
AuthSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeAuthServiceProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeAuthServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthAsynchronous 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.NodeAuthServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void restart()
AuthSynchronous method overload. Result of the invocation will be reported as a method return value.
public void restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public NodeServiceStatusProperties start()
AuthSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeServiceStatusProperties start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeServiceStatusProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthAsynchronous 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.NodeServiceStatusProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void stop()
AuthSynchronous method overload. Result of the invocation will be reported as a method return value.
public void stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public NodeAuthServiceProperties update(NodeAuthServiceProperties nodeAuthServiceProperties)
AuthSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeAuthServiceProperties update(NodeAuthServiceProperties nodeAuthServiceProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(NodeAuthServiceProperties nodeAuthServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback)
AuthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeAuthServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(NodeAuthServiceProperties nodeAuthServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeAuthServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthAsynchronous 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.NodeAuthServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found