Class RegionalReplicationStatus
java.lang.Object
com.azure.resourcemanager.compute.models.RegionalReplicationStatus
This is the regional replication status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails()Get the details property: The details of the replication status.progress()Get the progress property: It indicates progress of the replication job.region()Get the region property: The region to which the gallery image version is being replicated to.state()Get the state property: This is the regional replication state.voidvalidate()Validates the instance.
-
Constructor Details
-
RegionalReplicationStatus
public RegionalReplicationStatus()
-
-
Method Details
-
region
Get the region property: The region to which the gallery image version is being replicated to.- Returns:
- the region value.
-
state
Get the state property: This is the regional replication state.- Returns:
- the state value.
-
details
Get the details property: The details of the replication status.- Returns:
- the details value.
-
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.
-