Class ExcludeListStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.settings.firewall.security.ExcludeListStub
-
- All Implemented Interfaces:
ExcludeList
,ExcludeListTypes
,com.vmware.vapi.bindings.Service
public class ExcludeListStub extends com.vmware.vapi.internal.bindings.Stub implements ExcludeList
Remote stub implementation of theExcludeList
API 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.settings.firewall.security.ExcludeListTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description ExcludeListStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
ExcludeListStub(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 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 firewallvoid
get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewallvoid
get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewallPolicyExcludeList
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read exclude list for firewallPolicyExcludeList
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 policyvoid
update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policyvoid
update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the exclusion list for security policyPolicyExcludeList
update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the exclusion list for security policy
-
-
-
Constructor Detail
-
ExcludeListStub
public ExcludeListStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
ExcludeListStub
public ExcludeListStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
filter
public PolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath)
Description copied from interface:ExcludeList
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.
- Specified by:
filter
in interfaceExcludeList
- 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
-
filter
public PolicyResourceReference filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
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
invocationConfig
to specify configuration for this particular invocation.- Specified by:
filter
in interfaceExcludeList
- 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
-
filter
public void filter(java.lang.String intentPath, java.lang.Boolean deepCheck, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<PolicyResourceReference> asyncCallback)
Description copied from interface:ExcludeList
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
- Specified by:
filter
in interfaceExcludeList
- 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
public 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)
Description copied from interface:ExcludeList
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
. UseinvocationConfig
to 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
- Specified by:
filter
in interfaceExcludeList
- 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
public PolicyExcludeList get()
Description copied from interface:ExcludeList
Read exclude list for firewallSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
get
in interfaceExcludeList
- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
get
public PolicyExcludeList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Read exclude list for firewallSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get
in interfaceExcludeList
- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Description copied from interface:ExcludeList
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
- Specified by:
get
in interfaceExcludeList
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Read exclude list for firewallAsynchronous 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.PolicyExcludeListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
get
in interfaceExcludeList
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get0
public PolicyExcludeList get0()
Description copied from interface:ExcludeList
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.
- Specified by:
get0
in interfaceExcludeList
- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
get0
public PolicyExcludeList get0(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
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
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get0
in interfaceExcludeList
- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
get0
public void get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Description copied from interface:ExcludeList
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
- Specified by:
get0
in interfaceExcludeList
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get0
public void get0(com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
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
. UseinvocationConfig
to 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
- Specified by:
get0
in interfaceExcludeList
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
patch
public void patch(PolicyExcludeList policyExcludeList)
Description copied from interface:ExcludeList
Patch exclusion list for security policy.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
patch
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)
-
patch
public void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Patch exclusion list for security 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.- Specified by:
patch
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)invocationConfig
- Configuration for the method invocation.
-
patch
public void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:ExcludeList
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
- Specified by:
patch
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
patch
public void patch(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Patch exclusion list for security 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
- Specified by:
patch
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
public PolicyExcludeList update(PolicyExcludeList policyExcludeList)
Description copied from interface:ExcludeList
Update the exclusion list for security policySynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
update
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
update
public PolicyExcludeList update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Update the exclusion list for security policySynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
update
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PolicyExcludeList
-
update
public void update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback)
Description copied from interface:ExcludeList
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
- Specified by:
update
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
public void update(PolicyExcludeList policyExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<PolicyExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:ExcludeList
Update the exclusion list for security policyAsynchronous 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.PolicyExcludeListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
update
in interfaceExcludeList
- Parameters:
policyExcludeList
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-