Show / Hide Table of Contents

Class AddImageShapeCompatibilityEntryDetails

Image shape compatibility details.

Inheritance
object
AddImageShapeCompatibilityEntryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddImageShapeCompatibilityEntryDetails

Properties

MemoryConstraints

Declaration
[JsonProperty(PropertyName = "memoryConstraints")]
public ImageMemoryConstraints MemoryConstraints { get; set; }
Property Value
Type Description
ImageMemoryConstraints

OcpuConstraints

Declaration
[JsonProperty(PropertyName = "ocpuConstraints")]
public ImageOcpuConstraints OcpuConstraints { get; set; }
Property Value
Type Description
ImageOcpuConstraints
In this article
Back to top