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 LoginLogoutEventCollectionLoginLogoutEventCollection. _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 LoginLogoutEventCollectionLoginLogoutEventCollection. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LoginLogoutEventCollectionLoginLogoutEventCollection.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 voidLoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection)API to receive User Login and Logout events for IDFWvoidLoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)API to receive User Login and Logout events for IDFWvoidLoginLogoutEvents. 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 IDFWvoidLoginLogoutEvents. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API to receive User Login and Logout events for IDFWvoidLoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection)voidLoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidLoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidLoginLogoutEventsStub. create(LoginLogoutEventCollection loginLogoutEventCollection, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-