CreateDesktopPoolDesktopSessionLifecycleActions

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

Bases: object

The details of action to be triggered in case of inactivity or disconnect

Methods

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

Attributes

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

Initializes a new CreateDesktopPoolDesktopSessionLifecycleActions 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 CreateDesktopPoolDesktopSessionLifecycleActions.

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

Gets the inactivity of this CreateDesktopPoolDesktopSessionLifecycleActions.

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