FailoverConnectionDetails Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. FailoverConnectionDetails
- com.
Implements
public final class FailoverConnectionDetails
implements JsonSerializable<FailoverConnectionDetails>
The FailoverConnectionDetails model.
Constructor Summary
Constructor | Description |
---|---|
FailoverConnectionDetails() |
Creates an instance of Failover |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
failoverConnectionName()
Get the failover |
String |
failoverLocation()
Get the failover |
static
Failover |
fromJson(JsonReader jsonReader)
Reads an instance of Failover |
Boolean |
isVerified()
Get the is |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Failover |
withFailoverConnectionName(String failoverConnectionName)
Set the failover |
Failover |
withFailoverLocation(String failoverLocation)
Set the failover |
Failover |
withIsVerified(Boolean isVerified)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
FailoverConnectionDetails
public FailoverConnectionDetails()
Creates an instance of FailoverConnectionDetails class.
Method Details
failoverConnectionName
public String failoverConnectionName()
Get the failoverConnectionName property: Name of the failover connection.
Returns:
failoverLocation
public String failoverLocation()
Get the failoverLocation property: Location of the failover connection.
Returns:
fromJson
public static FailoverConnectionDetails fromJson(JsonReader jsonReader)
Reads an instance of FailoverConnectionDetails from the JsonReader.
Parameters:
Returns:
Throws:
isVerified
public Boolean isVerified()
Get the isVerified property: Whether the customer was able to establish connectivity through this failover connection or not.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFailoverConnectionName
public FailoverConnectionDetails withFailoverConnectionName(String failoverConnectionName)
Set the failoverConnectionName property: Name of the failover connection.
Parameters:
Returns:
withFailoverLocation
public FailoverConnectionDetails withFailoverLocation(String failoverLocation)
Set the failoverLocation property: Location of the failover connection.
Parameters:
Returns:
withIsVerified
public FailoverConnectionDetails withIsVerified(Boolean isVerified)
Set the isVerified property: Whether the customer was able to establish connectivity through this failover connection or not.
Parameters:
Returns:
Applies to
Azure SDK for Java