Class RegionalReplicationStatus

java.lang.Object
com.azure.resourcemanager.compute.models.RegionalReplicationStatus

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

    • RegionalReplicationStatus

      public RegionalReplicationStatus()
      Creates an instance of RegionalReplicationStatus class.
  • Method Details

    • 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.