ConnectionString Class
- java.
lang. Object - com.
azure. resourcemanager. mongocluster. models. ConnectionString
- com.
Implements
public final class ConnectionString
implements JsonSerializable<ConnectionString>
Connection string for the mongo cluster.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
connectionString()
Get the connection |
| String |
description()
Get the description property: Description of the connection string. |
|
static
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
| String |
name()
Get the name property: Name of the connection string. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
connectionString
public String connectionString()
Get the connectionString property: Value of the connection string.
Returns:
description
public String description()
Get the description property: Description of the connection string.
Returns:
fromJson
public static ConnectionString fromJson(JsonReader jsonReader)
Reads an instance of ConnectionString from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the connection string.
Returns: