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.

Method Summary

Modifier and Type Method and Description
List<Map<String, String>> context()

Get the context value.

Origin origin()

Get the origin value.

Severity severity()

Get the severity value.

IssueType type()

Get the type value.

Method Details

context

public List<>> context()

Get the context value.

Returns:

the context value

origin

public Origin origin()

Get the origin value.

Returns:

the origin value

severity

public Severity severity()

Get the severity value.

Returns:

the severity value

type

public IssueType type()

Get the type value.

Returns:

the type value

Applies to