Uses of Class
com.vmware.nsx_policy.model.IPFIXL2ProfileListResult
-
Packages that use IPFIXL2ProfileListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of IPFIXL2ProfileListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return IPFIXL2ProfileListResult Modifier and Type Method Description IPFIXL2ProfileListResult
IpfixL2Profiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
API provides list IPFIX L2 Profiles available on selected logical l2.IPFIXL2ProfileListResult
IpfixL2Profiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.IPFIXL2ProfileListResult
IpfixL2ProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
IPFIXL2ProfileListResult
IpfixL2ProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type IPFIXL2ProfileListResult Modifier and Type Method Description void
IpfixL2Profiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2ProfileListResult> asyncCallback)
API provides list IPFIX L2 Profiles available on selected logical l2.void
IpfixL2Profiles. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2ProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.void
IpfixL2ProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2ProfileListResult> asyncCallback)
void
IpfixL2ProfilesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<IPFIXL2ProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IPFIXL2ProfileListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPFIXL2ProfileListResult Modifier and Type Method Description static IPFIXL2ProfileListResult
IPFIXL2ProfileListResult. _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 IPFIXL2ProfileListResult
IPFIXL2ProfileListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPFIXL2ProfileListResult
IPFIXL2ProfileListResult.Builder. build()
-