Class ServerlessConfigProperties

java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.ServerlessConfigProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<ServerlessConfigProperties>

public final class ServerlessConfigProperties extends Object implements com.azure.json.JsonSerializable<ServerlessConfigProperties>
Metadata Serverless Config Properties.
  • Method Details

    • platform

      public PlatformType platform()
      Get the platform property: Platform types.
      Returns:
      the platform value.
    • applicationTypes

      public List<ApplicationTypeMetadata> applicationTypes()
      Get the applicationTypes property: List of application types supported by informatica.
      Returns:
      the applicationTypes value.
    • computeUnits

      public List<ComputeUnitsMetadata> computeUnits()
      Get the computeUnits property: The list of compute units with possible array of values.
      Returns:
      the computeUnits value.
    • executionTimeout

      public String executionTimeout()
      Get the executionTimeout property: Serverless Runtime execution timeout.
      Returns:
      the executionTimeout value.
    • regions

      public List<RegionsMetadata> regions()
      Get the regions property: List of supported serverless informatica regions.
      Returns:
      the regions 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<ServerlessConfigProperties>
      Throws:
      IOException
    • fromJson

      public static ServerlessConfigProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ServerlessConfigProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ServerlessConfigProperties 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 ServerlessConfigProperties.