Class ProviderStatus

java.lang.Object
com.azure.quantum.jobs.models.ProviderStatus

public final class ProviderStatus extends Object
Providers status.
  • Constructor Details

    • ProviderStatus

      public ProviderStatus()
  • Method Details

    • getId

      public String getId()
      Get the id property: Provider id.
      Returns:
      the id value.
    • getCurrentAvailability

      public ProviderAvailability getCurrentAvailability()
      Get the currentAvailability property: Provider availability.
      Returns:
      the currentAvailability value.
    • getTargets

      public List<TargetStatus> getTargets()
      Get the targets property: The targets property.
      Returns:
      the targets value.