public class BfdConfigStub extends com.vmware.vapi.internal.bindings.Stub implements BfdConfig
BfdConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
BfdConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
BfdConfigStub(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 |
|---|---|
BfdConfig |
get(java.lang.String logicalRouterId)
Returns the BFD configuration for all routing BFD peers.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback)
Returns the BFD configuration for all routing BFD peers.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the BFD configuration for all routing BFD peers.
|
BfdConfig |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the BFD configuration for all routing BFD peers.
|
BfdConfig |
update(java.lang.String logicalRouterId,
BfdConfig bfdConfig)
Modifies the BFD configuration for routing BFD peers.
|
void |
update(java.lang.String logicalRouterId,
BfdConfig bfdConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback)
Modifies the BFD configuration for routing BFD peers.
|
void |
update(java.lang.String logicalRouterId,
BfdConfig bfdConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the BFD configuration for routing BFD peers.
|
BfdConfig |
update(java.lang.String logicalRouterId,
BfdConfig bfdConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the BFD configuration for routing BFD peers.
|
public BfdConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BfdConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BfdConfig get(java.lang.String logicalRouterId)
BfdConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
public BfdConfig get(java.lang.String logicalRouterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BfdConfigSynchronous 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(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback)
BfdConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BfdConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BfdConfigAsynchronous 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.BfdConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public BfdConfig update(java.lang.String logicalRouterId, BfdConfig bfdConfig)
BfdConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
public BfdConfig update(java.lang.String logicalRouterId, BfdConfig bfdConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BfdConfigSynchronous 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(java.lang.String logicalRouterId,
BfdConfig bfdConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback)
BfdConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BfdConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String logicalRouterId,
BfdConfig bfdConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BfdConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BfdConfigAsynchronous 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.BfdConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found