| Package | Description |
|---|---|
| com.vmware.nsx | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
IpfixCollectorUpmProfileListResult |
IpfixCollectorProfilesStub.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) |
IpfixCollectorUpmProfileListResult |
IpfixCollectorProfiles.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.
|
IpfixCollectorUpmProfileListResult |
IpfixCollectorProfilesStub.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) |
IpfixCollectorUpmProfileListResult |
IpfixCollectorProfiles.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpfixCollectorProfilesStub.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) |
void |
IpfixCollectorProfiles.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 |
IpfixCollectorProfilesStub.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) |
void |
IpfixCollectorProfiles.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.
|
| Modifier and Type | Method and Description |
|---|---|
static IpfixCollectorUpmProfileListResult |
IpfixCollectorUpmProfileListResult._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static IpfixCollectorUpmProfileListResult |
IpfixCollectorUpmProfileListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IpfixCollectorUpmProfileListResult |
IpfixCollectorUpmProfileListResult.Builder.build() |