Show / Hide Table of Contents

Class PatchAction

Monthly patch details.

Inheritance
object
Action
PatchAction
Inherited Members
Action.ReferenceKey
Action.State
Action.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class PatchAction : Action

Properties

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 describeds whether the change is applied hot or cold

In this article
Back to top