Class ShapeConfig
Determines the size and amount of resources available to the instance.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ShapeConfig
  Properties
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public float? MemoryInGBs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| float? | The total amount of memory available to the instance, in gigabytes.  | 
      
Ocpus
Declaration
[Required(ErrorMessage = "Ocpus is required.")]
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
  Property Value
| Type | Description | 
|---|---|
| float? | The total number of OCPUs available to the instance.  | 
      
Remarks
Required