Uses of Class
com.vmware.nsx_policy.model.UserSession
-
Packages that use UserSession Package Description com.vmware.nsx_policy.model -
-
Uses of UserSession in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UserSession Modifier and Type Method Description static UserSessionUserSession. _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 UserSessionUserSession. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UserSessionUserSession.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type UserSession Modifier and Type Method Description java.util.List<UserSession>VirtualMachineDetails. getActiveSessions()List of active (still logged in) user login/session data (no limit).java.util.List<UserSession>VirtualMachineDetails. getArchivedSessions()Optional list of up to 5 most recent archived (previously logged in) user login/session data.Method parameters in com.vmware.nsx_policy.model with type arguments of type UserSession Modifier and Type Method Description VirtualMachineDetails.BuilderVirtualMachineDetails.Builder. setActiveSessions(java.util.List<UserSession> activeSessions)List of active (still logged in) user login/session data (no limit).voidVirtualMachineDetails. setActiveSessions(java.util.List<UserSession> activeSessions)List of active (still logged in) user login/session data (no limit).VirtualMachineDetails.BuilderVirtualMachineDetails.Builder. setArchivedSessions(java.util.List<UserSession> archivedSessions)Optional list of up to 5 most recent archived (previously logged in) user login/session data.voidVirtualMachineDetails. setArchivedSessions(java.util.List<UserSession> archivedSessions)Optional list of up to 5 most recent archived (previously logged in) user login/session data.
-