Show / Hide Table of Contents

Class ScaleVmInstanceDetails

Scale the VM instance.

Inheritance
object
ScaleVmInstanceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top