apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
HttpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
HttpStub(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 |
|---|---|
void |
applycertificate(java.lang.String certificateId)
Synchronous method overload.
|
void |
applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload.
|
void |
applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
NodeHttpServiceProperties |
get()
Read http service properties.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback)
Read http service properties.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read http service properties.
|
NodeHttpServiceProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read http service properties.
|
void |
restart()
Restart the http service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Restart the http service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart the http service
|
void |
restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart the http service
|
NodeServiceStatusProperties |
start()
Start the http service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Start the http service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the http service
|
NodeServiceStatusProperties |
start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the http service
|
void |
stop()
Stop the http service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Stop the http service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Stop the http service
|
void |
stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Stop the http service
|
NodeHttpServiceProperties |
update(NodeHttpServiceProperties nodeHttpServiceProperties)
Update http service properties.
|
void |
update(NodeHttpServiceProperties nodeHttpServiceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback)
Update http service properties.
|
void |
update(NodeHttpServiceProperties nodeHttpServiceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update http service properties.
|
NodeHttpServiceProperties |
update(NodeHttpServiceProperties nodeHttpServiceProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update http service properties.
|
public HttpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public HttpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void applycertificate(java.lang.String certificateId)
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
applycertificate in interface HttpcertificateId - Certificate ID (required)public void applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
applycertificate in interface HttpcertificateId - Certificate ID (required)invocationConfig - Configuration for the method invocation.public void applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
HttpAsynchronous 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
applycertificate in interface HttpcertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void applycertificate(java.lang.String certificateId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpAsynchronous 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
applycertificate in interface HttpcertificateId - Certificate ID (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NodeHttpServiceProperties get()
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeHttpServiceProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous 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<NodeHttpServiceProperties> asyncCallback)
HttpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeHttpServiceProperties
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<NodeHttpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpAsynchronous 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.NodeHttpServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void restart()
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
public void restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous 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)
HttpAsynchronous 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)
HttpAsynchronous 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()
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeServiceStatusProperties start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous 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)
HttpAsynchronous 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)
HttpAsynchronous 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()
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
public void stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous 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)
HttpAsynchronous 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)
HttpAsynchronous 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 NodeHttpServiceProperties update(NodeHttpServiceProperties nodeHttpServiceProperties)
HttpSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeHttpServiceProperties update(NodeHttpServiceProperties nodeHttpServiceProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpSynchronous 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(NodeHttpServiceProperties nodeHttpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback)
HttpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeHttpServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(NodeHttpServiceProperties nodeHttpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeHttpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HttpAsynchronous 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.NodeHttpServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found