Interface DpdProfiles
-
- All Superinterfaces:
DpdProfilesTypes,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
DpdProfilesStub
public interface DpdProfiles extends com.vmware.vapi.bindings.Service, DpdProfilesTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx.vpn.ipsec.DpdProfilesTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IPSecVPNDPDProfilecreate(IPSecVPNDPDProfile ipSecVPNDPDProfile)Deprecated.voidcreate(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)Deprecated.voidcreate(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfilecreate(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voiddelete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force)Deprecated.voiddelete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Deprecated.voiddelete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voiddelete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfileget(java.lang.String ipsecVpnDpdProfileId)Deprecated.voidget(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)Deprecated.voidget(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfileget(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfileListResultlist(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)Deprecated.voidlist(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<IPSecVPNDPDProfileListResult> asyncCallback)Deprecated.voidlist(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<IPSecVPNDPDProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfileListResultlist(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)Deprecated.IPSecVPNDPDProfileupdate(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile)Deprecated.voidupdate(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)Deprecated.voidupdate(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.IPSecVPNDPDProfileupdate(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.
-
-
-
Method Detail
-
create
@Deprecated IPSecVPNDPDProfile create(IPSecVPNDPDProfile ipSecVPNDPDProfile)
Deprecated.Create dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile.
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/. Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
ipSecVPNDPDProfile- (required)- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
create
@Deprecated IPSecVPNDPDProfile create(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile.
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/. Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
ipSecVPNDPDProfile- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
create
@Deprecated void create(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)
Deprecated.Create dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile.
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/. Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipSecVPNDPDProfile- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
create
@Deprecated void create(IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile.
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/. Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipSecVPNDPDProfile- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
delete
@Deprecated void delete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force)Deprecated.Delete dead peer detection (DPD) profile.
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
ipsecVpnDpdProfileId- (required)force- Force delete the resource even if it is being used somewhere (optional, default to false)- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
delete
@Deprecated void delete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.Delete dead peer detection (DPD) profile.
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
ipsecVpnDpdProfileId- (required)force- Force delete the resource even if it is being used somewhere (optional, default to false)invocationConfig- Configuration for the method invocation.- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
delete
@Deprecated void delete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Deprecated.Delete dead peer detection (DPD) profile.
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous 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
- Parameters:
ipsecVpnDpdProfileId- (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.
-
delete
@Deprecated void delete(java.lang.String ipsecVpnDpdProfileId, java.lang.Boolean force, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.Delete dead peer detection (DPD) profile.
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto 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
- Parameters:
ipsecVpnDpdProfileId- (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.
-
get
@Deprecated IPSecVPNDPDProfile get(java.lang.String ipsecVpnDpdProfileId)
Deprecated.Get IPSec dead peer detection (DPD) profile.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
ipsecVpnDpdProfileId- (required)- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
get
@Deprecated IPSecVPNDPDProfile get(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Get IPSec dead peer detection (DPD) profile.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
ipsecVpnDpdProfileId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
get
@Deprecated void get(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)Deprecated.Get IPSec dead peer detection (DPD) profile.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipsecVpnDpdProfileId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
@Deprecated void get(java.lang.String ipsecVpnDpdProfileId, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.Get IPSec dead peer detection (DPD) profile.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipsecVpnDpdProfileId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
list
@Deprecated IPSecVPNDPDProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Deprecated.Get paginated list of all dead peer detection (DPD) profiles.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profilesSynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
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)- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfileListResult
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
list
@Deprecated IPSecVPNDPDProfileListResult 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)
Deprecated.Get paginated list of all dead peer detection (DPD) profiles.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profilesSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
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.- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfileListResult
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
list
@Deprecated 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<IPSecVPNDPDProfileListResult> asyncCallback)Deprecated.Get paginated list of all dead peer detection (DPD) profiles.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profilesAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
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.
-
list
@Deprecated 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<IPSecVPNDPDProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.Get paginated list of all dead peer detection (DPD) profiles.
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profilesAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
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.
-
update
@Deprecated IPSecVPNDPDProfile update(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile)
Deprecated.Edit IPSec dead peer detection (DPD) profile.
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
ipsecVpnDpdProfileId- (required)ipSecVPNDPDProfile- (required)- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
update
@Deprecated IPSecVPNDPDProfile update(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Edit IPSec dead peer detection (DPD) profile.
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
ipsecVpnDpdProfileId- (required)ipSecVPNDPDProfile- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.IPSecVPNDPDProfile
- Throws:
com.vmware.vapi.std.errors.InvalidRequest- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError- Internal Server Errorcom.vmware.vapi.std.errors.NotFound- Not Found
-
update
@Deprecated void update(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback)Deprecated.Edit IPSec dead peer detection (DPD) profile.
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipsecVpnDpdProfileId- (required)ipSecVPNDPDProfile- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
@Deprecated void update(java.lang.String ipsecVpnDpdProfileId, IPSecVPNDPDProfile ipSecVPNDPDProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNDPDProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.Edit IPSec dead peer detection (DPD) profile.
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.IPSecVPNDPDProfileOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
ipsecVpnDpdProfileId- (required)ipSecVPNDPDProfile- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-