AzureFirewallPacketCaptureResponseCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AzureFirewallPacketCaptureResponseCode
- com.
- com.
public final class AzureFirewallPacketCaptureResponseCode
extends ExpandableStringEnum<AzureFirewallPacketCaptureResponseCode>
The packet capture operation response codes.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_FAILED
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
Static value Azure |
|
static final
Azure |
AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
Static value Azure |
|
static final
Azure |
NOT_IMPLEMENTED
Static value Not |
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFirewallPacketCaptureResponseCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromString(String name)
Creates or finds a Azure |
|
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
Static value AzureFirewallPacketCaptureCompleted 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_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_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_START_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
Static value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode.
AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
Static value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode.
NOT_IMPLEMENTED
public static final AzureFirewallPacketCaptureResponseCode NOT_IMPLEMENTED
Static value NotImplemented for AzureFirewallPacketCaptureResponseCode.
Constructor Details
AzureFirewallPacketCaptureResponseCode
@Deprecated
public AzureFirewallPacketCaptureResponseCode()
Deprecated
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:
Returns:
values
public static Collection<AzureFirewallPacketCaptureResponseCode> values()
Gets known AzureFirewallPacketCaptureResponseCode values.
Returns: