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 Details

    • id

      public String id()
      Get the id property: Region Id.
      Returns:
      the id value.
    • name

      public String 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<RegionsMetadata>
      Throws:
      IOException
    • fromJson

      public static RegionsMetadata fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      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.