DesktopSessionLifecycleActions

class oci.desktops.models.DesktopSessionLifecycleActions(**kwargs)

Bases: object

Action to be triggered on inactivity or disconnect

Methods

__init__(**kwargs) Initializes a new DesktopSessionLifecycleActions object with values from keyword arguments.

Attributes

disconnect Gets the disconnect of this DesktopSessionLifecycleActions.
inactivity Gets the inactivity of this DesktopSessionLifecycleActions.
__init__(**kwargs)

Initializes a new DesktopSessionLifecycleActions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
disconnect

Gets the disconnect of this DesktopSessionLifecycleActions.

Returns:The disconnect of this DesktopSessionLifecycleActions.
Return type:oci.desktops.models.DisconnectConfig
inactivity

Gets the inactivity of this DesktopSessionLifecycleActions.

Returns:The inactivity of this DesktopSessionLifecycleActions.
Return type:oci.desktops.models.InactivityConfig