UpdateDesktopPoolDesktopSessionLifecycleActions

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

Bases: object

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

Methods

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

Attributes

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

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

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

Gets the inactivity of this UpdateDesktopPoolDesktopSessionLifecycleActions.

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