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