Class ScaleVmInstanceDetails
Scale the VM instance.
Inherited Members
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class ScaleVmInstanceDetails
Properties
CpusEnabled
Declaration
[JsonProperty(PropertyName = "cpusEnabled")]
public int? CpusEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of CPU cores to be enabled for VM instance. |
MemorySizeInGBs
Declaration
[JsonProperty(PropertyName = "memorySizeInGBs")]
public double MemorySizeInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The memory to be allocated in GBs. |