Class InfaRuntimeResourceFetchMetadata

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

public final class InfaRuntimeResourceFetchMetadata extends Object implements com.azure.json.JsonSerializable<InfaRuntimeResourceFetchMetadata>
Informatica runtime resource metadata as received via the informatica fetch all runtime environments API.
  • Method Details

    • name

      public String name()
      Get the name property: Environment name.
      Returns:
      the name value.
    • createdTime

      public String createdTime()
      Get the createdTime property: Created time.
      Returns:
      the createdTime value.
    • updatedTime

      public String updatedTime()
      Get the updatedTime property: Updated Time.
      Returns:
      the updatedTime value.
    • createdBy

      public String createdBy()
      Get the createdBy property: Created by.
      Returns:
      the createdBy value.
    • updatedBy

      public String updatedBy()
      Get the updatedBy property: Last Updated by.
      Returns:
      the updatedBy value.
    • id

      public String id()
      Get the id property: Informatica serverless runtime id.
      Returns:
      the id value.
    • type

      public RuntimeType type()
      Get the type property: Environment Type.
      Returns:
      the type value.
    • status

      public String status()
      Get the status property: Status of the environment.
      Returns:
      the status value.
    • statusLocalized

      public String statusLocalized()
      Get the statusLocalized property: Display message for the given status.
      Returns:
      the statusLocalized value.
    • statusMessage

      public String statusMessage()
      Get the statusMessage property: status message.
      Returns:
      the statusMessage value.
    • serverlessConfigProperties

      public InfaServerlessFetchConfigProperties serverlessConfigProperties()
      Get the serverlessConfigProperties property: Serverless Config Properties.
      Returns:
      the serverlessConfigProperties value.
    • description

      public String description()
      Get the description property: Description of the runtime resource.
      Returns:
      the description 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<InfaRuntimeResourceFetchMetadata>
      Throws:
      IOException
    • fromJson

      public static InfaRuntimeResourceFetchMetadata fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of InfaRuntimeResourceFetchMetadata from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of InfaRuntimeResourceFetchMetadata if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the InfaRuntimeResourceFetchMetadata.