Partager via


ServiceStatus Énumération

  • java.lang.Object
    • java.lang.Enum<ServiceStatus>
      • system.fabric.query.ServiceStatus

public enum ServiceStatus

Représente la status d’un service récupéré en appelantsystem.fabric.client.QueryClient#getServiceListAsync(java.net.URI, java.net.URI, String, java.time.Duration)

Champs

Active

Le service a été créé avec succès.

Deleting

Le service est en cours de suppression.

Unknown

Le status de service n’est pas encore connu.

Upgrading

Le service est en cours de mise à niveau.

Méthodes

getValue()

public int getValue()

Retours

int

S’applique à