Class ImageShapeCompatibility
Shape configuration details
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ImageShapeCompatibility
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 |
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the shape. |
Remarks
Required