PcStatus Class

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

public class PcStatus

Defines values for PcStatus.

Field Summary

Modifier and Type Field and Description
final PcStatus ERROR

Static value Error for PcStatus.

final PcStatus NOT_STARTED

Static value NotStarted for PcStatus.

final PcStatus RUNNING

Static value Running for PcStatus.

final PcStatus STOPPED

Static value Stopped for PcStatus.

final PcStatus UNKNOWN

Static value Unknown for PcStatus.

Constructor Summary

Constructor Description
PcStatus(String value)

Creates a custom value for PcStatus.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

ERROR

public static final PcStatus ERROR= new PcStatus("Error")

Static value Error for PcStatus.

NOT_STARTED

public static final PcStatus NOT_STARTED= new PcStatus("NotStarted")

Static value NotStarted for PcStatus.

RUNNING

public static final PcStatus RUNNING= new PcStatus("Running")

Static value Running for PcStatus.

STOPPED

public static final PcStatus STOPPED= new PcStatus("Stopped")

Static value Stopped for PcStatus.

UNKNOWN

public static final PcStatus UNKNOWN= new PcStatus("Unknown")

Static value Unknown for PcStatus.

Constructor Details

PcStatus

public PcStatus(String value)

Creates a custom value for PcStatus.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to