Class ReplicationStatus
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ReplicationStatus
-
public final class ReplicationStatus extends Object
This is the replication status of the gallery image version.
-
-
Constructor Summary
Constructors Constructor Description ReplicationStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedReplicationStateaggregatedState()Get the aggregatedState property: This is the aggregated replication status based on all the regional replication status flags.List<RegionalReplicationStatus>summary()Get the summary property: This is a summary of replication status for each region.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
aggregatedState
public AggregatedReplicationState aggregatedState()
Get the aggregatedState property: This is the aggregated replication status based on all the regional replication status flags.- Returns:
- the aggregatedState value.
-
summary
public List<RegionalReplicationStatus> summary()
Get the summary property: This is a summary of replication status for each region.- Returns:
- the summary value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-