ReachabilityAnalysisRunProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ReachabilityAnalysisRunProperties
- com.
Implements
public final class ReachabilityAnalysisRunProperties
implements JsonSerializable<ReachabilityAnalysisRunProperties>
Represents the Reachability Analysis Run properties.
Constructor Summary
Constructor | Description |
---|---|
ReachabilityAnalysisRunProperties() |
Creates an instance of Reachability |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
analysisResult()
Get the analysis |
String |
description()
Get the description property: The description property. |
String |
errorMessage()
Get the error |
static
Reachability |
fromJson(JsonReader jsonReader)
Reads an instance of Reachability |
Intent |
intentContent()
Get the intent |
String |
intentId()
Get the intent |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Reachability |
withDescription(String description)
Set the description property: The description property. |
Reachability |
withIntentId(String intentId)
Set the intent |
Reachability |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
Methods inherited from java.lang.Object
Constructor Details
ReachabilityAnalysisRunProperties
public ReachabilityAnalysisRunProperties()
Creates an instance of ReachabilityAnalysisRunProperties class.
Method Details
analysisResult
public String analysisResult()
Get the analysisResult property: The analysisResult property.
Returns:
description
public String description()
Get the description property: The description property.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: The errorMessage property.
Returns:
fromJson
public static ReachabilityAnalysisRunProperties fromJson(JsonReader jsonReader)
Reads an instance of ReachabilityAnalysisRunProperties from the JsonReader.
Parameters:
Returns:
Throws:
intentContent
public IntentContent intentContent()
Get the intentContent property: Intent information.
Returns:
intentId
public String intentId()
Get the intentId property: Id of the intent resource to run analysis on.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning states of a resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public ReachabilityAnalysisRunProperties withDescription(String description)
Set the description property: The description property.
Parameters:
Returns:
withIntentId
public ReachabilityAnalysisRunProperties withIntentId(String intentId)
Set the intentId property: Id of the intent resource to run analysis on.
Parameters:
Returns:
withProvisioningState
public ReachabilityAnalysisRunProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: Provisioning states of a resource.
Parameters:
Returns:
Applies to
Azure SDK for Java