Class ManualRuntimeConfig
FunctionsRuntime configuration for a function with 'MANUAL' Runtime Update strategy.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class ManualRuntimeConfig : RuntimeConfig
Properties
FunctionsRuntimeName
Declaration
[Required(ErrorMessage = "FunctionsRuntimeName is required.")]
[JsonProperty(PropertyName = "functionsRuntimeName")]
public string FunctionsRuntimeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the FunctionsRuntime this function is to be associated with. |
Remarks
Required
FunctionsRuntimeVersionId
Declaration
[JsonProperty(PropertyName = "functionsRuntimeVersionId")]
public string FunctionsRuntimeVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the FunctionsRuntimeVersion that is currently in use for the function. |