Class AddImageShapeCompatibilityEntryDetails
Image shape compatibility details.
Inheritance
AddImageShapeCompatibilityEntryDetails
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddImageShapeCompatibilityEntryDetails
Properties
MemoryConstraints
Declaration
[JsonProperty(PropertyName = "memoryConstraints")]
public ImageMemoryConstraints MemoryConstraints { get; set; }
Property Value
OcpuConstraints
Declaration
[JsonProperty(PropertyName = "ocpuConstraints")]
public ImageOcpuConstraints OcpuConstraints { get; set; }
Property Value