public class ExportersStub extends com.vmware.vapi.internal.bindings.Stub implements Exporters
Exporters
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ExportersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ExportersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| 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.
|
public ExportersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ExportersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeSyslogExporterProperties create(NodeSyslogExporterProperties nodeSyslogExporterProperties)
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeSyslogExporterProperties create(NodeSyslogExporterProperties nodeSyslogExporterProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(NodeSyslogExporterProperties nodeSyslogExporterProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
ExportersAsynchronous 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
public void create(NodeSyslogExporterProperties nodeSyslogExporterProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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
public void delete()
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ExportersAsynchronous 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
public void delete(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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
public void delete0(java.lang.String exporterName)
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ExportersAsynchronous 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
public void delete0(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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
public NodeSyslogExporterProperties get(java.lang.String exporterName)
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeSyslogExporterProperties get(java.lang.String exporterName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback)
ExportersAsynchronous 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
public void get(java.lang.String exporterName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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
public NodeSyslogExporterPropertiesListResult list()
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeSyslogExporterPropertiesListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> asyncCallback)
ExportersAsynchronous 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
public void list(com.vmware.vapi.bindings.client.AsyncCallback<NodeSyslogExporterPropertiesListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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
public void verify()
ExportersSynchronous method overload. Result of the invocation will be reported as a method return value.
public void verify(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void verify(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ExportersAsynchronous 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
public void verify(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportersAsynchronous 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