public class NeighborsStub extends com.vmware.vapi.internal.bindings.Stub implements Neighbors
Neighbors
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, UNSETPASSWORD_ACTION_PASSWORD| Constructor and Description |
|---|
NeighborsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NeighborsStub(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 |
|---|---|
BgpNeighbor |
create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor)
Add a new BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
Add a new BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a new BGP Neighbor on a Logical Router
Please use below Policy APIs. |
BgpNeighbor |
create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a new BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
delete(java.lang.String logicalRouterId,
java.lang.String id)
Delete a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
delete(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
delete(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
delete(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
BgpNeighbor |
get(java.lang.String logicalRouterId,
java.lang.String id)
Read a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
get(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
Read a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
get(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
BgpNeighbor |
get(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
BgpNeighborListResult |
list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Paginated list of BGP Neighbors on a Logical Router
Please use below Policy APIs. |
void |
list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborListResult> asyncCallback)
Paginated list of BGP Neighbors on a Logical Router
Please use below Policy APIs. |
void |
list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of BGP Neighbors on a Logical Router
Please use below Policy APIs. |
BgpNeighborListResult |
list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of BGP Neighbors on a Logical Router
Please use below Policy APIs. |
BgpNeighbor |
showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id)
Read a specific BGP Neighbor details with password on a Logical Router
Please use below Policy API. |
void |
showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
Read a specific BGP Neighbor details with password on a Logical Router
Please use below Policy API. |
void |
showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a specific BGP Neighbor details with password on a Logical Router
Please use below Policy API. |
BgpNeighbor |
showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a specific BGP Neighbor details with password on a Logical Router
Please use below Policy API. |
BgpNeighbor |
unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action)
Unset/Delete the password property on the specific BGP Neighbor.
|
void |
unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
Unset/Delete the password property on the specific BGP Neighbor.
|
void |
unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unset/Delete the password property on the specific BGP Neighbor.
|
BgpNeighbor |
unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unset/Delete the password property on the specific BGP Neighbor.
|
BgpNeighbor |
update(java.lang.String logicalRouterId,
java.lang.String id,
BgpNeighbor bgpNeighbor)
Update a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
update(java.lang.String logicalRouterId,
java.lang.String id,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
Update a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
void |
update(java.lang.String logicalRouterId,
java.lang.String id,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
BgpNeighbor |
update(java.lang.String logicalRouterId,
java.lang.String id,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a specific BGP Neighbor on a Logical Router
Please use below Policy APIs. |
public NeighborsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NeighborsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BgpNeighbor create(java.lang.String logicalRouterId, BgpNeighbor bgpNeighbor)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
public BgpNeighbor create(java.lang.String logicalRouterId, BgpNeighbor bgpNeighbor, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous 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 create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(java.lang.String logicalRouterId,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String logicalRouterId,
java.lang.String id)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous 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(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NeighborsAsynchronous 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(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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 BgpNeighbor get(java.lang.String logicalRouterId, java.lang.String id)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
public BgpNeighbor get(java.lang.String logicalRouterId, java.lang.String id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous 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,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighbor
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,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public BgpNeighborListResult list(java.lang.String logicalRouterId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface NeighborslogicalRouterId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public BgpNeighborListResult list(java.lang.String logicalRouterId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface NeighborslogicalRouterId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborListResult> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighborListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface NeighborslogicalRouterId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String logicalRouterId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighborListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface NeighborslogicalRouterId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BgpNeighbor showsensitivedata(java.lang.String logicalRouterId, java.lang.String id)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
showsensitivedata in interface NeighborslogicalRouterId - (required)id - (required)public BgpNeighbor showsensitivedata(java.lang.String logicalRouterId, java.lang.String id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
showsensitivedata in interface NeighborslogicalRouterId - (required)id - (required)invocationConfig - Configuration for the method invocation.public void showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
showsensitivedata in interface NeighborslogicalRouterId - (required)id - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void showsensitivedata(java.lang.String logicalRouterId,
java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
showsensitivedata in interface NeighborslogicalRouterId - (required)id - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BgpNeighbor unsetpassword(java.lang.String logicalRouterId, java.lang.String id, java.lang.String action)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
unsetpassword in interface NeighborslogicalRouterId - (required)id - (required)action - (optional)public BgpNeighbor unsetpassword(java.lang.String logicalRouterId, java.lang.String id, java.lang.String action, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
unsetpassword in interface NeighborslogicalRouterId - (required)id - (required)action - (optional)invocationConfig - Configuration for the method invocation.public void unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
unsetpassword in interface NeighborslogicalRouterId - (required)id - (required)action - (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void unsetpassword(java.lang.String logicalRouterId,
java.lang.String id,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
unsetpassword in interface NeighborslogicalRouterId - (required)id - (required)action - (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BgpNeighbor update(java.lang.String logicalRouterId, java.lang.String id, BgpNeighbor bgpNeighbor)
NeighborsSynchronous method overload. Result of the invocation will be reported as a method return value.
public BgpNeighbor update(java.lang.String logicalRouterId, java.lang.String id, BgpNeighbor bgpNeighbor, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsSynchronous 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,
java.lang.String id,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback)
NeighborsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighbor
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,
java.lang.String id,
BgpNeighbor bgpNeighbor,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighbor> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NeighborsAsynchronous 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.BgpNeighbor
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found