Class ImageMemoryConstraints
For a flexible image and shape, the amount of memory supported for instances that use this image.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ImageMemoryConstraintsProperties
MaxInGBs
Declaration
[JsonProperty(PropertyName = "maxInGBs")]
public int? MaxInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum amount of memory, in gigabytes. | 
MinInGBs
Declaration
[JsonProperty(PropertyName = "minInGBs")]
public int? MinInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The minimum amount of memory, in gigabytes. |