Show / Hide Table of Contents

Class CreateDesktopPoolDesktopSessionLifecycleActions

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

Inheritance
object
CreateDesktopPoolDesktopSessionLifecycleActions
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 CreateDesktopPoolDesktopSessionLifecycleActions

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