public class LocalEndpointsStub extends com.vmware.vapi.internal.bindings.Stub implements LocalEndpoints
LocalEndpoints
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
LocalEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
LocalEndpointsStub(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 |
|---|---|
IPSecVPNLocalEndpoint |
create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint)
Create custom IPSec local endpoint.
|
void |
create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
Create custom IPSec local endpoint.
|
void |
create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom IPSec local endpoint.
|
IPSecVPNLocalEndpoint |
create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom IPSec local endpoint.
|
void |
delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force)
Delete custom IPSec local endpoint.
|
void |
delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete custom IPSec local endpoint.
|
void |
delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IPSec local endpoint.
|
void |
delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IPSec local endpoint.
|
IPSecVPNLocalEndpoint |
get(java.lang.String ipsecVpnLocalEndpointId)
Get custom IPSec local endpoint.
|
void |
get(java.lang.String ipsecVpnLocalEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
Get custom IPSec local endpoint.
|
void |
get(java.lang.String ipsecVpnLocalEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec local endpoint.
|
IPSecVPNLocalEndpoint |
get(java.lang.String ipsecVpnLocalEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec local endpoint.
|
IPSecVPNLocalEndpointListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Get paginated list of all local endpoints.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpointListResult> asyncCallback)
Get paginated list of all local endpoints.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get paginated list of all local endpoints.
|
IPSecVPNLocalEndpointListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get paginated list of all local endpoints.
|
IPSecVPNLocalEndpoint |
update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint)
Edit custom IPSec local endpoint.
|
void |
update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
Edit custom IPSec local endpoint.
|
void |
update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IPSec local endpoint.
|
IPSecVPNLocalEndpoint |
update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IPSec local endpoint.
|
public LocalEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public LocalEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IPSecVPNLocalEndpoint create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint)
LocalEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface LocalEndpointsipSecVPNLocalEndpoint - (required)public IPSecVPNLocalEndpoint create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface LocalEndpointsipSecVPNLocalEndpoint - (required)invocationConfig - Configuration for the method invocation.public void create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
LocalEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface LocalEndpointsipSecVPNLocalEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsAsynchronous 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.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface LocalEndpointsipSecVPNLocalEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force)
LocalEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface LocalEndpointsipsecVpnLocalEndpointId - (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)public void delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface LocalEndpointsipsecVpnLocalEndpointId - (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
LocalEndpointsAsynchronous 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
delete in interface LocalEndpointsipsecVpnLocalEndpointId - (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.public void delete(java.lang.String ipsecVpnLocalEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsAsynchronous 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 LocalEndpointsipsecVpnLocalEndpointId - (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 IPSecVPNLocalEndpoint get(java.lang.String ipsecVpnLocalEndpointId)
LocalEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface LocalEndpointsipsecVpnLocalEndpointId - (required)public IPSecVPNLocalEndpoint get(java.lang.String ipsecVpnLocalEndpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface LocalEndpointsipsecVpnLocalEndpointId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String ipsecVpnLocalEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
LocalEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface LocalEndpointsipsecVpnLocalEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String ipsecVpnLocalEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsAsynchronous 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.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface LocalEndpointsipsecVpnLocalEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IPSecVPNLocalEndpointListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String ipsecVpnServiceId, java.lang.String logicalRouterId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
LocalEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface LocalEndpointscursor - 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)ipsecVpnServiceId - Id of the IPSec VPN service (optional)logicalRouterId - Id of logical router (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 IPSecVPNLocalEndpointListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String ipsecVpnServiceId, java.lang.String logicalRouterId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsSynchronous 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 LocalEndpointscursor - 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)ipsecVpnServiceId - Id of the IPSec VPN service (optional)logicalRouterId - Id of logical router (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.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpointListResult> asyncCallback)
LocalEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNLocalEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface LocalEndpointscursor - 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)ipsecVpnServiceId - Id of the IPSec VPN service (optional)logicalRouterId - Id of logical router (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.String ipsecVpnServiceId,
java.lang.String logicalRouterId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsAsynchronous 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.IPSecVPNLocalEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface LocalEndpointscursor - 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)ipsecVpnServiceId - Id of the IPSec VPN service (optional)logicalRouterId - Id of logical router (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 IPSecVPNLocalEndpoint update(java.lang.String ipsecVpnLocalEndpointId, IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint)
LocalEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface LocalEndpointsipsecVpnLocalEndpointId - (required)ipSecVPNLocalEndpoint - (required)public IPSecVPNLocalEndpoint update(java.lang.String ipsecVpnLocalEndpointId, IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsSynchronous 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 LocalEndpointsipsecVpnLocalEndpointId - (required)ipSecVPNLocalEndpoint - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback)
LocalEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface LocalEndpointsipsecVpnLocalEndpointId - (required)ipSecVPNLocalEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String ipsecVpnLocalEndpointId,
IPSecVPNLocalEndpoint ipSecVPNLocalEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNLocalEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LocalEndpointsAsynchronous 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.IPSecVPNLocalEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface LocalEndpointsipsecVpnLocalEndpointId - (required)ipSecVPNLocalEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.