DesktopAvailabilityPolicy¶
-
class
oci.desktops.models.
DesktopAvailabilityPolicy
(**kwargs)¶ Bases:
object
Provides the start and stop schedule information for desktop availability of the desktop pool.
Methods
__init__
(**kwargs)Initializes a new DesktopAvailabilityPolicy object with values from keyword arguments. Attributes
start_schedule
[Required] Gets the start_schedule of this DesktopAvailabilityPolicy. stop_schedule
[Required] Gets the stop_schedule of this DesktopAvailabilityPolicy. -
__init__
(**kwargs)¶ Initializes a new DesktopAvailabilityPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - start_schedule (oci.desktops.models.DesktopSchedule) – The value to assign to the start_schedule property of this DesktopAvailabilityPolicy.
- stop_schedule (oci.desktops.models.DesktopSchedule) – The value to assign to the stop_schedule property of this DesktopAvailabilityPolicy.
-
start_schedule
¶ [Required] Gets the start_schedule of this DesktopAvailabilityPolicy.
Returns: The start_schedule of this DesktopAvailabilityPolicy. Return type: oci.desktops.models.DesktopSchedule
-
stop_schedule
¶ [Required] Gets the stop_schedule of this DesktopAvailabilityPolicy.
Returns: The stop_schedule of this DesktopAvailabilityPolicy. Return type: oci.desktops.models.DesktopSchedule
-