Class RegionalReplicationStatus


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

      • RegionalReplicationStatus

        public RegionalReplicationStatus()
    • 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.