PcError Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.PcError

public final class PcError
extends com.microsoft.rest.ExpandableStringEnum<PcError>

Defines values for PcError.

Field Summary

Modifier and Type Field and Description
static final PcError AGENT_STOPPED

Static value AgentStopped for PcError.

static final PcError CAPTURE_FAILED

Static value CaptureFailed for PcError.

static final PcError INTERNAL_ERROR

Static value InternalError for PcError.

static final PcError LOCAL_FILE_FAILED

Static value LocalFileFailed for PcError.

static final PcError STORAGE_FAILED

Static value StorageFailed for PcError.

Constructor Summary

Constructor Description
PcError()

Method Summary

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

Creates or finds a PcError from its string representation.

static java.util.Collection<PcError> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

AGENT_STOPPED

public static final PcError AGENT_STOPPED

Static value AgentStopped for PcError.

CAPTURE_FAILED

public static final PcError CAPTURE_FAILED

Static value CaptureFailed for PcError.

INTERNAL_ERROR

public static final PcError INTERNAL_ERROR

Static value InternalError for PcError.

LOCAL_FILE_FAILED

public static final PcError LOCAL_FILE_FAILED

Static value LocalFileFailed for PcError.

STORAGE_FAILED

public static final PcError STORAGE_FAILED

Static value StorageFailed for PcError.

Constructor Details

PcError

public PcError()

Method Details

fromString

public static PcError fromString(String name)

Creates or finds a PcError from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding PcError

values

public static Collection values()

Returns:

known PcError values

Applies to