Class ConnectivityIssue
java.lang.Object
com.microsoft.azure.management.network.ConnectivityIssue
Information about an issue encountered in the process of checking for
connectivity.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConnectivityIssue
public ConnectivityIssue()
-
-
Method Details
-
origin
Get the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'.- Returns:
- the origin value
-
severity
Get the severity of the issue. Possible values include: 'Error', 'Warning'.- Returns:
- the severity value
-
type
Get the type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'.- Returns:
- the type value
-
context
Get provides additional context on the issue.- Returns:
- the context value
-