public class ApplianceproxyStub extends com.vmware.vapi.internal.bindings.Stub implements Applianceproxy
Applianceproxy
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ApplianceproxyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ApplianceproxyStub(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 |
|---|---|
NodeServiceProperties |
get()
Read the Appliance Proxy service properties
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceProperties> asyncCallback)
Read the Appliance Proxy service properties
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the Appliance Proxy service properties
|
NodeServiceProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the Appliance Proxy service properties
|
NodeServiceStatusProperties |
restart()
Restart, start or stop the Appliance Proxy Service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the Appliance Proxy Service
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
NodeServiceStatusProperties |
restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
NodeServiceStatusProperties |
start()
Restart, start or stop the Appliance Proxy Service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the Appliance Proxy Service
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
NodeServiceStatusProperties |
start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
NodeServiceStatusProperties |
stop()
Restart, start or stop the Appliance Proxy Service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the Appliance Proxy Service
|
void |
stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
NodeServiceStatusProperties |
stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the Appliance Proxy Service
|
public ApplianceproxyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ApplianceproxyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeServiceProperties get()
ApplianceproxySynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Applianceproxypublic NodeServiceProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxySynchronous 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 ApplianceproxyinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceProperties> asyncCallback)
ApplianceproxyAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxyAsynchronous 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.NodeServiceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NodeServiceStatusProperties restart()
ApplianceproxySynchronous method overload. Result of the invocation will be reported as a method return value.
restart in interface Applianceproxypublic NodeServiceStatusProperties restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
restart in interface ApplianceproxyinvocationConfig - Configuration for the method invocation.public void restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
ApplianceproxyAsynchronous 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
restart in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxyAsynchronous 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
restart in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NodeServiceStatusProperties start()
ApplianceproxySynchronous method overload. Result of the invocation will be reported as a method return value.
start in interface Applianceproxypublic NodeServiceStatusProperties start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
start in interface ApplianceproxyinvocationConfig - Configuration for the method invocation.public void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
ApplianceproxyAsynchronous 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
start in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxyAsynchronous 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
start in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NodeServiceStatusProperties stop()
ApplianceproxySynchronous method overload. Result of the invocation will be reported as a method return value.
stop in interface Applianceproxypublic NodeServiceStatusProperties stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
stop in interface ApplianceproxyinvocationConfig - Configuration for the method invocation.public void stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
ApplianceproxyAsynchronous 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
stop in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApplianceproxyAsynchronous 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
stop in interface ApplianceproxyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.