ConnectionAnalyzerQueryStatusResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ConnectionAnalyzerQueryStatusResultInner
- com.
Implements
public final class ConnectionAnalyzerQueryStatusResultInner
implements JsonSerializable<ConnectionAnalyzerQueryStatusResultInner>
Status result returned when querying a connection analyzer for its diagnostic results.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Connection |
connectionAnalyzerStatus()
Get the connection |
|
List<Diagnostic |
diagnosticOperationResults()
Get the diagnostic |
| String |
error()
Get the error property: Error message if the connection analyzer operation failed. |
|
Offset |
expiryInUtc()
Get the expiry |
|
static
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
| String |
id()
Get the id property: Resource ID of the connection analyzer. |
| String |
outputStoragePath()
Get the output |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
connectionAnalyzerStatus
public ConnectionAnalyzerStatus connectionAnalyzerStatus()
Get the connectionAnalyzerStatus property: Current execution status of the connection analyzer.
Returns:
diagnosticOperationResults
public List<DiagnosticOperationResult> diagnosticOperationResults()
Get the diagnosticOperationResults property: Results of the individual diagnostic operations.
Returns:
error
public String error()
Get the error property: Error message if the connection analyzer operation failed.
Returns:
expiryInUtc
public OffsetDateTime expiryInUtc()
Get the expiryInUtc property: UTC time when the connection analyzer expires.
Returns:
fromJson
public static ConnectionAnalyzerQueryStatusResultInner fromJson(JsonReader jsonReader)
Reads an instance of ConnectionAnalyzerQueryStatusResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID of the connection analyzer.
Returns:
outputStoragePath
public String outputStoragePath()
Get the outputStoragePath property: Storage path where the connection analyzer output is written.
Returns:
toJson
validate
public void validate()
Validates the instance.