EffectiveRouteSource Class

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

public class EffectiveRouteSource

Defines values for EffectiveRouteSource.

Field Summary

Modifier and Type Field and Description
final EffectiveRouteSource DEFAULT

Static value Default for EffectiveRouteSource.

final EffectiveRouteSource UNKNOWN

Static value Unknown for EffectiveRouteSource.

final EffectiveRouteSource USER

Static value User for EffectiveRouteSource.

final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY

Static value VirtualNetworkGateway for EffectiveRouteSource.

Constructor Summary

Constructor Description
EffectiveRouteSource(String value)

Creates a custom value for EffectiveRouteSource.

Method Summary

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

Field Details

DEFAULT

public static final EffectiveRouteSource DEFAULT= new EffectiveRouteSource("Default")

Static value Default for EffectiveRouteSource.

UNKNOWN

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

Static value Unknown for EffectiveRouteSource.

USER

public static final EffectiveRouteSource USER= new EffectiveRouteSource("User")

Static value User for EffectiveRouteSource.

VIRTUAL_NETWORK_GATEWAY

public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY= new EffectiveRouteSource("VirtualNetworkGateway")

Static value VirtualNetworkGateway for EffectiveRouteSource.

Constructor Details

EffectiveRouteSource

public EffectiveRouteSource(String value)

Creates a custom value for EffectiveRouteSource.

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