Share via


AzureFirewallPacketCaptureResponseCode Class

public final class AzureFirewallPacketCaptureResponseCode
extends ExpandableStringEnum<AzureFirewallPacketCaptureResponseCode>

The packet capture operation response codes.

Field Summary

Modifier and Type Field and Description
static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED

Static value AzureFirewallPacketCaptureCompleted for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_FAILED

Static value AzureFirewallPacketCaptureFailed for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS

Static value AzureFirewallPacketCaptureInProgress for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS

Static value AzureFirewallPacketCaptureNotInProgress for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED

Static value AzureFirewallPacketCaptureStartFailed for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD

Static value AzureFirewallPacketCaptureStartFailedToUpload for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE

Static value AzureFirewallPacketCaptureStartFailure for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED

Static value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED

Static value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode.

static final AzureFirewallPacketCaptureResponseCode NOT_IMPLEMENTED

Static value NotImplemented for AzureFirewallPacketCaptureResponseCode.

Constructor Summary

Constructor Description
AzureFirewallPacketCaptureResponseCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureFirewallPacketCaptureResponseCode value.

Method Summary

Modifier and Type Method and Description
static AzureFirewallPacketCaptureResponseCode fromString(String name)

Creates or finds a AzureFirewallPacketCaptureResponseCode from its string representation.

static Collection<AzureFirewallPacketCaptureResponseCode> values()

Gets known AzureFirewallPacketCaptureResponseCode values.

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

Use the fromString(String name) 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

public static Collection<AzureFirewallPacketCaptureResponseCode> values()

Gets known AzureFirewallPacketCaptureResponseCode values.

Returns:

known AzureFirewallPacketCaptureResponseCode values.

Applies to