RegionRecord Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. RegionRecord
- com.
Implements
public final class RegionRecord
implements JsonSerializable<RegionRecord>
Details of region record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Region |
fromJson(JsonReader jsonReader)
Reads an instance of Region |
| String |
id()
Get the id property: Id of the cluster. |
| String |
kind()
Get the kind property: Kind of the cluster. |
|
SCMetadata |
metadata()
Get the metadata property: Metadata of the record. |
|
Region |
spec()
Get the spec property: Specification of the region. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RegionRecord fromJson(JsonReader jsonReader)
Reads an instance of RegionRecord from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the cluster.
Returns:
kind
public String kind()
Get the kind property: Kind of the cluster.
Returns:
metadata
public SCMetadataEntity metadata()
Get the metadata property: Metadata of the record.
Returns:
spec
public RegionSpecEntity spec()
Get the spec property: Specification of the region.
Returns: