java.lang.Object
com.azure.core.util.ExpandableStringEnum<PcStatus>
com.azure.resourcemanager.network.models.PcStatus

public final class PcStatus extends com.azure.core.util.ExpandableStringEnum<PcStatus>
The status of the packet capture session.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PcStatus
    Static value Error for PcStatus.
    static final PcStatus
    Static value NotStarted for PcStatus.
    static final PcStatus
    Static value Running for PcStatus.
    static final PcStatus
    Static value Stopped for PcStatus.
    static final PcStatus
    Static value Unknown for PcStatus.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static PcStatus
    Creates or finds a PcStatus from its string representation.
    Gets known PcStatus values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NOT_STARTED

      public static final PcStatus NOT_STARTED
      Static value NotStarted for PcStatus.
    • RUNNING

      public static final PcStatus RUNNING
      Static value Running for PcStatus.
    • STOPPED

      public static final PcStatus STOPPED
      Static value Stopped for PcStatus.
    • ERROR

      public static final PcStatus ERROR
      Static value Error for PcStatus.
    • UNKNOWN

      public static final PcStatus UNKNOWN
      Static value Unknown for PcStatus.
  • Constructor Details

    • PcStatus

      public PcStatus()
  • Method Details

    • fromString

      public static PcStatus fromString(String name)
      Creates or finds a PcStatus from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PcStatus.
    • values

      public static Collection<PcStatus> values()
      Gets known PcStatus values.
      Returns:
      known PcStatus values.