Class IssueType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IssueType>
com.azure.resourcemanager.network.models.IssueType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IssueType extends com.azure.core.util.ExpandableStringEnum<IssueType>
The type of issue.
  • Field Details

    • UNKNOWN

      public static final IssueType UNKNOWN
      Static value Unknown for IssueType.
    • AGENT_STOPPED

      public static final IssueType AGENT_STOPPED
      Static value AgentStopped for IssueType.
    • GUEST_FIREWALL

      public static final IssueType GUEST_FIREWALL
      Static value GuestFirewall for IssueType.
    • DNS_RESOLUTION

      public static final IssueType DNS_RESOLUTION
      Static value DnsResolution for IssueType.
    • SOCKET_BIND

      public static final IssueType SOCKET_BIND
      Static value SocketBind for IssueType.
    • NETWORK_SECURITY_RULE

      public static final IssueType NETWORK_SECURITY_RULE
      Static value NetworkSecurityRule for IssueType.
    • USER_DEFINED_ROUTE

      public static final IssueType USER_DEFINED_ROUTE
      Static value UserDefinedRoute for IssueType.
    • PORT_THROTTLED

      public static final IssueType PORT_THROTTLED
      Static value PortThrottled for IssueType.
    • PLATFORM

      public static final IssueType PLATFORM
      Static value Platform for IssueType.
  • Constructor Details

  • 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<IssueType> values()
      Gets known IssueType values.
      Returns:
      known IssueType values.