Show / Hide Table of Contents

Class DesktopAvailabilityPolicy

Provides the start and stop schedule information for desktop availability of the desktop pool.

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

Properties

StartSchedule

Declaration
[Required(ErrorMessage = "StartSchedule is required.")]
[JsonProperty(PropertyName = "startSchedule")]
public DesktopSchedule StartSchedule { get; set; }
Property Value
Type Description
DesktopSchedule
Remarks

Required

StopSchedule

Declaration
[Required(ErrorMessage = "StopSchedule is required.")]
[JsonProperty(PropertyName = "stopSchedule")]
public DesktopSchedule StopSchedule { get; set; }
Property Value
Type Description
DesktopSchedule
Remarks

Required

In this article
Back to top