ExpressRouteFailoverConnectionResourceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteFailoverConnectionResourceDetails
- com.
Implements
public final class ExpressRouteFailoverConnectionResourceDetails
implements JsonSerializable<ExpressRouteFailoverConnectionResourceDetails>
The ExpressRouteFailoverConnectionResourceDetails model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| String |
lastUpdatedTime()
Get the last |
| String |
name()
Get the name property: Connection Name. |
| String |
nrpResourceUri()
Get the nrp |
|
Failover |
status()
Get the status property: The current status of the connection. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExpressRouteFailoverConnectionResourceDetails fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteFailoverConnectionResourceDetails from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdatedTime
public String lastUpdatedTime()
Get the lastUpdatedTime property: Time when the connection was last updated.
Returns:
name
public String name()
Get the name property: Connection Name.
Returns:
nrpResourceUri
public String nrpResourceUri()
Get the nrpResourceUri property: NRP Resource URI of the connection.
Returns:
status
public FailoverConnectionStatus status()
Get the status property: The current status of the connection.
Returns:
toJson
validate
public void validate()
Validates the instance.