Class ConnectivityIssue

java.lang.Object
com.microsoft.azure.management.network.ConnectivityIssue

public class ConnectivityIssue extends Object
Information about an issue encountered in the process of checking for connectivity.
  • Constructor Details

    • ConnectivityIssue

      public ConnectivityIssue()
  • Method Details

    • origin

      public Origin origin()
      Get the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'.
      Returns:
      the origin value
    • severity

      public Severity severity()
      Get the severity of the issue. Possible values include: 'Error', 'Warning'.
      Returns:
      the severity value
    • type

      public IssueType type()
      Get the type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'.
      Returns:
      the type value
    • context

      public List<Map<String,String>> context()
      Get provides additional context on the issue.
      Returns:
      the context value