apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
BgpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
BgpStub(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 |
|---|---|
BgpConfig |
get(java.lang.String logicalRouterId)
Returns information about the BGP configuration on a specified logical router.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback)
Returns information about the BGP configuration on a specified logical router.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the BGP configuration on a specified logical router.
|
BgpConfig |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the BGP configuration on a specified logical router.
|
BgpConfig |
update(java.lang.String logicalRouterId,
BgpConfig bgpConfig)
Modifies the BGP configuration on a specified TIER0 logical router.
|
void |
update(java.lang.String logicalRouterId,
BgpConfig bgpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback)
Modifies the BGP configuration on a specified TIER0 logical router.
|
void |
update(java.lang.String logicalRouterId,
BgpConfig bgpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the BGP configuration on a specified TIER0 logical router.
|
BgpConfig |
update(java.lang.String logicalRouterId,
BgpConfig bgpConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the BGP configuration on a specified TIER0 logical router.
|
public BgpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BgpStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BgpConfig get(java.lang.String logicalRouterId)
BgpSynchronous method overload. Result of the invocation will be reported as a method return value.
public BgpConfig get(java.lang.String logicalRouterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BgpSynchronous 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<BgpConfig> asyncCallback)
BgpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpConfig
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<BgpConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BgpAsynchronous 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.BgpConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public BgpConfig update(java.lang.String logicalRouterId, BgpConfig bgpConfig)
BgpSynchronous method overload. Result of the invocation will be reported as a method return value.
public BgpConfig update(java.lang.String logicalRouterId, BgpConfig bgpConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BgpSynchronous 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,
BgpConfig bgpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback)
BgpAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpConfig
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,
BgpConfig bgpConfig,
com.vmware.vapi.bindings.client.AsyncCallback<BgpConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BgpAsynchronous 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.BgpConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found