Class AzureFirewallPacketCaptureResponseCode

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

public final class AzureFirewallPacketCaptureResponseCode extends com.azure.core.util.ExpandableStringEnum<AzureFirewallPacketCaptureResponseCode>
The packet capture operation response codes.
  • Field Details

    • NOT_IMPLEMENTED

      public static final AzureFirewallPacketCaptureResponseCode NOT_IMPLEMENTED
      Static value NotImplemented for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
      Static value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED
      Static value AzureFirewallPacketCaptureStartFailed for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD
      Static value AzureFirewallPacketCaptureStartFailedToUpload for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE
      Static value AzureFirewallPacketCaptureStartFailure for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS
      Static value AzureFirewallPacketCaptureInProgress for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS
      Static value AzureFirewallPacketCaptureNotInProgress for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
      Static value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_FAILED

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_FAILED
      Static value AzureFirewallPacketCaptureFailed for AzureFirewallPacketCaptureResponseCode.
    • AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED

      public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
      Static value AzureFirewallPacketCaptureCompleted for AzureFirewallPacketCaptureResponseCode.
  • Constructor Details

    • AzureFirewallPacketCaptureResponseCode

      @Deprecated public AzureFirewallPacketCaptureResponseCode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AzureFirewallPacketCaptureResponseCode value.
  • Method Details

    • fromString

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

      Gets known AzureFirewallPacketCaptureResponseCode values.
      Returns:
      known AzureFirewallPacketCaptureResponseCode values.