public interface Configs extends com.vmware.vapi.bindings.Service, ConfigsTypes
_VAPI_SERVICE_ID, LIST_IPFIX_CONFIG_TYPE_IPFIXDFWCONFIG| Modifier and Type | Method and Description |
|---|---|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure ipfixConfig)
Deprecated.
|
void |
create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Deprecated.
|
void |
create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String configId)
Deprecated.
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configId)
Deprecated.
|
void |
get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Deprecated.
|
void |
get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
IpfixConfigListResult |
list(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
List IPFIX configuration
|
void |
list(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixConfigListResult> asyncCallback)
List IPFIX configuration
|
void |
list(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List IPFIX configuration
|
IpfixConfigListResult |
list(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List IPFIX configuration
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig)
Deprecated.
|
void |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Deprecated.
|
void |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure ipfixConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.IpfixConfig.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@Deprecated
com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure ipfixConfig,
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.
ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.invocationConfig - Configuration for the method invocation.IpfixConfig.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@Deprecated
void create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated void delete(java.lang.String configId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configId - (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 Found@Deprecated
void delete(java.lang.String configId,
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.
configId - (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 Found@Deprecated
void delete(java.lang.String configId,
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
configId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void delete(java.lang.String configId,
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
configId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated com.vmware.vapi.bindings.Structure get(java.lang.String configId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configId - (required)IpfixConfig.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@Deprecated
com.vmware.vapi.bindings.Structure get(java.lang.String configId,
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.
configId - (required)invocationConfig - Configuration for the method invocation.IpfixConfig.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@Deprecated
void get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.IpfixConfigListResult list(java.lang.String appliedTo, java.lang.String cursor, java.lang.String includedFields, java.lang.String ipfixConfigType, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
appliedTo - Applied To (optional)cursor - 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)ipfixConfigType - Supported IPFIX Config Types. (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)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 FoundIpfixConfigListResult list(java.lang.String appliedTo, java.lang.String cursor, java.lang.String includedFields, java.lang.String ipfixConfigType, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, 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.
appliedTo - Applied To (optional)cursor - 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)ipfixConfigType - Supported IPFIX Config Types. (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.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(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixConfigListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
appliedTo - Applied To (optional)cursor - 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)ipfixConfigType - Supported IPFIX Config Types. (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.void list(java.lang.String appliedTo,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String ipfixConfigType,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixConfigListResult> 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.IpfixConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
appliedTo - Applied To (optional)cursor - 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)ipfixConfigType - Supported IPFIX Config Types. (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.@Deprecated
com.vmware.vapi.bindings.Structure update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
configId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.IpfixConfig.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@Deprecated
com.vmware.vapi.bindings.Structure update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
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.
configId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.invocationConfig - Configuration for the method invocation.IpfixConfig.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@Deprecated
void update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> 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.IpfixConfig
The return value will contain all the properties defined in IpfixConfig.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
configId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.