ConnectivityIssue Class

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

public class ConnectivityIssue

Information about an issue encountered in the process of checking for connectivity.

Constructor Summary

Constructor Description
ConnectivityIssue()

Method Summary

Modifier and Type Method and Description
java.util.List<java.util.Map<java.lang.String,java.lang.String>> context()

Get provides additional context on the issue.

Origin origin()

Get the origin of the issue.

Severity severity()

Get the severity of the issue.

IssueType type()

Get the type of issue.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConnectivityIssue

public ConnectivityIssue()

Method Details

context

public List<>> context()

Get provides additional context on the issue.

Returns:

the context value

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

Applies to