Class ConnectivityIssue
java.lang.Object
com.azure.resourcemanager.network.models.ConnectivityIssue
Information about an issue encountered in the process of checking for connectivity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()Get the context property: Provides additional context on the issue.origin()Get the origin property: The origin of the issue.severity()Get the severity property: The severity of the issue.type()Get the type property: The type of issue.voidvalidate()Validates the instance.
-
Constructor Details
-
ConnectivityIssue
public ConnectivityIssue()Creates an instance of ConnectivityIssue class.
-
-
Method Details
-
origin
Get the origin property: The origin of the issue.- Returns:
- the origin value.
-
severity
Get the severity property: The severity of the issue.- Returns:
- the severity value.
-
type
Get the type property: The type of issue.- Returns:
- the type value.
-
context
Get the context property: Provides additional context on the issue.- Returns:
- the context value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-