ReachabilityAnalysisIntentProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ReachabilityAnalysisIntentProperties
- com.
Implements
public final class ReachabilityAnalysisIntentProperties
implements JsonSerializable<ReachabilityAnalysisIntentProperties>
Represents the Reachability Analysis Intent properties.
Constructor Summary
Constructor | Description |
---|---|
ReachabilityAnalysisIntentProperties() |
Creates an instance of Reachability |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The description property. |
String |
destinationResourceId()
Get the destination |
static
Reachability |
fromJson(JsonReader jsonReader)
Reads an instance of Reachability |
Ip |
ipTraffic()
Get the ip |
Provisioning |
provisioningState()
Get the provisioning |
String |
sourceResourceId()
Get the source |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Reachability |
withDescription(String description)
Set the description property: The description property. |
Reachability |
withDestinationResourceId(String destinationResourceId)
Set the destination |
Reachability |
withIpTraffic(IpTraffic ipTraffic)
Set the ip |
Reachability |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
Reachability |
withSourceResourceId(String sourceResourceId)
Set the source |
Methods inherited from java.lang.Object
Constructor Details
ReachabilityAnalysisIntentProperties
public ReachabilityAnalysisIntentProperties()
Creates an instance of ReachabilityAnalysisIntentProperties class.
Method Details
description
public String description()
Get the description property: The description property.
Returns:
destinationResourceId
public String destinationResourceId()
Get the destinationResourceId property: Destination resource id to verify the reachability path of.
Returns:
fromJson
public static ReachabilityAnalysisIntentProperties fromJson(JsonReader jsonReader)
Reads an instance of ReachabilityAnalysisIntentProperties from the JsonReader.
Parameters:
Returns:
Throws:
ipTraffic
public IpTraffic ipTraffic()
Get the ipTraffic property: IP traffic information.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning states of a resource.
Returns:
sourceResourceId
public String sourceResourceId()
Get the sourceResourceId property: Source resource id to verify the reachability path of.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public ReachabilityAnalysisIntentProperties withDescription(String description)
Set the description property: The description property.
Parameters:
Returns:
withDestinationResourceId
public ReachabilityAnalysisIntentProperties withDestinationResourceId(String destinationResourceId)
Set the destinationResourceId property: Destination resource id to verify the reachability path of.
Parameters:
Returns:
withIpTraffic
public ReachabilityAnalysisIntentProperties withIpTraffic(IpTraffic ipTraffic)
Set the ipTraffic property: IP traffic information.
Parameters:
Returns:
withProvisioningState
public ReachabilityAnalysisIntentProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: Provisioning states of a resource.
Parameters:
Returns:
withSourceResourceId
public ReachabilityAnalysisIntentProperties withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: Source resource id to verify the reachability path of.
Parameters:
Returns:
Applies to
Azure SDK for Java