public class PeerEndpointsStub extends com.vmware.vapi.internal.bindings.Stub implements PeerEndpoints
PeerEndpoints
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PeerEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PeerEndpointsStub(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 |
|---|---|
IPSecVPNPeerEndpoint |
create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint)
Create custom IPSec peer endpoint.
|
void |
create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
Create custom IPSec peer endpoint.
|
void |
create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom IPSec peer endpoint.
|
IPSecVPNPeerEndpoint |
create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom IPSec peer endpoint.
|
void |
delete(java.lang.String ipsecVpnPeerEndpointId,
java.lang.Boolean force)
Delete custom IPSec VPN peer endpoint.
|
void |
delete(java.lang.String ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete custom IPSec VPN peer endpoint.
|
void |
delete(java.lang.String ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IPSec VPN peer endpoint.
|
void |
delete(java.lang.String ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IPSec VPN peer endpoint.
|
IPSecVPNPeerEndpoint |
get(java.lang.String ipsecVpnPeerEndpointId)
Get custom IPSec VPN peer endpoint.
|
void |
get(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
Get custom IPSec VPN peer endpoint.
|
void |
get(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec VPN peer endpoint.
|
IPSecVPNPeerEndpoint |
get(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec VPN peer endpoint.
|
IPSecVPNPeerEndpointListResult |
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 peer endpoint.
|
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<IPSecVPNPeerEndpointListResult> asyncCallback)
Get paginated list of all peer endpoint.
|
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<IPSecVPNPeerEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get paginated list of all peer endpoint.
|
IPSecVPNPeerEndpointListResult |
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 peer endpoint.
|
IPSecVPNPeerEndpoint |
showsensitivedata(java.lang.String ipsecVpnPeerEndpointId)
Get custom IPSec VPN peer endpoint with PSK.
|
void |
showsensitivedata(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
Get custom IPSec VPN peer endpoint with PSK.
|
void |
showsensitivedata(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec VPN peer endpoint with PSK.
|
IPSecVPNPeerEndpoint |
showsensitivedata(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IPSec VPN peer endpoint with PSK.
|
IPSecVPNPeerEndpoint |
update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint)
Edit custom IPSec peer endpoint.
|
void |
update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
Edit custom IPSec peer endpoint.
|
void |
update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IPSec peer endpoint.
|
IPSecVPNPeerEndpoint |
update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IPSec peer endpoint.
|
public PeerEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PeerEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IPSecVPNPeerEndpoint create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface PeerEndpointsipSecVPNPeerEndpoint - (required)public IPSecVPNPeerEndpoint create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsSynchronous 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 PeerEndpointsipSecVPNPeerEndpoint - (required)invocationConfig - Configuration for the method invocation.public void create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
PeerEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PeerEndpointsipSecVPNPeerEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PeerEndpointsipSecVPNPeerEndpoint - (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 ipsecVpnPeerEndpointId,
java.lang.Boolean force)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface PeerEndpointsipsecVpnPeerEndpointId - (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)public void delete(java.lang.String ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsSynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (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 ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PeerEndpointsAsynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (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 ipsecVpnPeerEndpointId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (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 IPSecVPNPeerEndpoint get(java.lang.String ipsecVpnPeerEndpointId)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface PeerEndpointsipsecVpnPeerEndpointId - (required)public IPSecVPNPeerEndpoint get(java.lang.String ipsecVpnPeerEndpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsSynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
PeerEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PeerEndpointsipsecVpnPeerEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PeerEndpointsipsecVpnPeerEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IPSecVPNPeerEndpointListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface PeerEndpointscursor - 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 IPSecVPNPeerEndpointListResult 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)
PeerEndpointsSynchronous 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 PeerEndpointscursor - 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<IPSecVPNPeerEndpointListResult> asyncCallback)
PeerEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNPeerEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface PeerEndpointscursor - 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<IPSecVPNPeerEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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.IPSecVPNPeerEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface PeerEndpointscursor - 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 IPSecVPNPeerEndpoint showsensitivedata(java.lang.String ipsecVpnPeerEndpointId)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
showsensitivedata in interface PeerEndpointsipsecVpnPeerEndpointId - (required)public IPSecVPNPeerEndpoint showsensitivedata(java.lang.String ipsecVpnPeerEndpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsSynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (required)invocationConfig - Configuration for the method invocation.public void showsensitivedata(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
PeerEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
showsensitivedata in interface PeerEndpointsipsecVpnPeerEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void showsensitivedata(java.lang.String ipsecVpnPeerEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
showsensitivedata in interface PeerEndpointsipsecVpnPeerEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IPSecVPNPeerEndpoint update(java.lang.String ipsecVpnPeerEndpointId, IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint)
PeerEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface PeerEndpointsipsecVpnPeerEndpointId - (required)ipSecVPNPeerEndpoint - (required)public IPSecVPNPeerEndpoint update(java.lang.String ipsecVpnPeerEndpointId, IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsSynchronous 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 PeerEndpointsipsecVpnPeerEndpointId - (required)ipSecVPNPeerEndpoint - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback)
PeerEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PeerEndpointsipsecVpnPeerEndpointId - (required)ipSecVPNPeerEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String ipsecVpnPeerEndpointId,
IPSecVPNPeerEndpoint ipSecVPNPeerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNPeerEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerEndpointsAsynchronous 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.IPSecVPNPeerEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PeerEndpointsipsecVpnPeerEndpointId - (required)ipSecVPNPeerEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.