public class CommuntyListsStub extends com.vmware.vapi.internal.bindings.Stub implements CommuntyLists
CommuntyLists
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
CommuntyListsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
CommuntyListsStub(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 |
|---|---|
BGPCommunityList |
update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList)
Update a specific BGP community list from a Logical Router
|
void |
update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList,
com.vmware.vapi.bindings.client.AsyncCallback<BGPCommunityList> asyncCallback)
Update a specific BGP community list from a Logical Router
|
void |
update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList,
com.vmware.vapi.bindings.client.AsyncCallback<BGPCommunityList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a specific BGP community list from a Logical Router
|
BGPCommunityList |
update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a specific BGP community list from a Logical Router
|
public CommuntyListsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CommuntyListsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BGPCommunityList update(java.lang.String logicalRouterId, java.lang.String communityListId, BGPCommunityList bGPCommunityList)
CommuntyListsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface CommuntyListslogicalRouterId - (required)communityListId - (required)bGPCommunityList - (required)public BGPCommunityList update(java.lang.String logicalRouterId, java.lang.String communityListId, BGPCommunityList bGPCommunityList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CommuntyListsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface CommuntyListslogicalRouterId - (required)communityListId - (required)bGPCommunityList - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList,
com.vmware.vapi.bindings.client.AsyncCallback<BGPCommunityList> asyncCallback)
CommuntyListsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BGPCommunityList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface CommuntyListslogicalRouterId - (required)communityListId - (required)bGPCommunityList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String logicalRouterId,
java.lang.String communityListId,
BGPCommunityList bGPCommunityList,
com.vmware.vapi.bindings.client.AsyncCallback<BGPCommunityList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CommuntyListsAsynchronous 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.BGPCommunityList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface CommuntyListslogicalRouterId - (required)communityListId - (required)bGPCommunityList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.