Class CommunicationEntriesStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.domains.communication_maps.CommunicationEntriesStub
-
- All Implemented Interfaces:
CommunicationEntries,CommunicationEntriesTypes,com.vmware.vapi.bindings.Service
public class CommunicationEntriesStub extends com.vmware.vapi.internal.bindings.Stub implements CommunicationEntries
Remote stub implementation of theCommunicationEntriesAPI service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.domains.communication_maps.CommunicationEntriesTypes
_VAPI_SERVICE_ID, REVISE_OPERATION_AFTER, REVISE_OPERATION_BEFORE, REVISE_OPERATION_BOTTOM, REVISE_OPERATION_TOP
-
-
Constructor Summary
Constructors Constructor Description CommunicationEntriesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)CommunicationEntriesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId)Delete CommunicationEntry
This API is deprecated.voiddelete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Delete CommunicationEntry
This API is deprecated.voiddelete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Delete CommunicationEntry
This API is deprecated.voiddelete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Delete CommunicationEntry
This API is deprecated.CommunicationEntryget(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId)Read CommunicationEntry
This API is deprecated.voidget(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)Read CommunicationEntry
This API is deprecated.voidget(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read CommunicationEntry
This API is deprecated.CommunicationEntryget(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read CommunicationEntry
This API is deprecated.CommunicationEntryListResultlist(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)List CommunicationEntries
This API is deprecated.voidlist(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntryListResult> asyncCallback)List CommunicationEntries
This API is deprecated.voidlist(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntryListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List CommunicationEntries
This API is deprecated.CommunicationEntryListResultlist(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List CommunicationEntries
This API is deprecated.voidpatch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry)Patch the CommunicationEntry.voidpatch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Patch the CommunicationEntry.voidpatch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch the CommunicationEntry.voidpatch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch the CommunicationEntry.CommunicationEntryrevise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation)This is used to re-order a communictation entry within a communication map.voidrevise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)This is used to re-order a communictation entry within a communication map.voidrevise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to re-order a communictation entry within a communication map.CommunicationEntryrevise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This is used to re-order a communictation entry within a communication map.CommunicationEntryupdate(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry)Update the CommunicationEntry.voidupdate(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)Update the CommunicationEntry.voidupdate(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the CommunicationEntry.CommunicationEntryupdate(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the CommunicationEntry.
-
-
-
Constructor Detail
-
CommunicationEntriesStub
public CommunicationEntriesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
CommunicationEntriesStub
public CommunicationEntriesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
delete
public void delete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId)Description copied from interface:CommunicationEntriesDelete CommunicationEntry
This API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
deletein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)
-
delete
public void delete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesDelete CommunicationEntry
This API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
deletein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)invocationConfig- Configuration for the method invocation.
-
delete
public void delete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Description copied from interface:CommunicationEntriesDelete CommunicationEntry
This API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous 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
- Specified by:
deletein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
delete
public void delete(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesDelete CommunicationEntry
This API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous 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
- Specified by:
deletein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
get
public CommunicationEntry get(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId)
Description copied from interface:CommunicationEntriesRead CommunicationEntry
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
get
public CommunicationEntry get(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:CommunicationEntriesRead CommunicationEntry
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
get
public void get(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)Description copied from interface:CommunicationEntriesRead CommunicationEntry
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesRead CommunicationEntry
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous 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_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
list
public CommunicationEntryListResult list(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Description copied from interface:CommunicationEntriesList CommunicationEntries
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rulesSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
listin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)cursor- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects- Include objects that are marked for deletion in results (optional, default to false)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_policy.model.CommunicationEntryListResult
-
list
public CommunicationEntryListResult list(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:CommunicationEntriesList CommunicationEntries
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rulesSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
listin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)cursor- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects- Include objects that are marked for deletion in results (optional, default to false)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_policy.model.CommunicationEntryListResult
-
list
public void list(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntryListResult> asyncCallback)Description copied from interface:CommunicationEntriesList CommunicationEntries
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rulesAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.CommunicationEntryListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)cursor- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects- Include objects that are marked for deletion in results (optional, default to false)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
public void list(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntryListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesList CommunicationEntries
This API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rulesAsynchronous 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_policy.model.CommunicationEntryListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)cursor- Opaque cursor to be used for getting next page of records (supplied by current result page) (optional)includeMarkForDeleteObjects- Include objects that are marked for deletion in results (optional, default to false)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.
-
patch
public void patch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry)Description copied from interface:CommunicationEntriesPatch the CommunicationEntry. If a communication entry for the given communication-entry-id is not present, the object will get created and if it is present it will be updated. This is a full replace
This API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
patchin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)
-
patch
public void patch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesPatch the CommunicationEntry. If a communication entry for the given communication-entry-id is not present, the object will get created and if it is present it will be updated. This is a full replace
This API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
patchin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)invocationConfig- Configuration for the method invocation.
-
patch
public void patch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Description copied from interface:CommunicationEntriesPatch the CommunicationEntry. If a communication entry for the given communication-entry-id is not present, the object will get created and if it is present it will be updated. This is a full replace
This API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous 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
- Specified by:
patchin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
patch
public void patch(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesPatch the CommunicationEntry. If a communication entry for the given communication-entry-id is not present, the object will get created and if it is present it will be updated. This is a full replace
This API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-idAsynchronous 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
- Specified by:
patchin interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
revise
public CommunicationEntry revise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation)
Description copied from interface:CommunicationEntriesThis is used to re-order a communictation entry within a communication map.
This API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id?action=reviseSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
revisein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)anchorPath- The communication map/communication entry path if operation is 'insert_after' or 'insert_before' (optional)operation- Operation (optional, default to insert_top)- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
revise
public CommunicationEntry revise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:CommunicationEntriesThis is used to re-order a communictation entry within a communication map.
This API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id?action=reviseSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
revisein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)anchorPath- The communication map/communication entry path if operation is 'insert_after' or 'insert_before' (optional)operation- Operation (optional, default to insert_top)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
revise
public void revise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)Description copied from interface:CommunicationEntriesThis is used to re-order a communictation entry within a communication map.
This API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id?action=reviseAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
revisein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)anchorPath- The communication map/communication entry path if operation is 'insert_after' or 'insert_before' (optional)operation- Operation (optional, default to insert_top)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
revise
public void revise(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, java.lang.String anchorPath, java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesThis is used to re-order a communictation entry within a communication map.
This API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id?action=reviseAsynchronous 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_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
revisein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)anchorPath- The communication map/communication entry path if operation is 'insert_after' or 'insert_before' (optional)operation- Operation (optional, default to insert_top)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
update
public CommunicationEntry update(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry)
Description copied from interface:CommunicationEntriesUpdate the CommunicationEntry. If a CommunicationEntry with the communication-entry-id is not already present, this API fails with a 404. Creation of CommunicationEntries is not allowed using this API.
This API is deprecated. Please use the following API instead PUT /infra/domains/domain-id/security-policies/securit-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
updatein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
update
public CommunicationEntry update(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:CommunicationEntriesUpdate the CommunicationEntry. If a CommunicationEntry with the communication-entry-id is not already present, this API fails with a 404. Creation of CommunicationEntries is not allowed using this API.
This API is deprecated. Please use the following API instead PUT /infra/domains/domain-id/security-policies/securit-policy-id/rules/rule-idSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
updatein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.CommunicationEntry
-
update
public void update(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback)Description copied from interface:CommunicationEntriesUpdate the CommunicationEntry. If a CommunicationEntry with the communication-entry-id is not already present, this API fails with a 404. Creation of CommunicationEntries is not allowed using this API.
This API is deprecated. Please use the following API instead PUT /infra/domains/domain-id/security-policies/securit-policy-id/rules/rule-idAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
public void update(java.lang.String domainId, java.lang.String communicationMapId, java.lang.String communicationEntryId, CommunicationEntry communicationEntry, com.vmware.vapi.bindings.client.AsyncCallback<CommunicationEntry> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:CommunicationEntriesUpdate the CommunicationEntry. If a CommunicationEntry with the communication-entry-id is not already present, this API fails with a 404. Creation of CommunicationEntries is not allowed using this API.
This API is deprecated. Please use the following API instead PUT /infra/domains/domain-id/security-policies/securit-policy-id/rules/rule-idAsynchronous 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_policy.model.CommunicationEntryOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceCommunicationEntries- Parameters:
domainId- (required)communicationMapId- (required)communicationEntryId- (required)communicationEntry- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-