Interface ForwardingPolicies
-
- All Superinterfaces:
ForwardingPoliciesTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
ForwardingPoliciesStub
public interface ForwardingPolicies extends com.vmware.vapi.bindings.Service, ForwardingPoliciesTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.domains.ForwardingPoliciesTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
delete(java.lang.String domainId, java.lang.String forwardingPolicyId)
Deprecated.void
delete(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.void
delete(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
delete(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicy
get(java.lang.String domainId, java.lang.String forwardingPolicyId)
Deprecated.void
get(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback)
Deprecated.void
get(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicy
get(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicyListResult
list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Deprecated.void
list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicyListResult> asyncCallback)
Deprecated.void
list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicyListResult
list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy)
Deprecated.void
patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.void
patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicy
update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy)
Deprecated.void
update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback)
Deprecated.void
update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.ForwardingPolicy
update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
-
-
-
Method Detail
-
delete
@Deprecated void delete(java.lang.String domainId, java.lang.String forwardingPolicyId)
Deprecated.Delete forwarding policy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)- 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 domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Delete forwarding policy.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)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 domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.Delete forwarding policy.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:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
delete
@Deprecated void delete(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Delete forwarding policy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get
@Deprecated ForwardingPolicy get(java.lang.String domainId, java.lang.String forwardingPolicyId)
Deprecated.Read forwarding policy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)- Returns:
- com.vmware.nsx_policy.model.ForwardingPolicy
- 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 ForwardingPolicy get(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Read forwarding policy.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ForwardingPolicy
- 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 domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback)
Deprecated.Read forwarding policy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
@Deprecated void get(java.lang.String domainId, java.lang.String forwardingPolicyId, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Read forwarding policy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
list
@Deprecated ForwardingPolicyListResult list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Deprecated.List all forwarding policies for the given domain ordered by precedence.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
domainId
- Domain id (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)includeRuleCount
- Include the count of rules in policy (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.ForwardingPolicyListResult
- 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 ForwardingPolicyListResult list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.List all forwarding policies for the given domain ordered by precedence.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
domainId
- Domain id (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)includeRuleCount
- Include the count of rules in policy (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.ForwardingPolicyListResult
- 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 domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicyListResult> asyncCallback)
Deprecated.List all forwarding policies for the given domain ordered by precedence.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (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)includeRuleCount
- Include the count of rules in policy (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
@Deprecated void list(java.lang.String domainId, java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.Boolean includeRuleCount, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicyListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.List all forwarding policies for the given domain ordered by precedence.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (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)includeRuleCount
- Include the count of rules in policy (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
@Deprecated void patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)- 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
-
patch
@Deprecated void patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)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
-
patch
@Deprecated void patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.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:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
patch
@Deprecated void patch(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
@Deprecated ForwardingPolicy update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)- Returns:
- com.vmware.nsx_policy.model.ForwardingPolicy
- 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 ForwardingPolicy update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ForwardingPolicy
- 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 domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
@Deprecated void update(java.lang.String domainId, java.lang.String forwardingPolicyId, ForwardingPolicy forwardingPolicy, com.vmware.vapi.bindings.client.AsyncCallback<ForwardingPolicy> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Create or update the forwarding policy. Performance Note: If you want to edit several rules in a forwarding policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ForwardingPolicyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
domainId
- Domain id (required)forwardingPolicyId
- Forwarding map id (required)forwardingPolicy
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-