EffectiveRouteState Class

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

public class EffectiveRouteState

Defines values for EffectiveRouteState.

Field Summary

Modifier and Type Field and Description
final EffectiveRouteState ACTIVE

Static value Active for EffectiveRouteState.

final EffectiveRouteState INVALID

Static value Invalid for EffectiveRouteState.

Constructor Summary

Constructor Description
EffectiveRouteState(String value)

Creates a custom value for EffectiveRouteState.

Method Summary

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

Field Details

ACTIVE

public static final EffectiveRouteState ACTIVE= new EffectiveRouteState("Active")

Static value Active for EffectiveRouteState.

INVALID

public static final EffectiveRouteState INVALID= new EffectiveRouteState("Invalid")

Static value Invalid for EffectiveRouteState.

Constructor Details

EffectiveRouteState

public EffectiveRouteState(String value)

Creates a custom value for EffectiveRouteState.

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