Class ImageShapeCompatibilityEntry
An image and shape that are compatible.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ImageShapeCompatibilityEntry
  Properties
ImageId
Declaration
[Required(ErrorMessage = "ImageId is required.")]
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The image OCID.  | 
      
Remarks
Required
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 | 
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The shape name.  | 
      
Remarks
Required