Class ActualBuildRunnerShapeConfig
Build Runner Shape configuration.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ActualBuildRunnerShapeConfigProperties
MemoryInGBs
Declaration
[Required(ErrorMessage = "MemoryInGBs is required.")]
[JsonProperty(PropertyName = "memoryInGBs")]
public double MemoryInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| double | The total amount of memory set for the instance in gigabytes. | 
Remarks
Required
Ocpus
Declaration
[Required(ErrorMessage = "Ocpus is required.")]
[JsonProperty(PropertyName = "ocpus")]
public double Ocpus { get; set; }Property Value
| Type | Description | 
|---|---|
| double | The total number of OCPUs set for the instance. | 
Remarks
Required