Show / Hide Table of Contents

Class ImageShapeCompatibility

Shape configuration details

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

In this article
Back to top