public class IpfixCollectorProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements IpfixCollectorProfiles
IpfixCollectorProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
IpfixCollectorProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
IpfixCollectorProfilesStub(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 |
|---|---|
IpfixCollectorUpmProfile |
create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile)
Create a new IPFIX collector profile with essential properties.
|
void |
create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
Create a new IPFIX collector profile with essential properties.
|
void |
create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new IPFIX collector profile with essential properties.
|
IpfixCollectorUpmProfile |
create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new IPFIX collector profile with essential properties.
|
void |
delete(java.lang.String ipfixCollectorProfileId)
Delete an existing IPFIX collector profile by ID.
|
void |
delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete an existing IPFIX collector profile by ID.
|
void |
delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX collector profile by ID.
|
void |
delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an existing IPFIX collector profile by ID.
|
IpfixCollectorUpmProfile |
get(java.lang.String ipfixCollectorProfileId)
Get an existing IPFIX collector profile by profile ID.
|
void |
get(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
Get an existing IPFIX collector profile by profile ID.
|
void |
get(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get an existing IPFIX collector profile by profile ID.
|
IpfixCollectorUpmProfile |
get(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get an existing IPFIX collector profile by profile ID.
|
IpfixCollectorUpmProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Query IPFIX collector profiles with list parameters.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfileListResult> asyncCallback)
Query IPFIX collector profiles with list parameters.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Query IPFIX collector profiles with list parameters.
|
IpfixCollectorUpmProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Query IPFIX collector profiles with list parameters.
|
IpfixCollectorUpmProfile |
update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile)
Update an existing IPFIX collector profile with profile ID and modified
properties.
|
void |
update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
Update an existing IPFIX collector profile with profile ID and modified
properties.
|
void |
update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update an existing IPFIX collector profile with profile ID and modified
properties.
|
IpfixCollectorUpmProfile |
update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update an existing IPFIX collector profile with profile ID and modified
properties.
|
public IpfixCollectorProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IpfixCollectorProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IpfixCollectorUpmProfile create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile)
IpfixCollectorProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface IpfixCollectorProfilesipfixCollectorUpmProfile - (required)public IpfixCollectorUpmProfile create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesSynchronous 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 IpfixCollectorProfilesipfixCollectorUpmProfile - (required)invocationConfig - Configuration for the method invocation.public void create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile, com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
IpfixCollectorProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface IpfixCollectorProfilesipfixCollectorUpmProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(IpfixCollectorUpmProfile ipfixCollectorUpmProfile, com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesAsynchronous 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.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface IpfixCollectorProfilesipfixCollectorUpmProfile - (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 ipfixCollectorProfileId)
IpfixCollectorProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)public void delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesSynchronous 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 IpfixCollectorProfilesipfixCollectorProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
IpfixCollectorProfilesAsynchronous 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 IpfixCollectorProfilesipfixCollectorProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesAsynchronous 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 IpfixCollectorProfilesipfixCollectorProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IpfixCollectorUpmProfile get(java.lang.String ipfixCollectorProfileId)
IpfixCollectorProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)public IpfixCollectorUpmProfile get(java.lang.String ipfixCollectorProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesSynchronous 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 IpfixCollectorProfilesipfixCollectorProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
IpfixCollectorProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String ipfixCollectorProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesAsynchronous 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.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IpfixCollectorUpmProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String profileTypes, java.lang.Boolean sortAscending, java.lang.String sortBy)
IpfixCollectorProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface IpfixCollectorProfilescursor - 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)profileTypes - IPFIX Collector Profile Type List (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public IpfixCollectorUpmProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String profileTypes, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesSynchronous 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 IpfixCollectorProfilescursor - 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)profileTypes - IPFIX Collector Profile Type List (optional)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.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfileListResult> asyncCallback)
IpfixCollectorProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorUpmProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IpfixCollectorProfilescursor - 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)profileTypes - IPFIX Collector Profile Type List (optional)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.String profileTypes,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesAsynchronous 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.IpfixCollectorUpmProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IpfixCollectorProfilescursor - 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)profileTypes - IPFIX Collector Profile Type List (optional)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 IpfixCollectorUpmProfile update(java.lang.String ipfixCollectorProfileId, IpfixCollectorUpmProfile ipfixCollectorUpmProfile)
IpfixCollectorProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)ipfixCollectorUpmProfile - (required)public IpfixCollectorUpmProfile update(java.lang.String ipfixCollectorProfileId, IpfixCollectorUpmProfile ipfixCollectorUpmProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesSynchronous 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 IpfixCollectorProfilesipfixCollectorProfileId - (required)ipfixCollectorUpmProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback)
IpfixCollectorProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)ipfixCollectorUpmProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String ipfixCollectorProfileId,
IpfixCollectorUpmProfile ipfixCollectorUpmProfile,
com.vmware.vapi.bindings.client.AsyncCallback<IpfixCollectorUpmProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpfixCollectorProfilesAsynchronous 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.IpfixCollectorUpmProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface IpfixCollectorProfilesipfixCollectorProfileId - (required)ipfixCollectorUpmProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.