Interface ICellTrafficAutomationRuntimeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Exposes the effective cell traffic-automation answers visible to the current runtime.
public interface ICellTrafficAutomationRuntimeCatalogProperties
Section titled “Properties”Automations
Section titled “ Automations”Gets all effective cell traffic-automation answers visible to the current runtime.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> Automations { get; }Property Value
Section titled “Property Value”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
Methods
Section titled “Methods”GetByEdgeNodeId(string)
Section titled “ GetByEdgeNodeId(string)”Gets all effective cell traffic-automation answers that target the requested edge node.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetByEdgeNodeId(string edgeNodeId)Parameters
Section titled “Parameters”edgeNodeId string
The edge-node identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.
GetByHealthIsolationId(string)
Section titled “ GetByHealthIsolationId(string)”Gets all effective cell traffic-automation answers that reference the requested health-isolation identifier.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetByHealthIsolationId(string healthIsolationId)Parameters
Section titled “Parameters”healthIsolationId string
The health-isolation identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.
GetById(string)
Section titled “ GetById(string)”Gets one effective cell traffic-automation answer by its stable identifier.
CellTrafficAutomationRuntimeDescriptor? GetById(string automationId)Parameters
Section titled “Parameters”automationId string
The traffic-automation identifier to resolve.
Returns
Section titled “Returns”CellTrafficAutomationRuntimeDescriptor?
The matching runtime descriptor, or null when it is not active.
GetByProvider(string)
Section titled “ GetByProvider(string)”Gets all effective cell traffic-automation answers that target the requested external provider.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetByProvider(string provider)Parameters
Section titled “Parameters”provider string
The provider identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.
GetByRouteId(string)
Section titled “ GetByRouteId(string)”Gets one effective cell traffic-automation answer by its governed route identifier.
CellTrafficAutomationRuntimeDescriptor? GetByRouteId(string routeId)Parameters
Section titled “Parameters”routeId string
The governed route identifier to resolve.
Returns
Section titled “Returns”CellTrafficAutomationRuntimeDescriptor?
The matching runtime descriptor, or null when it is not active.
GetBySourceCellId(string)
Section titled “ GetBySourceCellId(string)”Gets all effective cell traffic-automation answers that originate from the requested source cell.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetBySourceCellId(string sourceCellId)Parameters
Section titled “Parameters”sourceCellId string
The source-cell identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.
GetBySourceModule(string)
Section titled “ GetBySourceModule(string)”Gets all effective cell traffic-automation answers owned by the requested module.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetBySourceModule(string sourceModuleId)Parameters
Section titled “Parameters”sourceModuleId string
The module identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.
GetByTargetCellId(string)
Section titled “ GetByTargetCellId(string)”Gets all effective cell traffic-automation answers that target the requested cell.
IReadOnlyList<CellTrafficAutomationRuntimeDescriptor> GetByTargetCellId(string targetCellId)Parameters
Section titled “Parameters”targetCellId string
The target-cell identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<CellTrafficAutomationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.