Show / Hide Table of Contents

    Enum ServiceVersionStatus

    Defines different life cycle statuses of a service version.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum ServiceVersionStatus

    Fields

    Name Description
    Active

    Indicates that version definition is complete and immutable. It can be hosted and virtualized by other services.

    Draft

    Indicates that version is still work in progress and not ready for deployment yet. It cannot be hosted and cannot have dependencies (cannot be virtualized by other services).

    Obsolete

    Indicates that version is obsolete and scheduled for decommission. It can be hosted, but it cannot have dependencies (cannot be virtualized by other services).

    Retired

    Indicates that version has been retired and not used anymore. It cannot be hosted and cannot have dependencies (cannot be virtualized by other services). The reason to keep this version in the system is just to be able to see historical monitoring data.

    Back to top Nevatech Sentinet 6.5 Online Documentation