CircuitMetadataMap Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. CircuitMetadataMap
- com.
Implements
public final class CircuitMetadataMap
implements JsonSerializable<CircuitMetadataMap>
The CircuitMetadataMap model.
Constructor Summary
| Constructor | Description |
|---|---|
| CircuitMetadataMap() |
Creates an instance of Circuit |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Circuit |
fromJson(JsonReader jsonReader)
Reads an instance of Circuit |
| String |
link()
Get the link property: Link to the Express Route circuit. |
| String |
location()
Get the location property: Peering location of the Express Route Circuit. |
| String |
name()
Get the name property: Express Route Circuit Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Circuit |
withLink(String link)
Set the link property: Link to the Express Route circuit. |
|
Circuit |
withLocation(String location)
Set the location property: Peering location of the Express Route Circuit. |
|
Circuit |
withName(String name)
Set the name property: Express Route Circuit Name. |
Methods inherited from java.lang.Object
Constructor Details
CircuitMetadataMap
public CircuitMetadataMap()
Creates an instance of CircuitMetadataMap class.
Method Details
fromJson
public static CircuitMetadataMap fromJson(JsonReader jsonReader)
Reads an instance of CircuitMetadataMap from the JsonReader.
Parameters:
Returns:
Throws:
link
public String link()
Get the link property: Link to the Express Route circuit.
Returns:
location
public String location()
Get the location property: Peering location of the Express Route Circuit.
Returns:
name
public String name()
Get the name property: Express Route Circuit Name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLink
public CircuitMetadataMap withLink(String link)
Set the link property: Link to the Express Route circuit.
Parameters:
Returns:
withLocation
public CircuitMetadataMap withLocation(String location)
Set the location property: Peering location of the Express Route Circuit.
Parameters:
Returns:
withName
public CircuitMetadataMap withName(String name)
Set the name property: Express Route Circuit Name.
Parameters:
Returns: