DesktopPoolShapeConfig

class oci.desktops.models.DesktopPoolShapeConfig(**kwargs)

Bases: object

The shape configuration used for each desktop compute instance in the desktop pool.

Attributes

BASELINE_OCPU_UTILIZATION_BASELINE_1_1 A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig.
BASELINE_OCPU_UTILIZATION_BASELINE_1_2 A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig.
BASELINE_OCPU_UTILIZATION_BASELINE_1_8 A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig.
baseline_ocpu_utilization Gets the baseline_ocpu_utilization of this DesktopPoolShapeConfig.
memory_in_gbs Gets the memory_in_gbs of this DesktopPoolShapeConfig.
ocpus Gets the ocpus of this DesktopPoolShapeConfig.

Methods

__init__(**kwargs) Initializes a new DesktopPoolShapeConfig object with values from keyword arguments.
BASELINE_OCPU_UTILIZATION_BASELINE_1_1 = 'BASELINE_1_1'

A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig. This constant has a value of “BASELINE_1_1”

BASELINE_OCPU_UTILIZATION_BASELINE_1_2 = 'BASELINE_1_2'

A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig. This constant has a value of “BASELINE_1_2”

BASELINE_OCPU_UTILIZATION_BASELINE_1_8 = 'BASELINE_1_8'

A constant which can be used with the baseline_ocpu_utilization property of a DesktopPoolShapeConfig. This constant has a value of “BASELINE_1_8”

__init__(**kwargs)

Initializes a new DesktopPoolShapeConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • ocpus (int) – The value to assign to the ocpus property of this DesktopPoolShapeConfig.
  • memory_in_gbs (int) – The value to assign to the memory_in_gbs property of this DesktopPoolShapeConfig.
  • baseline_ocpu_utilization (str) – The value to assign to the baseline_ocpu_utilization property of this DesktopPoolShapeConfig. Allowed values for this property are: “BASELINE_1_8”, “BASELINE_1_2”, “BASELINE_1_1”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
baseline_ocpu_utilization

Gets the baseline_ocpu_utilization of this DesktopPoolShapeConfig. The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.

The following values are supported: - BASELINE_1_8 - baseline usage is 1/8 of an OCPU. - BASELINE_1_2 - baseline usage is 1/2 of an OCPU. - BASELINE_1_1 - baseline usage is the entire OCPU. This represents a non-burstable instance.

Allowed values for this property are: “BASELINE_1_8”, “BASELINE_1_2”, “BASELINE_1_1”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The baseline_ocpu_utilization of this DesktopPoolShapeConfig.
Return type:str
memory_in_gbs

Gets the memory_in_gbs of this DesktopPoolShapeConfig. The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.

Returns:The memory_in_gbs of this DesktopPoolShapeConfig.
Return type:int
ocpus

Gets the ocpus of this DesktopPoolShapeConfig. The total number of OCPUs available for each desktop compute instance in the desktop pool.

Returns:The ocpus of this DesktopPoolShapeConfig.
Return type:int