Class ShapeMemoryOptions
Options for the the shape memory
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ShapeMemoryOptions
Properties
MaxInGBs
Declaration
[Required(ErrorMessage = "MaxInGBs is required.")]
[JsonProperty(PropertyName = "maxInGBs")]
public float? MaxInGBs { get; set; }
Property Value
Type | Description |
---|---|
float? | Maximum Memory configuration in GBs |
Remarks
Required
MinInGBs
Declaration
[Required(ErrorMessage = "MinInGBs is required.")]
[JsonProperty(PropertyName = "minInGBs")]
public float? MinInGBs { get; set; }
Property Value
Type | Description |
---|---|
float? | Minimum Memory configuration in GBs |
Remarks
Required