Class RecoveryPointTierInformation

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointTierInformation
Direct Known Subclasses:
RecoveryPointTierInformationV2

public class RecoveryPointTierInformation extends Object
Recovery point tier information.
  • Constructor Details

    • RecoveryPointTierInformation

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

    • type

      public RecoveryPointTierType type()
      Get the type property: Recovery point tier type.
      Returns:
      the type value.
    • withType

      Set the type property: Recovery point tier type.
      Parameters:
      type - the type value to set.
      Returns:
      the RecoveryPointTierInformation object itself.
    • status

      public RecoveryPointTierStatus status()
      Get the status property: Recovery point tier status.
      Returns:
      the status value.
    • withStatus

      Set the status property: Recovery point tier status.
      Parameters:
      status - the status value to set.
      Returns:
      the RecoveryPointTierInformation object itself.
    • extendedInfo

      public Map<String,String> extendedInfo()
      Get the extendedInfo property: Recovery point tier status.
      Returns:
      the extendedInfo value.
    • withExtendedInfo

      public RecoveryPointTierInformation withExtendedInfo(Map<String,String> extendedInfo)
      Set the extendedInfo property: Recovery point tier status.
      Parameters:
      extendedInfo - the extendedInfo value to set.
      Returns:
      the RecoveryPointTierInformation object itself.
    • validate

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