public interface ExcludeList extends com.vmware.vapi.bindings.Service, ExcludeListTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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.
|
PolicyExcludeList |
get()
Read exclude list for firewall
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewall
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewall
|
PolicyExcludeList |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewall
|
PolicyExcludeList |
get0()
Read security policy exclude list including system and user excluded members.
|
void |
get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Read security policy exclude list including system and user excluded members.
|
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.
|
PolicyExcludeList |
get0(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read security policy exclude list including system and user excluded members.
|
void |
patch(PolicyExcludeList policyExcludeList)
Patch exclusion list for security policy.
|
void |
patch(PolicyExcludeList policyExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch exclusion list for security policy.
|
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.
|
void |
patch(PolicyExcludeList policyExcludeList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
PolicyExcludeList |
update(PolicyExcludeList policyExcludeList)
Update the exclusion list for security policy
|
void |
update(PolicyExcludeList policyExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policy
|
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 policy
|
PolicyExcludeList |
update(PolicyExcludeList policyExcludeList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
PolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath)
Synchronous method overload. Result of the invocation will be reported as a method return value.
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)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 FoundPolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
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.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 Foundvoid filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.PolicyResourceReference
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
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.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)
Asynchronous 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_policy.model.PolicyResourceReference
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
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.PolicyExcludeList get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundPolicyExcludeList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
invocationConfig
- Configuration for the method invocation.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 Foundvoid get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.PolicyExcludeList get0()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundPolicyExcludeList get0(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
invocationConfig
- Configuration for the method invocation.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 Foundvoid get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.void patch(PolicyExcludeList policyExcludeList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
policyExcludeList
- (required)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 Foundvoid patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
policyExcludeList
- (required)invocationConfig
- Configuration for the method invocation.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 Foundvoid patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
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
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.PolicyExcludeList update(PolicyExcludeList policyExcludeList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
policyExcludeList
- (required)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 FoundPolicyExcludeList update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
policyExcludeList
- (required)invocationConfig
- Configuration for the method invocation.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 Foundvoid update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.PolicyExcludeList
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.