Class CreateDesktopPoolShapeConfigDetails
The compute instance shape configuration requested for each desktop in the desktop pool.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class CreateDesktopPoolShapeConfigDetails
Properties
BaselineOcpuUtilization
Declaration
[JsonProperty(PropertyName = "baselineOcpuUtilization")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateDesktopPoolShapeConfigDetails.BaselineOcpuUtilizationEnum? BaselineOcpuUtilization { get; set; }
Property Value
Type | Description |
---|---|
CreateDesktopPoolShapeConfigDetails.BaselineOcpuUtilizationEnum? | 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
The following values are supported:
|
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public long? MemoryInGBs { get; set; }
Property Value
Type | Description |
---|---|
long? | The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public long? Ocpus { get; set; }
Property Value
Type | Description |
---|---|
long? | The total number of OCPUs available for each desktop compute instance in the desktop pool. |