Uses of Class
com.vmware.nsx_policy.model.LoginLogoutEventCollection
-
Packages that use LoginLogoutEventCollection Package Description com.vmware.nsx_policy.model com.vmware.nsx_policy.system.input -
-
Uses of LoginLogoutEventCollection in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LoginLogoutEventCollection Modifier and Type Method Description static LoginLogoutEventCollection
LoginLogoutEventCollection. _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 LoginLogoutEventCollection
LoginLogoutEventCollection. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LoginLogoutEventCollection
LoginLogoutEventCollection.Builder. build()
-
Uses of LoginLogoutEventCollection in com.vmware.nsx_policy.system.input
Methods in com.vmware.nsx_policy.system.input with parameters of type LoginLogoutEventCollection Modifier and Type Method Description void
LoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection)
API to receive User Login and Logout events for IDFWvoid
LoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
API to receive User Login and Logout events for IDFWvoid
LoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API to receive User Login and Logout events for IDFWvoid
LoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API to receive User Login and Logout events for IDFWvoid
LoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection)
void
LoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
LoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
LoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-