public class CollectorconfigsStub extends com.vmware.vapi.internal.bindings.Stub implements Collectorconfigs
Collectorconfigs
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
CollectorconfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
CollectorconfigsStub(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 |
|---|---|
IpfixCollectorConfig |
create(IpfixCollectorConfig ipfixCollectorConfig)
Create a new IPFIX collector configuration
|
void |
create(IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
Create a new IPFIX collector configuration
|
void |
create(IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new IPFIX collector configuration
|
IpfixCollectorConfig |
create(IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new IPFIX collector configuration
|
void |
delete(java.lang.String collectorConfigId)
Delete an existing IPFIX collector configuration
|
void |
delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete an existing IPFIX collector configuration
|
void |
delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX collector configuration
|
void |
delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX collector configuration
|
IpfixCollectorConfig |
get(java.lang.String collectorConfigId)
Get an existing IPFIX collector configuration
|
void |
get(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
Get an existing IPFIX collector configuration
|
void |
get(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get an existing IPFIX collector configuration
|
IpfixCollectorConfig |
get(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get an existing IPFIX collector configuration
|
IpfixCollectorConfigListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
List IPFIX collector configurations
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfigListResult> asyncCallback)
List IPFIX collector configurations
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List IPFIX collector configurations
|
IpfixCollectorConfigListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List IPFIX collector configurations
|
IpfixCollectorConfig |
update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig)
Update an existing IPFIX collector configuration
|
void |
update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
Update an existing IPFIX collector configuration
|
void |
update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update an existing IPFIX collector configuration
|
IpfixCollectorConfig |
update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update an existing IPFIX collector configuration
|
public CollectorconfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CollectorconfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IpfixCollectorConfig create(IpfixCollectorConfig ipfixCollectorConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface CollectorconfigsipfixCollectorConfig - (required)public IpfixCollectorConfig create(IpfixCollectorConfig ipfixCollectorConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface CollectorconfigsipfixCollectorConfig - (required)invocationConfig - Configuration for the method invocation.public void create(IpfixCollectorConfig ipfixCollectorConfig, com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
CollectorconfigsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface CollectorconfigsipfixCollectorConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(IpfixCollectorConfig ipfixCollectorConfig, com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsAsynchronous 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.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface CollectorconfigsipfixCollectorConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String collectorConfigId)
CollectorconfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface CollectorconfigscollectorConfigId - (required)public void delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface CollectorconfigscollectorConfigId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
CollectorconfigsAsynchronous 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
delete in interface CollectorconfigscollectorConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsAsynchronous 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
delete in interface CollectorconfigscollectorConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IpfixCollectorConfig get(java.lang.String collectorConfigId)
CollectorconfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface CollectorconfigscollectorConfigId - (required)public IpfixCollectorConfig get(java.lang.String collectorConfigId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface CollectorconfigscollectorConfigId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
CollectorconfigsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface CollectorconfigscollectorConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String collectorConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsAsynchronous 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.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface CollectorconfigscollectorConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IpfixCollectorConfigListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
CollectorconfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Collectorconfigscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public IpfixCollectorConfigListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface Collectorconfigscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfigListResult> asyncCallback)
CollectorconfigsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Collectorconfigscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsAsynchronous 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.IpfixCollectorConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Collectorconfigscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IpfixCollectorConfig update(java.lang.String collectorConfigId, IpfixCollectorConfig ipfixCollectorConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface CollectorconfigscollectorConfigId - (required)ipfixCollectorConfig - (required)public IpfixCollectorConfig update(java.lang.String collectorConfigId, IpfixCollectorConfig ipfixCollectorConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface CollectorconfigscollectorConfigId - (required)ipfixCollectorConfig - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback)
CollectorconfigsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface CollectorconfigscollectorConfigId - (required)ipfixCollectorConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String collectorConfigId,
IpfixCollectorConfig ipfixCollectorConfig,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CollectorconfigsAsynchronous 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.IpfixCollectorConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface CollectorconfigscollectorConfigId - (required)ipfixCollectorConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.