Class RegionalReplicationStatus
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RegionalReplicationStatus
-
public final class RegionalReplicationStatus extends Object
This is the regional replication status.
-
-
Constructor Summary
Constructors Constructor Description RegionalReplicationStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetails()Get the details property: The details of the replication status.Integerprogress()Get the progress property: It indicates progress of the replication job.Stringregion()Get the region property: The region to which the gallery image version is being replicated to.ReplicationStatestate()Get the state property: This is the regional replication state.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
region
public String region()
Get the region property: The region to which the gallery image version is being replicated to.- Returns:
- the region value.
-
state
public ReplicationState state()
Get the state property: This is the regional replication state.- Returns:
- the state value.
-
details
public String details()
Get the details property: The details of the replication status.- Returns:
- the details value.
-
progress
public Integer progress()
Get the progress property: It indicates progress of the replication job.- Returns:
- the progress value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-