RegionalReplicationStatusOutput interface
This is the regional replication status.
Properties
| details | The details of the replication status. |
| progress | It indicates progress of the replication job. |
| region | The region to which the gallery image version is being replicated to. |
| state | This is the regional replication state. |
Property Details
details
The details of the replication status.
details?: string
Property Value
string
progress
It indicates progress of the replication job.
progress?: number
Property Value
number
region
The region to which the gallery image version is being replicated to.
region?: string
Property Value
string
state
This is the regional replication state.
state?: "Unknown" | "Failed" | "Completed" | "Replicating"
Property Value
"Unknown" | "Failed" | "Completed" | "Replicating"