public class MpaConfigStub extends com.vmware.vapi.internal.bindings.Stub implements MpaConfig
MpaConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
MpaConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
MpaConfigStub(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 |
delete()
Delete the MPA configuration for this node.
|
void |
delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete the MPA configuration for this node.
|
void |
delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the MPA configuration for this node.
|
void |
delete(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the MPA configuration for this node.
|
MPAConfigProperties |
get()
Retrieve the MPA configuration for this node to identify the Manager nodes with
which this node is communicating.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback)
Retrieve the MPA configuration for this node to identify the Manager nodes with
which this node is communicating.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve the MPA configuration for this node to identify the Manager nodes with
which this node is communicating.
|
MPAConfigProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve the MPA configuration for this node to identify the Manager nodes with
which this node is communicating.
|
MPAConfigProperties |
update(MPAConfigProperties mPAConfigProperties)
Update the MPA configuration for this node.
|
void |
update(MPAConfigProperties mPAConfigProperties,
com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback)
Update the MPA configuration for this node.
|
void |
update(MPAConfigProperties mPAConfigProperties,
com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the MPA configuration for this node.
|
MPAConfigProperties |
update(MPAConfigProperties mPAConfigProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the MPA configuration for this node.
|
public MpaConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MpaConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete()
MpaConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigSynchronous 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 delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
MpaConfigAsynchronous 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 delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigAsynchronous 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 MPAConfigProperties get()
MpaConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
public MPAConfigProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigSynchronous 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<MPAConfigProperties> asyncCallback)
MpaConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MPAConfigProperties
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<MPAConfigProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigAsynchronous 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.MPAConfigProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public MPAConfigProperties update(MPAConfigProperties mPAConfigProperties)
MpaConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
public MPAConfigProperties update(MPAConfigProperties mPAConfigProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigSynchronous 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(MPAConfigProperties mPAConfigProperties, com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback)
MpaConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MPAConfigProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(MPAConfigProperties mPAConfigProperties, com.vmware.vapi.bindings.client.AsyncCallback<MPAConfigProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MpaConfigAsynchronous 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.MPAConfigProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found