Class OperationsSpecification
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class OperationsSpecification
- Inheritance
-
OperationsSpecification
- Inherited Members
-
Properties
ApiVersion
public string ApiVersion { get; set; }
Property Value
- string
EscalationPaths
public IList<OperationsEscalationPath> EscalationPaths { get; init; }
Property Value
- IList<OperationsEscalationPath>
Id
public string Id { get; set; }
Property Value
- string
IncidentLevels
public IList<OperationsIncidentLevel> IncidentLevels { get; init; }
Property Value
- IList<OperationsIncidentLevel>
Kind
public string Kind { get; set; }
Property Value
- string
public BehaviorMetadata Metadata { get; set; }
Property Value
- BehaviorMetadata
ResponseSlos
public IList<OperationsResponseSlo> ResponseSlos { get; init; }
Property Value
- IList<OperationsResponseSlo>
Runbooks
public IList<OperationsRunbook> Runbooks { get; init; }
Property Value
- IList<OperationsRunbook>
Service
public string Service { get; set; }
Property Value
- string
Status
public string Status { get; set; }
Property Value
- string
Trace
public OperationsTraceability Trace { get; set; }
Property Value
- OperationsTraceability
Version
public int Version { get; set; }
Property Value
- int