Search Results for

    Show / Hide Table of Contents

    Enum ServiceAgreementStatus

    Defines different lifecircle statuses of a service level agreement.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public enum ServiceAgreementStatus

    Fields

    Name Description
    Active

    Indicates that agreement is complete and immutable. If its start time is in the past, it is implemented and monitored by the runtime.

    Draft

    Indicates that agreement is still work in progress and not ready for deployment yet. All its properties can be modified.

    Retired

    Indicates that agreement has been retired and not monitored anymore. The reason to keep it in the system is to be able to see historical data.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation