public interface Exporters extends com.vmware.vapi.bindings.Service, ExportersTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
NodeSyslogExporterProperties |
create(NodeSyslogExporterProperties nodeSyslogExporterProperties)
Adds a rule for exporting syslog information to a specified server.
|
void |
create(NodeSyslogExporterProperties nodeSyslogExporterProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
Adds a rule for exporting syslog information to a specified server.
|
void |
create(NodeSyslogExporterProperties nodeSyslogExporterProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a rule for exporting syslog information to a specified server.
|
NodeSyslogExporterProperties |
create(NodeSyslogExporterProperties nodeSyslogExporterProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a rule for exporting syslog information to a specified server.
|
void |
delete()
Removes all syslog exporter rules.
|
void |
delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Removes all syslog exporter rules.
|
void |
delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes all syslog exporter rules.
|
void |
delete(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes all syslog exporter rules.
|
void |
delete0(java.lang.String exporterName)
Removes a specified rule from the collection of syslog exporter rules.
|
void |
delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Removes a specified rule from the collection of syslog exporter rules.
|
void |
delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes a specified rule from the collection of syslog exporter rules.
|
void |
delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Removes a specified rule from the collection of syslog exporter rules.
|
NodeSyslogExporterProperties |
get(java.lang.String exporterName)
Returns information about a specific syslog collection point.
|
void |
get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
Returns information about a specific syslog collection point.
|
void |
get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific syslog collection point.
|
NodeSyslogExporterProperties |
get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific syslog collection point.
|
NodeSyslogExporterPropertiesListResult |
list()
Returns the collection of registered syslog exporter rules, if any.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> asyncCallback)
Returns the collection of registered syslog exporter rules, if any.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the collection of registered syslog exporter rules, if any.
|
NodeSyslogExporterPropertiesListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the collection of registered syslog exporter rules, if any.
|
void |
verify()
Collect iptables rules needed for all existing syslog exporters and verify if
the existing iptables rules are the same.
|
void |
verify(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Collect iptables rules needed for all existing syslog exporters and verify if
the existing iptables rules are the same.
|
void |
verify(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Collect iptables rules needed for all existing syslog exporters and verify if
the existing iptables rules are the same.
|
void |
verify(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Collect iptables rules needed for all existing syslog exporters and verify if
the existing iptables rules are the same.
|
NodeSyslogExporterProperties create(NodeSyslogExporterProperties nodeSyslogExporterProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nodeSyslogExporterProperties - (required)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 FoundNodeSyslogExporterProperties create(NodeSyslogExporterProperties nodeSyslogExporterProperties, 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.
nodeSyslogExporterProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 create(NodeSyslogExporterProperties nodeSyslogExporterProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeSyslogExporterProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeSyslogExporterProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(NodeSyslogExporterProperties nodeSyslogExporterProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> 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.model.NodeSyslogExporterProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeSyslogExporterProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete()
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 Foundvoid delete(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 delete(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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete0(java.lang.String exporterName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
exporterName - Name of syslog exporter to delete (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 delete0(java.lang.String exporterName,
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.
exporterName - Name of syslog exporter to delete (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 delete0(java.lang.String exporterName,
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
exporterName - Name of syslog exporter to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete0(java.lang.String exporterName,
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
exporterName - Name of syslog exporter to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NodeSyslogExporterProperties get(java.lang.String exporterName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
exporterName - Name of syslog exporter (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 FoundNodeSyslogExporterProperties get(java.lang.String exporterName, 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.
exporterName - Name of syslog exporter (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 get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeSyslogExporterProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
exporterName - Name of syslog exporter (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> 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.model.NodeSyslogExporterProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
exporterName - Name of syslog exporter (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NodeSyslogExporterPropertiesListResult list()
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 FoundNodeSyslogExporterPropertiesListResult list(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 list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeSyslogExporterPropertiesListResult
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 list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> 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.model.NodeSyslogExporterPropertiesListResult
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 verify()
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 Foundvoid verify(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 verify(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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void verify(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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.