Interface EventLogServers
-
- All Superinterfaces:
EventLogServersTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
EventLogServersStub
public interface EventLogServers extends com.vmware.vapi.bindings.Service, EventLogServersTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.firewall_identity_stores.EventLogServersTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath)
Deprecated.void
delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.void
delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.DirectoryEventLogServer
get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath)
Deprecated.void
get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback)
Deprecated.void
get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.DirectoryEventLogServer
get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
patch(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath)
Deprecated.void
patch(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.void
patch(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
patch(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.DirectoryEventLogServer
update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath)
Deprecated.void
update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback)
Deprecated.void
update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.DirectoryEventLogServer
update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
-
-
-
Method Detail
-
delete
@Deprecated void delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath)
Deprecated.Delete a Event Log server for Firewall Identity store
Use the following Policy API -
DELETE /infra/identity-firewall-stores//event-log-servers/ Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)- 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 firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Delete a Event Log server for Firewall Identity store
Use the following Policy API -
DELETE /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)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 firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.Delete a Event Log server for Firewall Identity store
Use the following Policy API -
DELETE /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
delete
@Deprecated void delete(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Delete a Event Log server for Firewall Identity store
Use the following Policy API -
DELETE /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String 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
@Deprecated DirectoryEventLogServer get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath)
Deprecated.Get a specific Event Log server for a given Firewall Identity store
Use the following Policy API -
GET /infra/identity-firewall-stores//event-log-servers/ Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)- Returns:
- com.vmware.nsx_policy.model.DirectoryEventLogServer
- 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 DirectoryEventLogServer get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Get a specific Event Log server for a given Firewall Identity store
Use the following Policy API -
GET /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.DirectoryEventLogServer
- 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 firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback)
Deprecated.Get a specific Event Log server for a given Firewall Identity store
Use the following Policy API -
GET /infra/identity-firewall-stores//event-log-servers/ Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.DirectoryEventLogServerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
@Deprecated void get(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Get a specific Event Log server for a given Firewall Identity store
Use the following Policy API -
GET /infra/identity-firewall-stores//event-log-servers/ 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.DirectoryEventLogServerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)enforcementPointPath
- String Path of the enforcement point (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 firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath)
Deprecated.More than one Event Log server can be created and only one event log server is used to synchronize directory objects. If more than one Event Log server is configured, NSX will try all the servers until it is able to successfully connect to one.
Use the following Policy API -
PATCH /infra/identity-firewall-stores//event-log-servers/ Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)- 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 firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.More than one Event Log server can be created and only one event log server is used to synchronize directory objects. If more than one Event Log server is configured, NSX will try all the servers until it is able to successfully connect to one.
Use the following Policy API -
PATCH /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)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 firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.More than one Event Log server can be created and only one event log server is used to synchronize directory objects. If more than one Event Log server is configured, NSX will try all the servers until it is able to successfully connect to one.
Use the following Policy API -
PATCH /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
patch
@Deprecated void patch(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.More than one Event Log server can be created and only one event log server is used to synchronize directory objects. If more than one Event Log server is configured, NSX will try all the servers until it is able to successfully connect to one.
Use the following Policy API -
PATCH /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
@Deprecated DirectoryEventLogServer update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath)
Deprecated.Update a event log server for Firewall Identity store
Use the following Policy API -
PUT /infra/identity-firewall-stores//event-log-servers/ Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log Server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)- Returns:
- com.vmware.nsx_policy.model.DirectoryEventLogServer
- 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 DirectoryEventLogServer update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Update a event log server for Firewall Identity store
Use the following Policy API -
PUT /infra/identity-firewall-stores//event-log-servers/ 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:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log Server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.DirectoryEventLogServer
- 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 firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback)
Deprecated.Update a event log server for Firewall Identity store
Use the following Policy API -
PUT /infra/identity-firewall-stores//event-log-servers/ Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.DirectoryEventLogServerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log Server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
@Deprecated void update(java.lang.String firewallIdentityStoreId, java.lang.String eventLogServerId, DirectoryEventLogServer directoryEventLogServer, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServer> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Update a event log server for Firewall Identity store
Use the following Policy API -
PUT /infra/identity-firewall-stores//event-log-servers/ 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.DirectoryEventLogServerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
firewallIdentityStoreId
- Firewall Identity store identifier (required)eventLogServerId
- Event Log Server identifier (required)directoryEventLogServer
- (required)enforcementPointPath
- String Path of the enforcement point (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-