IPAllocationMethod Class

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

public class IPAllocationMethod

Defines values for IPAllocationMethod.

Field Summary

Modifier and Type Field and Description
final IPAllocationMethod DYNAMIC

Static value Dynamic for IPAllocationMethod.

final IPAllocationMethod STATIC

Static value Static for IPAllocationMethod.

Constructor Summary

Constructor Description
IPAllocationMethod(String value)

Creates a custom value for IPAllocationMethod.

Method Summary

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

Field Details

DYNAMIC

public static final IPAllocationMethod DYNAMIC= new IPAllocationMethod("Dynamic")

Static value Dynamic for IPAllocationMethod.

STATIC

public static final IPAllocationMethod STATIC= new IPAllocationMethod("Static")

Static value Static for IPAllocationMethod.

Constructor Details

IPAllocationMethod

public IPAllocationMethod(String value)

Creates a custom value for IPAllocationMethod.

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