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 Summary
Constructors Constructor Description RecoveryPointTierInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
extendedInfo()
Get the extendedInfo property: Recovery point tier status.RecoveryPointTierStatus
status()
Get the status property: Recovery point tier status.RecoveryPointTierType
type()
Get the type property: Recovery point tier type.void
validate()
Validates the instance.RecoveryPointTierInformation
withExtendedInfo(Map<String,String> extendedInfo)
Set the extendedInfo property: Recovery point tier status.RecoveryPointTierInformation
withStatus(RecoveryPointTierStatus status)
Set the status property: Recovery point tier status.RecoveryPointTierInformation
withType(RecoveryPointTierType type)
Set the type property: Recovery point tier type.
-
-
-
Method Detail
-
type
public RecoveryPointTierType type()
Get the type property: Recovery point tier type.- Returns:
- the type value.
-
withType
public RecoveryPointTierInformation withType(RecoveryPointTierType type)
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
public RecoveryPointTierInformation withStatus(RecoveryPointTierStatus status)
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.
-
-