IssueType Class

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

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

Defines values for IssueType.

Field Summary

Modifier and Type Field and Description
static final IssueType AGENT_STOPPED

Static value AgentStopped for IssueType.

static final IssueType DNS_RESOLUTION

Static value DnsResolution for IssueType.

static final IssueType GUEST_FIREWALL

Static value GuestFirewall for IssueType.

static final IssueType NETWORK_SECURITY_RULE

Static value NetworkSecurityRule for IssueType.

static final IssueType PLATFORM

Static value Platform for IssueType.

static final IssueType PORT_THROTTLED

Static value PortThrottled for IssueType.

static final IssueType SOCKET_BIND

Static value SocketBind for IssueType.

static final IssueType UNKNOWN

Static value Unknown for IssueType.

static final IssueType USER_DEFINED_ROUTE

Static value UserDefinedRoute for IssueType.

Constructor Summary

Constructor Description
IssueType()

Method Summary

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

Creates or finds a IssueType from its string representation.

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

AGENT_STOPPED

public static final IssueType AGENT_STOPPED

Static value AgentStopped for IssueType.

DNS_RESOLUTION

public static final IssueType DNS_RESOLUTION

Static value DnsResolution for IssueType.

GUEST_FIREWALL

public static final IssueType GUEST_FIREWALL

Static value GuestFirewall for IssueType.

NETWORK_SECURITY_RULE

public static final IssueType NETWORK_SECURITY_RULE

Static value NetworkSecurityRule for IssueType.

PLATFORM

public static final IssueType PLATFORM

Static value Platform for IssueType.

PORT_THROTTLED

public static final IssueType PORT_THROTTLED

Static value PortThrottled for IssueType.

SOCKET_BIND

public static final IssueType SOCKET_BIND

Static value SocketBind for IssueType.

UNKNOWN

public static final IssueType UNKNOWN

Static value Unknown for IssueType.

USER_DEFINED_ROUTE

public static final IssueType USER_DEFINED_ROUTE

Static value UserDefinedRoute for IssueType.

Constructor Details

IssueType

public IssueType()

Method Details

fromString

public static IssueType fromString(String name)

Creates or finds a IssueType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding IssueType

values

public static Collection values()

Returns:

known IssueType values

Applies to