ConnectivityHop Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ConnectivityHop
- com.
Implements
public final class ConnectivityHop
implements JsonSerializable<ConnectivityHop>
Information about a hop between the source and the destination.
Constructor Summary
Constructor | Description |
---|---|
ConnectivityHop() |
Creates an instance of Connectivity |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
address()
Get the address property: The IP address of the hop. |
static
Connectivity |
fromJson(JsonReader jsonReader)
Reads an instance of Connectivity |
String |
id()
Get the id property: The ID of the hop. |
List<Connectivity |
issues()
Get the issues property: List of issues. |
List<Hop |
links()
Get the links property: List of hop links. |
List<String> |
nextHopIds()
Get the next |
List<String> |
previousHopIds()
Get the previous |
List<Hop |
previousLinks()
Get the previous |
String |
resourceId()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the hop. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConnectivityHop
public ConnectivityHop()
Creates an instance of ConnectivityHop class.
Method Details
address
public String address()
Get the address property: The IP address of the hop.
Returns:
fromJson
public static ConnectivityHop fromJson(JsonReader jsonReader)
Reads an instance of ConnectivityHop from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the hop.
Returns:
issues
public List
Get the issues property: List of issues.
Returns:
links
public List
Get the links property: List of hop links.
Returns:
nextHopIds
public List
Get the nextHopIds property: List of next hop identifiers.
Returns:
previousHopIds
public List
Get the previousHopIds property: List of previous hop identifiers.
Returns:
previousLinks
public List
Get the previousLinks property: List of previous hop links.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The ID of the resource corresponding to this hop.
Returns:
toJson
type
public String type()
Get the type property: The type of the hop.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java