java.lang.Object
com.azure.core.util.ExpandableStringEnum<PcStatus>
com.azure.resourcemanager.network.models.PcStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PcStatus extends com.azure.core.util.ExpandableStringEnum<PcStatus>
The status of the packet capture session.
  • 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

  • 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.