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: - inactivity (oci.desktops.models.InactivityConfig) – The value to assign to the inactivity property of this UpdateDesktopPoolDesktopSessionLifecycleActions.
- disconnect (oci.desktops.models.DisconnectConfig) – The value to assign to the disconnect property of this UpdateDesktopPoolDesktopSessionLifecycleActions.
-
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
-