Class ResourceStatus

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.ResourceStatus

public final class ResourceStatus extends Object
The resource status information.
  • Constructor Details

    • ResourceStatus

      public ResourceStatus()
  • Method Details

    • type

      public String type()
      Get the type property: The type of the condition.
      Returns:
      the type value.
    • status

      public String status()
      Get the status property: Status of the condition.
      Returns:
      the status value.
    • reason

      public String reason()
      Get the reason property: The reason for the condition's status.
      Returns:
      the reason value.
    • message

      public String message()
      Get the message property: A human readable message indicating details about the status.
      Returns:
      the message value.
    • severity

      public String severity()
      Get the severity property: Severity with which to treat failures of this type of condition.
      Returns:
      the severity value.
    • lastUpdatedAt

      public OffsetDateTime lastUpdatedAt()
      Get the lastUpdatedAt property: The last update time for this condition.
      Returns:
      the lastUpdatedAt value.
    • validate

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