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