Class RegionsMetadata
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.RegionsMetadata
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RegionsMetadata>
public final class RegionsMetadata
extends Object
implements com.azure.json.JsonSerializable<RegionsMetadata>
Informatica Serverless Runtime Regions Metadata.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegionsMetadatafromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegionsMetadata from the JsonReader.id()Get the id property: Region Id.name()Get the name property: Region name.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.
-
Method Details
-
id
Get the id property: Region Id.- Returns:
- the id value.
-
name
Get the name property: Region name.- Returns:
- the name value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<RegionsMetadata>- Throws:
IOException
-
fromJson
Reads an instance of RegionsMetadata from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of RegionsMetadata if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the RegionsMetadata.
-