ข้ามไปยังเนื้อหา

Class CellTrafficAutomationLifecycleActions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Defines the stable lifecycle actions for cell traffic automation materialization answers.

public static class CellTrafficAutomationLifecycleActions

objectCellTrafficAutomationLifecycleActions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The selected materializer created a new owned control-plane resource.

public const string Create = "create"

string

The selected materializer deleted an owned control-plane resource.

public const string Delete = "delete"

string

The selected materializer is observing control-plane truth without writing changes.

public const string Observe = "observe"

string

The selected materializer is projecting desired intent without applying it yet.

public const string Project = "project"

string

The selected materializer pruned a no-longer-desired owned control-plane resource.

public const string Prune = "prune"

string

The selected materializer is reconciling the desired and actual control-plane posture.

public const string Reconcile = "reconcile"

string

The selected materializer replaced or updated an existing owned control-plane resource.

public const string Replace = "replace"

string

The selected materializer transferred ownership to another reconciler.

public const string Transfer = "transfer"

string