ReachabilityAnalysisIntentInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. CommonResource - com.
azure. resourcemanager. network. models. CommonProxyResource - com.
azure. resourcemanager. network. fluent. models. ReachabilityAnalysisIntentInner
- com.
- com.
- com.
- com.
public final class ReachabilityAnalysisIntentInner
extends CommonProxyResource
Configuration information or intent on which to do the analysis on.
Constructor Summary
Constructor | Description |
---|---|
ReachabilityAnalysisIntentInner() |
Creates an instance of Reachability |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Reachability |
fromJson(JsonReader jsonReader)
Reads an instance of Reachability |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Reachability |
properties()
Get the properties property: Represents the Reachability Analysis Intent properties. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Reachability |
withProperties(ReachabilityAnalysisIntentProperties properties)
Set the properties property: Represents the Reachability Analysis Intent properties. |
Methods inherited from CommonProxyResource
Methods inherited from java.lang.Object
Constructor Details
ReachabilityAnalysisIntentInner
public ReachabilityAnalysisIntentInner()
Creates an instance of ReachabilityAnalysisIntentInner class.
Method Details
fromJson
public static ReachabilityAnalysisIntentInner fromJson(JsonReader jsonReader)
Reads an instance of ReachabilityAnalysisIntentInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ReachabilityAnalysisIntentInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ReachabilityAnalysisIntentInner.name()Returns:
properties
public ReachabilityAnalysisIntentProperties properties()
Get the properties property: Represents the Reachability Analysis Intent properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
ReachabilityAnalysisIntentInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ReachabilityAnalysisIntentInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ReachabilityAnalysisIntentInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ReachabilityAnalysisIntentInner.validate()withProperties
public ReachabilityAnalysisIntentInner withProperties(ReachabilityAnalysisIntentProperties properties)
Set the properties property: Represents the Reachability Analysis Intent properties.
Parameters:
Returns:
Applies to
Azure SDK for Java