Show / Hide Table of Contents

Class UpdateDesktopPoolDesktopSessionLifecycleActions

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

Inheritance
object
UpdateDesktopPoolDesktopSessionLifecycleActions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class UpdateDesktopPoolDesktopSessionLifecycleActions

Properties

Disconnect

Declaration
[JsonProperty(PropertyName = "disconnect")]
public DisconnectConfig Disconnect { get; set; }
Property Value
Type Description
DisconnectConfig

Inactivity

Declaration
[JsonProperty(PropertyName = "inactivity")]
public InactivityConfig Inactivity { get; set; }
Property Value
Type Description
InactivityConfig
In this article
Back to top