Uses of Class
com.vmware.nsx_policy.model.IPFIXDFWCollectorProfileListResult
-
Packages that use IPFIXDFWCollectorProfileListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of IPFIXDFWCollectorProfileListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return IPFIXDFWCollectorProfileListResult Modifier and Type Method Description IPFIXDFWCollectorProfileListResultIpfixDfwCollectorProfiles. 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 will provide list of all IPFIX dfw collector profiles and their details.IPFIXDFWCollectorProfileListResultIpfixDfwCollectorProfiles. 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 will provide list of all IPFIX dfw collector profiles and their details.IPFIXDFWCollectorProfileListResultIpfixDfwCollectorProfilesStub. 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)IPFIXDFWCollectorProfileListResultIpfixDfwCollectorProfilesStub. 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 IPFIXDFWCollectorProfileListResult Modifier and Type Method Description voidIpfixDfwCollectorProfiles. 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<IPFIXDFWCollectorProfileListResult> asyncCallback)API will provide list of all IPFIX dfw collector profiles and their details.voidIpfixDfwCollectorProfiles. 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<IPFIXDFWCollectorProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API will provide list of all IPFIX dfw collector profiles and their details.voidIpfixDfwCollectorProfilesStub. 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<IPFIXDFWCollectorProfileListResult> asyncCallback)voidIpfixDfwCollectorProfilesStub. 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<IPFIXDFWCollectorProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IPFIXDFWCollectorProfileListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPFIXDFWCollectorProfileListResult Modifier and Type Method Description static IPFIXDFWCollectorProfileListResultIPFIXDFWCollectorProfileListResult. _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 IPFIXDFWCollectorProfileListResultIPFIXDFWCollectorProfileListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPFIXDFWCollectorProfileListResultIPFIXDFWCollectorProfileListResult.Builder. build()
-