NameAvailabilityInner Class
- java.
lang. Object - com.
azure. resourcemanager. cosmosdbforpostgresql. fluent. models. NameAvailabilityInner
- com.
Implements
public final class NameAvailabilityInner
implements JsonSerializable<NameAvailabilityInner>
Represents cluster name availability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Name |
fromJson(JsonReader jsonReader)
Reads an instance of Name |
| String |
message()
Get the message property: Error message. |
| String |
name()
Get the name property: Name of the cluster. |
| Boolean |
nameAvailable()
Get the name |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the cluster. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static NameAvailabilityInner fromJson(JsonReader jsonReader)
Reads an instance of NameAvailabilityInner from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Error message.
Returns:
name
public String name()
Get the name property: Name of the cluster.
Returns:
nameAvailable
public Boolean nameAvailable()
Get the nameAvailable property: Indicates whether the cluster name is available.
Returns:
toJson
type
public String type()
Get the type property: Type of the cluster.
Returns: