Class RegionalReplicationStatus

java.lang.Object
com.microsoft.azure.management.compute.RegionalReplicationStatus

public class RegionalReplicationStatus extends Object
This is the regional replication status.
  • Constructor Details

    • RegionalReplicationStatus

      public RegionalReplicationStatus()
  • Method Details

    • region

      public String region()
      Get the region to which the gallery Image Version is being replicated to.
      Returns:
      the region value
    • state

      public ReplicationState state()
      Get this is the regional replication state. Possible values include: 'Unknown', 'Replicating', 'Completed', 'Failed'.
      Returns:
      the state value
    • details

      public String details()
      Get the details of the replication status.
      Returns:
      the details value
    • progress

      public Integer progress()
      Get it indicates progress of the replication job.
      Returns:
      the progress value