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