Class DpmContainerExtendedInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.DpmContainerExtendedInfo
-
public final class DpmContainerExtendedInfo extends Object
Additional information of the DPMContainer.
-
-
Constructor Summary
Constructors Constructor Description DpmContainerExtendedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
lastRefreshedAt()
Get the lastRefreshedAt property: Last refresh time of the DPMContainer.void
validate()
Validates the instance.DpmContainerExtendedInfo
withLastRefreshedAt(OffsetDateTime lastRefreshedAt)
Set the lastRefreshedAt property: Last refresh time of the DPMContainer.
-
-
-
Method Detail
-
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.
-
-