Class DpmContainerExtendedInfo

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.DpmContainerExtendedInfo

public final class DpmContainerExtendedInfo extends Object
Additional information of the DPMContainer.
  • Constructor Details

    • DpmContainerExtendedInfo

      public DpmContainerExtendedInfo()
      Creates an instance of DpmContainerExtendedInfo class.
  • Method Details

    • lastRefreshedAt

      public OffsetDateTime lastRefreshedAt()
      Get the lastRefreshedAt property: Last refresh time of the DPMContainer.
      Returns:
      the lastRefreshedAt value.
    • withLastRefreshedAt

      public DpmContainerExtendedInfo withLastRefreshedAt(OffsetDateTime lastRefreshedAt)
      Set the lastRefreshedAt property: Last refresh time of the DPMContainer.
      Parameters:
      lastRefreshedAt - the lastRefreshedAt value to set.
      Returns:
      the DpmContainerExtendedInfo object itself.
    • validate

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