apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NodeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NodeStub(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 |
|---|---|
NodeProperties |
get()
Returns information about the NSX appliance.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback)
Returns information about the NSX appliance.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX appliance.
|
NodeProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX appliance.
|
void |
restart()
Restarts or shuts down the NSX appliance.
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Restarts or shuts down the NSX appliance.
|
void |
restart(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restarts or shuts down the NSX appliance.
|
void |
restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restarts or shuts down the NSX appliance.
|
void |
setcoredumpconfig(CoreDumpConfig coreDumpConfig)
Update node configuration for core dump generation and rotation policy
|
void |
setcoredumpconfig(CoreDumpConfig coreDumpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Update node configuration for core dump generation and rotation policy
|
void |
setcoredumpconfig(CoreDumpConfig coreDumpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update node configuration for core dump generation and rotation policy
|
void |
setcoredumpconfig(CoreDumpConfig coreDumpConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update node configuration for core dump generation and rotation policy
|
void |
setsystemtime(NodeTime nodeTime)
Set the node system time to the given time in UTC in the RFC3339 format
'yyyy-mm-ddThh:mm:ssZ'.
|
void |
setsystemtime(NodeTime nodeTime,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set the node system time to the given time in UTC in the RFC3339 format
'yyyy-mm-ddThh:mm:ssZ'.
|
void |
setsystemtime(NodeTime nodeTime,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the node system time to the given time in UTC in the RFC3339 format
'yyyy-mm-ddThh:mm:ssZ'.
|
void |
setsystemtime(NodeTime nodeTime,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the node system time to the given time in UTC in the RFC3339 format
'yyyy-mm-ddThh:mm:ssZ'.
|
void |
shutdown()
Restarts or shuts down the NSX appliance.
|
void |
shutdown(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Restarts or shuts down the NSX appliance.
|
void |
shutdown(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restarts or shuts down the NSX appliance.
|
void |
shutdown(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restarts or shuts down the NSX appliance.
|
NodeProperties |
update(NodeProperties nodeProperties)
Modifies NSX appliance properties.
|
void |
update(NodeProperties nodeProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback)
Modifies NSX appliance properties.
|
void |
update(NodeProperties nodeProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies NSX appliance properties.
|
NodeProperties |
update(NodeProperties nodeProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies NSX appliance properties.
|
public NodeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeProperties get()
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous 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<NodeProperties> asyncCallback)
NodeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeProperties
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<NodeProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeAsynchronous 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.NodeProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void restart()
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
public void restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous 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)
NodeAsynchronous 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)
NodeAsynchronous 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 void setcoredumpconfig(CoreDumpConfig coreDumpConfig)
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
setcoredumpconfig in interface NodecoreDumpConfig - (required)public void setcoredumpconfig(CoreDumpConfig coreDumpConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
setcoredumpconfig in interface NodecoreDumpConfig - (required)invocationConfig - Configuration for the method invocation.public void setcoredumpconfig(CoreDumpConfig coreDumpConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NodeAsynchronous 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
setcoredumpconfig in interface NodecoreDumpConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void setcoredumpconfig(CoreDumpConfig coreDumpConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeAsynchronous 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
setcoredumpconfig in interface NodecoreDumpConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void setsystemtime(NodeTime nodeTime)
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
setsystemtime in interface NodenodeTime - (required)public void setsystemtime(NodeTime nodeTime, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
setsystemtime in interface NodenodeTime - (required)invocationConfig - Configuration for the method invocation.public void setsystemtime(NodeTime nodeTime, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NodeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
setsystemtime in interface NodenodeTime - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void setsystemtime(NodeTime nodeTime, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
setsystemtime in interface NodenodeTime - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void shutdown()
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
public void shutdown(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous 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 shutdown(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NodeAsynchronous 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 shutdown(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeAsynchronous 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 NodeProperties update(NodeProperties nodeProperties)
NodeSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeProperties update(NodeProperties nodeProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeSynchronous 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(NodeProperties nodeProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback)
NodeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(NodeProperties nodeProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NodeAsynchronous 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.NodeProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found