Class PatchAction
Monthly patch details.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class PatchAction : ActionProperties
Artifact
Declaration
[JsonProperty(PropertyName = "artifact")]
public string Artifact { get; set; }Property Value
| Type | Description | 
|---|---|
| string | patch bundle name | 
Category
Declaration
[JsonProperty(PropertyName = "category")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchAction.CategoryEnum? Category { get; set; }Property Value
| Type | Description | 
|---|---|
| PatchAction.CategoryEnum? | patch artifact category | 
Mode
Declaration
[JsonProperty(PropertyName = "mode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchAction.ModeEnum? Mode { get; set; }Property Value
| Type | Description | 
|---|---|
| PatchAction.ModeEnum? | A string that describes whether the change is applied hot or cold |