Class RequirementDetails
Note: Deprecated. Use the new resource model APIs instead. Minimum memory required by this PBF. The user should use memory greater than or equal to this value while configuring the Function.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class RequirementDetails
Properties
MinMemoryRequiredInMBs
Declaration
[Required(ErrorMessage = "MinMemoryRequiredInMBs is required.")]
[JsonProperty(PropertyName = "minMemoryRequiredInMBs")]
public long? MinMemoryRequiredInMBs { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | Minimum memory required by this PBF. The user should use memory greater than or equal to this value while configuring the Function. |
Remarks
Required
Policies
Declaration
[JsonProperty(PropertyName = "policies")]
public List<PolicyDetails> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PolicyDetails> | List of policies required for this PBF execution. |