Class ImageMemoryConstraints
For a flexible image and shape, the amount of memory supported for instances that use this image.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ImageMemoryConstraints
Properties
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. |