public class IkeProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements IkeProfiles
IkeProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
IkeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
IkeProfilesStub(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 |
|---|---|
IPSecVPNIKEProfile |
create(IPSecVPNIKEProfile ipSecVPNIKEProfile)
Create custom internet key exchange (IKE) Profile.
|
void |
create(IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
Create custom internet key exchange (IKE) Profile.
|
void |
create(IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom internet key exchange (IKE) Profile.
|
IPSecVPNIKEProfile |
create(IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create custom internet key exchange (IKE) Profile.
|
void |
delete(java.lang.String ipsecVpnIkeProfileId,
java.lang.Boolean force)
Delete custom IKE Profile.
|
void |
delete(java.lang.String ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete custom IKE Profile.
|
void |
delete(java.lang.String ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
delete(java.lang.String ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
IPSecVPNIKEProfile |
get(java.lang.String ipsecVpnIkeProfileId)
Get custom IKE Profile, given the particular id.
|
void |
get(java.lang.String ipsecVpnIkeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
Get custom IKE Profile, given the particular id.
|
void |
get(java.lang.String ipsecVpnIkeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
IPSecVPNIKEProfile |
get(java.lang.String ipsecVpnIkeProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
IPSecVPNIKEProfileListResult |
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 IKE 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<IPSecVPNIKEProfileListResult> asyncCallback)
Get paginated list of all IKE 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<IPSecVPNIKEProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
IPSecVPNIKEProfileListResult |
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 IKE Profiles.
|
IPSecVPNIKEProfile |
update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile)
Edit custom IKE Profile.
|
void |
update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
Edit custom IKE Profile.
|
void |
update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IKE Profile.
|
IPSecVPNIKEProfile |
update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Edit custom IKE Profile.
|
public IkeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IkeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IPSecVPNIKEProfile create(IPSecVPNIKEProfile ipSecVPNIKEProfile)
IkeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface IkeProfilesipSecVPNIKEProfile - (required)public IPSecVPNIKEProfile create(IPSecVPNIKEProfile ipSecVPNIKEProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesSynchronous 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 IkeProfilesipSecVPNIKEProfile - (required)invocationConfig - Configuration for the method invocation.public void create(IPSecVPNIKEProfile ipSecVPNIKEProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
IkeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface IkeProfilesipSecVPNIKEProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(IPSecVPNIKEProfile ipSecVPNIKEProfile, com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesAsynchronous 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.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface IkeProfilesipSecVPNIKEProfile - (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 ipsecVpnIkeProfileId,
java.lang.Boolean force)
IkeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface IkeProfilesipsecVpnIkeProfileId - (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)public void delete(java.lang.String ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesSynchronous 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 IkeProfilesipsecVpnIkeProfileId - (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 ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
IkeProfilesAsynchronous 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 IkeProfilesipsecVpnIkeProfileId - (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 ipsecVpnIkeProfileId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesAsynchronous 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 IkeProfilesipsecVpnIkeProfileId - (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 IPSecVPNIKEProfile get(java.lang.String ipsecVpnIkeProfileId)
IkeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface IkeProfilesipsecVpnIkeProfileId - (required)public IPSecVPNIKEProfile get(java.lang.String ipsecVpnIkeProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesSynchronous 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 IkeProfilesipsecVpnIkeProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String ipsecVpnIkeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
IkeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface IkeProfilesipsecVpnIkeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String ipsecVpnIkeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesAsynchronous 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.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface IkeProfilesipsecVpnIkeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IPSecVPNIKEProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
IkeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface IkeProfilescursor - 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 IPSecVPNIKEProfileListResult 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)
IkeProfilesSynchronous 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 IkeProfilescursor - 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<IPSecVPNIKEProfileListResult> asyncCallback)
IkeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNIKEProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IkeProfilescursor - 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<IPSecVPNIKEProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesAsynchronous 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.IPSecVPNIKEProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IkeProfilescursor - 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 IPSecVPNIKEProfile update(java.lang.String ipsecVpnIkeProfileId, IPSecVPNIKEProfile ipSecVPNIKEProfile)
IkeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface IkeProfilesipsecVpnIkeProfileId - (required)ipSecVPNIKEProfile - (required)public IPSecVPNIKEProfile update(java.lang.String ipsecVpnIkeProfileId, IPSecVPNIKEProfile ipSecVPNIKEProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesSynchronous 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 IkeProfilesipsecVpnIkeProfileId - (required)ipSecVPNIKEProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback)
IkeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface IkeProfilesipsecVpnIkeProfileId - (required)ipSecVPNIKEProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String ipsecVpnIkeProfileId,
IPSecVPNIKEProfile ipSecVPNIKEProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IPSecVPNIKEProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IkeProfilesAsynchronous 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.IPSecVPNIKEProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface IkeProfilesipsecVpnIkeProfileId - (required)ipSecVPNIKEProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.