public class ServicesStub extends com.vmware.vapi.internal.bindings.Stub implements Services
Services
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ServicesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ServicesStub(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 |
|---|---|
L2VpnService |
create(L2VpnService l2VpnService)
Create L2VPN service for a given logical router
Please use below Policy APIs. |
void |
create(L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
Create L2VPN service for a given logical router
Please use below Policy APIs. |
void |
create(L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create L2VPN service for a given logical router
Please use below Policy APIs. |
L2VpnService |
create(L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create L2VPN service for a given logical router
Please use below Policy APIs. |
void |
delete(java.lang.String l2vpnServiceId,
java.lang.Boolean force)
Delete a specific L2VPN service.
|
void |
delete(java.lang.String l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a specific L2VPN service.
|
void |
delete(java.lang.String l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specific L2VPN service.
|
void |
delete(java.lang.String l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a specific L2VPN service.
|
L2VpnService |
get(java.lang.String l2vpnServiceId)
Get a specific L2VPN service
Please use below Policy APIs. |
void |
get(java.lang.String l2vpnServiceId,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
Get a specific L2VPN service
Please use below Policy APIs. |
void |
get(java.lang.String l2vpnServiceId,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a specific L2VPN service
Please use below Policy APIs. |
L2VpnService |
get(java.lang.String l2vpnServiceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a specific L2VPN service
Please use below Policy APIs. |
L2VpnServiceListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Get paginated list of all L2VPN services
Please use below Policy APIs. |
void |
list(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<L2VpnServiceListResult> asyncCallback)
Get paginated list of all L2VPN services
Please use below Policy APIs. |
void |
list(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<L2VpnServiceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get paginated list of all L2VPN services
Please use below Policy APIs. |
L2VpnServiceListResult |
list(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)
Get paginated list of all L2VPN services
Please use below Policy APIs. |
L2VpnService |
update(java.lang.String l2vpnServiceId,
L2VpnService l2VpnService)
Edit a specific L2VPN service
Please use below Policy APIs. |
void |
update(java.lang.String l2vpnServiceId,
L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
Edit a specific L2VPN service
Please use below Policy APIs. |
void |
update(java.lang.String l2vpnServiceId,
L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit a specific L2VPN service
Please use below Policy APIs. |
L2VpnService |
update(java.lang.String l2vpnServiceId,
L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit a specific L2VPN service
Please use below Policy APIs. |
public ServicesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServicesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public L2VpnService create(L2VpnService l2VpnService)
ServicesSynchronous method overload. Result of the invocation will be reported as a method return value.
public L2VpnService create(L2VpnService l2VpnService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesSynchronous 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(L2VpnService l2VpnService, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
ServicesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.L2VpnService
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(L2VpnService l2VpnService, com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesAsynchronous 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.L2VpnService
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 l2vpnServiceId,
java.lang.Boolean force)
ServicesSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesSynchronous 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 l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ServicesAsynchronous 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 l2vpnServiceId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesAsynchronous 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
delete in interface Servicesl2vpnServiceId - (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public L2VpnService get(java.lang.String l2vpnServiceId)
ServicesSynchronous method overload. Result of the invocation will be reported as a method return value.
public L2VpnService get(java.lang.String l2vpnServiceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesSynchronous 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 l2vpnServiceId,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
ServicesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.L2VpnService
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 l2vpnServiceId,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesAsynchronous 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.L2VpnService
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public L2VpnServiceListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
ServicesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Servicescursor - 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 L2VpnServiceListResult list(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)
ServicesSynchronous 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 Servicescursor - 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 cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnServiceListResult> asyncCallback)
ServicesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.L2VpnServiceListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Servicescursor - 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 cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnServiceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesAsynchronous 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.L2VpnServiceListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Servicescursor - 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 L2VpnService update(java.lang.String l2vpnServiceId, L2VpnService l2VpnService)
ServicesSynchronous method overload. Result of the invocation will be reported as a method return value.
public L2VpnService update(java.lang.String l2vpnServiceId, L2VpnService l2VpnService, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesSynchronous 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 l2vpnServiceId,
L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback)
ServicesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.L2VpnService
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 l2vpnServiceId,
L2VpnService l2VpnService,
com.vmware.vapi.bindings.client.AsyncCallback<L2VpnService> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServicesAsynchronous 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.L2VpnService
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found