ExpressRouteFailoverConnectionResourceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteFailoverConnectionResourceDetails
- com.
Implements
public final class ExpressRouteFailoverConnectionResourceDetails
implements JsonSerializable<ExpressRouteFailoverConnectionResourceDetails>
The ExpressRouteFailoverConnectionResourceDetails model.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteFailoverConnectionResourceDetails() |
Creates an instance of Express |
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. |
Express |
withLastUpdatedTime(String lastUpdatedTime)
Set the last |
Express |
withName(String name)
Set the name property: Connection Name. |
Express |
withNrpResourceUri(String nrpResourceUri)
Set the nrp |
Express |
withStatus(FailoverConnectionStatus status)
Set the status property: The current status of the connection. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteFailoverConnectionResourceDetails
public ExpressRouteFailoverConnectionResourceDetails()
Creates an instance of ExpressRouteFailoverConnectionResourceDetails class.
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.
withLastUpdatedTime
public ExpressRouteFailoverConnectionResourceDetails withLastUpdatedTime(String lastUpdatedTime)
Set the lastUpdatedTime property: Time when the connection was last updated.
Parameters:
Returns:
withName
public ExpressRouteFailoverConnectionResourceDetails withName(String name)
Set the name property: Connection Name.
Parameters:
Returns:
withNrpResourceUri
public ExpressRouteFailoverConnectionResourceDetails withNrpResourceUri(String nrpResourceUri)
Set the nrpResourceUri property: NRP Resource URI of the connection.
Parameters:
Returns:
withStatus
public ExpressRouteFailoverConnectionResourceDetails withStatus(FailoverConnectionStatus status)
Set the status property: The current status of the connection.
Parameters:
Returns:
Applies to
Azure SDK for Java