Class DesktopAvailabilityPolicy
Provides the start and stop schedule information for desktop availability of the desktop pool.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class DesktopAvailabilityPolicyProperties
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