Class CellTrafficAutomationLifecycleActions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable lifecycle actions for cell traffic automation materialization answers.
public static class CellTrafficAutomationLifecycleActionsInheritance
Section titled “Inheritance”object ← CellTrafficAutomationLifecycleActions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Create
Section titled “ Create”The selected materializer created a new owned control-plane resource.
public const string Create = "create"Field Value
Section titled “Field Value”Delete
Section titled “ Delete”The selected materializer deleted an owned control-plane resource.
public const string Delete = "delete"Field Value
Section titled “Field Value”Observe
Section titled “ Observe”The selected materializer is observing control-plane truth without writing changes.
public const string Observe = "observe"Field Value
Section titled “Field Value”Project
Section titled “ Project”The selected materializer is projecting desired intent without applying it yet.
public const string Project = "project"Field Value
Section titled “Field Value”The selected materializer pruned a no-longer-desired owned control-plane resource.
public const string Prune = "prune"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”The selected materializer is reconciling the desired and actual control-plane posture.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Replace
Section titled “ Replace”The selected materializer replaced or updated an existing owned control-plane resource.
public const string Replace = "replace"Field Value
Section titled “Field Value”Transfer
Section titled “ Transfer”The selected materializer transferred ownership to another reconciler.
public const string Transfer = "transfer"