UpdateDesktopPoolDetails¶
-
class
oci.desktops.models.
UpdateDesktopPoolDetails
(**kwargs)¶ Bases:
object
Provides the details of a request to update the desktop pool.
Methods
__init__
(**kwargs)Initializes a new UpdateDesktopPoolDetails object with values from keyword arguments. Attributes
availability_policy
Gets the availability_policy of this UpdateDesktopPoolDetails. contact_details
Gets the contact_details of this UpdateDesktopPoolDetails. defined_tags
Gets the defined_tags of this UpdateDesktopPoolDetails. description
Gets the description of this UpdateDesktopPoolDetails. device_policy
Gets the device_policy of this UpdateDesktopPoolDetails. display_name
Gets the display_name of this UpdateDesktopPoolDetails. freeform_tags
Gets the freeform_tags of this UpdateDesktopPoolDetails. maximum_size
Gets the maximum_size of this UpdateDesktopPoolDetails. session_lifecycle_actions
Gets the session_lifecycle_actions of this UpdateDesktopPoolDetails. standby_size
Gets the standby_size of this UpdateDesktopPoolDetails. time_start_scheduled
Gets the time_start_scheduled of this UpdateDesktopPoolDetails. time_stop_scheduled
Gets the time_stop_scheduled of this UpdateDesktopPoolDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDesktopPoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateDesktopPoolDetails.
- description (str) – The value to assign to the description property of this UpdateDesktopPoolDetails.
- maximum_size (int) – The value to assign to the maximum_size property of this UpdateDesktopPoolDetails.
- standby_size (int) – The value to assign to the standby_size property of this UpdateDesktopPoolDetails.
- device_policy (oci.desktops.models.DesktopDevicePolicy) – The value to assign to the device_policy property of this UpdateDesktopPoolDetails.
- availability_policy (oci.desktops.models.DesktopAvailabilityPolicy) – The value to assign to the availability_policy property of this UpdateDesktopPoolDetails.
- contact_details (str) – The value to assign to the contact_details property of this UpdateDesktopPoolDetails.
- time_start_scheduled (datetime) – The value to assign to the time_start_scheduled property of this UpdateDesktopPoolDetails.
- time_stop_scheduled (datetime) – The value to assign to the time_stop_scheduled property of this UpdateDesktopPoolDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDesktopPoolDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDesktopPoolDetails.
- session_lifecycle_actions (oci.desktops.models.UpdateDesktopPoolDesktopSessionLifecycleActions) – The value to assign to the session_lifecycle_actions property of this UpdateDesktopPoolDetails.
-
availability_policy
¶ Gets the availability_policy of this UpdateDesktopPoolDetails.
Returns: The availability_policy of this UpdateDesktopPoolDetails. Return type: oci.desktops.models.DesktopAvailabilityPolicy
-
contact_details
¶ Gets the contact_details of this UpdateDesktopPoolDetails. Contact information of the desktop pool administrator. Avoid entering confidential information.
Returns: The contact_details of this UpdateDesktopPoolDetails. Return type: str
Gets the defined_tags of this UpdateDesktopPoolDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateDesktopPoolDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateDesktopPoolDetails. A user friendly description providing additional information about the resource. Avoid entering confidential information.
Returns: The description of this UpdateDesktopPoolDetails. Return type: str
-
device_policy
¶ Gets the device_policy of this UpdateDesktopPoolDetails.
Returns: The device_policy of this UpdateDesktopPoolDetails. Return type: oci.desktops.models.DesktopDevicePolicy
-
display_name
¶ Gets the display_name of this UpdateDesktopPoolDetails. A user friendly display name. Avoid entering confidential information.
Returns: The display_name of this UpdateDesktopPoolDetails. Return type: str
Gets the freeform_tags of this UpdateDesktopPoolDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateDesktopPoolDetails. Return type: dict(str, str)
-
maximum_size
¶ Gets the maximum_size of this UpdateDesktopPoolDetails. The maximum number of desktops permitted in the desktop pool.
Returns: The maximum_size of this UpdateDesktopPoolDetails. Return type: int
-
session_lifecycle_actions
¶ Gets the session_lifecycle_actions of this UpdateDesktopPoolDetails.
Returns: The session_lifecycle_actions of this UpdateDesktopPoolDetails. Return type: oci.desktops.models.UpdateDesktopPoolDesktopSessionLifecycleActions
-
standby_size
¶ Gets the standby_size of this UpdateDesktopPoolDetails. The maximum number of standby desktops available in the desktop pool.
Returns: The standby_size of this UpdateDesktopPoolDetails. Return type: int
-
time_start_scheduled
¶ Gets the time_start_scheduled of this UpdateDesktopPoolDetails. The start time of the desktop pool.
Returns: The time_start_scheduled of this UpdateDesktopPoolDetails. Return type: datetime
-
time_stop_scheduled
¶ Gets the time_stop_scheduled of this UpdateDesktopPoolDetails. The stop time of the desktop pool.
Returns: The time_stop_scheduled of this UpdateDesktopPoolDetails. Return type: datetime
-