PcStatus Class

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

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

Defines values for PcStatus.

Field Summary

Modifier and Type Field and Description
static final PcStatus ERROR

Static value Error for PcStatus.

static final PcStatus NOT_STARTED

Static value NotStarted for PcStatus.

static final PcStatus RUNNING

Static value Running for PcStatus.

static final PcStatus STOPPED

Static value Stopped for PcStatus.

static final PcStatus UNKNOWN

Static value Unknown for PcStatus.

Constructor Summary

Constructor Description
PcStatus()

Method Summary

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

Creates or finds a PcStatus from its string representation.

static java.util.Collection<PcStatus> 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

ERROR

public static final PcStatus ERROR

Static value Error for PcStatus.

NOT_STARTED

public static final PcStatus NOT_STARTED

Static value NotStarted for PcStatus.

RUNNING

public static final PcStatus RUNNING

Static value Running for PcStatus.

STOPPED

public static final PcStatus STOPPED

Static value Stopped for PcStatus.

UNKNOWN

public static final PcStatus UNKNOWN

Static value Unknown for PcStatus.

Constructor Details

PcStatus

public PcStatus()

Method Details

fromString

public static PcStatus fromString(String name)

Creates or finds a PcStatus from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding PcStatus

values

public static Collection values()

Returns:

known PcStatus values

Applies to