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 Summary
FieldsModifier and TypeFieldDescriptionstatic final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureCompleted for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureFailed for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureInProgress for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureNotInProgress for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureStartFailed for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureStartFailedToUpload for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureStartFailure for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeStatic value NotImplemented for AzureFirewallPacketCaptureResponseCode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AzureFirewallPacketCaptureResponseCode from its string representation.values()Gets known AzureFirewallPacketCaptureResponseCode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_IMPLEMENTED
Static value NotImplemented for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDEDStatic value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILEDStatic value AzureFirewallPacketCaptureStartFailed for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOADStatic value AzureFirewallPacketCaptureStartFailedToUpload for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILUREStatic value AzureFirewallPacketCaptureStartFailure for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESSStatic value AzureFirewallPacketCaptureInProgress for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESSStatic value AzureFirewallPacketCaptureNotInProgress for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDEDStatic value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_FAILED
Static value AzureFirewallPacketCaptureFailed for AzureFirewallPacketCaptureResponseCode. -
AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
Static value AzureFirewallPacketCaptureCompleted for AzureFirewallPacketCaptureResponseCode.
-
-
Constructor Details
-
AzureFirewallPacketCaptureResponseCode
Deprecated.Use thefromString(String)factory method.Creates a new instance of AzureFirewallPacketCaptureResponseCode value.
-
-
Method Details
-
fromString
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.
-
fromString(String)factory method.