Interface ExcludeList
-
- All Superinterfaces:
ExcludeListTypes,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
ExcludeListStub
public interface ExcludeList extends com.vmware.vapi.bindings.Service, ExcludeListTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.settings.firewall.security.ExcludeListTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyResourceReferencefilter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.voidfilter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.voidfilter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.PolicyResourceReferencefilter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.PolicyExcludeListget()Read exclude list for firewallvoidget(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)Read exclude list for firewallvoidget(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read exclude list for firewallPolicyExcludeListget(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read exclude list for firewallPolicyExcludeListget0()Read security policy exclude list including system and user excluded members.voidget0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)Read security policy exclude list including system and user excluded members.voidget0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read security policy exclude list including system and user excluded members.PolicyExcludeListget0(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read security policy exclude list including system and user excluded members.voidpatch(PolicyExcludeList policyExcludeList)Patch exclusion list for security policy.voidpatch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Patch exclusion list for security policy.voidpatch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch exclusion list for security policy.voidpatch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Patch exclusion list for security policy.PolicyExcludeListupdate(PolicyExcludeList policyExcludeList)Update the exclusion list for security policyvoidupdate(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)Update the exclusion list for security policyvoidupdate(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the exclusion list for security policyPolicyExcludeListupdate(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the exclusion list for security policy
-
-
-
Method Detail
-
filter
PolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath)
Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
intentPath- Path of the intent object to be searched in the exclude list (required)deepCheck- Check all parents (optional, default to false)enforcementPointPath- Path of the enforcement point (optional)- Returns:
- com.vmware.nsx_policy.model.PolicyResourceReference
- 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
-
filter
PolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
intentPath- Path of the intent object to be searched in the exclude list (required)deepCheck- Check all parents (optional, default to false)enforcementPointPath- Path of the enforcement point (optional)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyResourceReference
- 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
-
filter
void filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PolicyResourceReferenceOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
intentPath- Path of the intent object to be searched in the exclude list (required)deepCheck- Check all parents (optional, default to false)enforcementPointPath- Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
filter
void filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Filter the firewall exclude list by the given object, to check whether the object is a member of this exclude list.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.PolicyResourceReferenceOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
intentPath- Path of the intent object to be searched in the exclude list (required)deepCheck- Check all parents (optional, default to false)enforcementPointPath- Path of the enforcement point (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
get
PolicyExcludeList get()
Read exclude list for firewallSynchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
PolicyExcludeList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewallSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
void get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewallAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewallAsynchronous 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.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
get0
PolicyExcludeList get0()
Read security policy exclude list including system and user excluded members.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
-
get0
PolicyExcludeList get0(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read security policy exclude list including system and user excluded members.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
-
get0
void get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Read security policy exclude list including system and user excluded members.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get0
void get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read security policy exclude list including system and user excluded members.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
patch
void patch(PolicyExcludeList policyExcludeList)
Patch exclusion list for security policy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
policyExcludeList- (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
void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch exclusion list for security policy.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
policyExcludeList- (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
void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch exclusion list for security 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:
policyExcludeList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
patch
void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch exclusion list for security policy.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
policyExcludeList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
update
PolicyExcludeList update(PolicyExcludeList policyExcludeList)
Update the exclusion list for security policySynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
policyExcludeList- (required)- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
PolicyExcludeList update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the exclusion list for security policySynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
policyExcludeList- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
- 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
void update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policyAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
policyExcludeList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
void update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the exclusion list for security policyAsynchronous 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.PolicyExcludeListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
policyExcludeList- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-