public class ConfigsStub extends com.vmware.vapi.internal.bindings.Stub implements Configs
Configs
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_IPFIX_CONFIG_TYPE_IPFIXDFWCONFIG| Constructor and Description |
|---|
ConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ConfigsStub(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 |
|---|---|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure ipfixConfig)
Create a new IPFIX configuration
|
void |
create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create a new IPFIX configuration
|
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)
Create a new IPFIX configuration
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new IPFIX configuration
|
void |
delete(java.lang.String configId)
Delete an existing IPFIX configuration
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete an existing IPFIX configuration
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX configuration
|
void |
delete(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX configuration
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configId)
Get an existing IPFIX configuration
|
void |
get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Get an existing IPFIX configuration
|
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)
Get an existing IPFIX configuration
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get an existing 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)
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)
Update an existing IPFIX configuration
|
void |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Update an existing IPFIX configuration
|
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)
Update an existing IPFIX configuration
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update an existing IPFIX configuration
|
public ConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure ipfixConfig)
ConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ConfigsipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.IpfixConfig.public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigsSynchronous 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 ConfigsipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.invocationConfig - Configuration for the method invocation.IpfixConfig.public void create(com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ConfigsAsynchronous 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
create in interface ConfigsipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
ConfigsAsynchronous 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
create in interface ConfigsipfixConfig - (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.public void delete(java.lang.String configId)
ConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigsSynchronous 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(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ConfigsAsynchronous 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(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigsAsynchronous 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 com.vmware.vapi.bindings.Structure get(java.lang.String configId)
ConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ConfigsconfigId - (required)IpfixConfig.public com.vmware.vapi.bindings.Structure get(java.lang.String configId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigsSynchronous 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 ConfigsconfigId - (required)invocationConfig - Configuration for the method invocation.IpfixConfig.public void get(java.lang.String configId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ConfigsAsynchronous 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
public 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)
ConfigsAsynchronous 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
public 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)
ConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ConfigsappliedTo - 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)public 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)
ConfigsSynchronous 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 ConfigsappliedTo - 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.public 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)
ConfigsAsynchronous 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
list in interface ConfigsappliedTo - 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.public 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)
ConfigsAsynchronous 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
list in interface ConfigsappliedTo - 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.public com.vmware.vapi.bindings.Structure update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig)
ConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ConfigsconfigId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.IpfixConfig.public com.vmware.vapi.bindings.Structure update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ConfigsSynchronous 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 ConfigsconfigId - (required)ipfixConfig - (required)
The parameter must contain all the properties defined in IpfixConfig.invocationConfig - Configuration for the method invocation.IpfixConfig.public void update(java.lang.String configId,
com.vmware.vapi.bindings.Structure ipfixConfig,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
ConfigsAsynchronous 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
update in interface ConfigsconfigId - (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.public 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)
ConfigsAsynchronous 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
update in interface ConfigsconfigId - (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.