Class ManagedIntegrationRuntimeStatusTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ManagedIntegrationRuntimeStatusTypeProperties

public final class ManagedIntegrationRuntimeStatusTypeProperties extends Object
Managed integration runtime status type properties.
  • Constructor Details

    • ManagedIntegrationRuntimeStatusTypeProperties

      public ManagedIntegrationRuntimeStatusTypeProperties()
  • Method Details

    • createTime

      public OffsetDateTime createTime()
      Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.
      Returns:
      the createTime value.
    • nodes

      Get the nodes property: The list of nodes for managed integration runtime.
      Returns:
      the nodes value.
    • otherErrors

      public List<ManagedIntegrationRuntimeError> otherErrors()
      Get the otherErrors property: The errors that occurred on this integration runtime.
      Returns:
      the otherErrors value.
    • lastOperation

      Get the lastOperation property: The last operation result that occurred on this integration runtime.
      Returns:
      the lastOperation value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.