RegionalReplicationStatus Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. RegionalReplicationStatus
- com.
Implements
public final class RegionalReplicationStatus
implements JsonSerializable<RegionalReplicationStatus>
This is the regional replication status.
Constructor Summary
Constructor | Description |
---|---|
RegionalReplicationStatus() |
Creates an instance of Regional |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
details()
Get the details property: The details of the replication status. |
static
Regional |
fromJson(JsonReader jsonReader)
Reads an instance of Regional |
Integer |
progress()
Get the progress property: It indicates progress of the replication job. |
String |
region()
Get the region property: The region to which the gallery image version is being replicated to. |
Replication |
state()
Get the state property: This is the regional replication state. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RegionalReplicationStatus
public RegionalReplicationStatus()
Creates an instance of RegionalReplicationStatus class.
Method Details
details
public String details()
Get the details property: The details of the replication status.
Returns:
fromJson
public static RegionalReplicationStatus fromJson(JsonReader jsonReader)
Reads an instance of RegionalReplicationStatus from the JsonReader.
Parameters:
Returns:
Throws:
progress
public Integer progress()
Get the progress property: It indicates progress of the replication job.
Returns:
region
public String region()
Get the region property: The region to which the gallery image version is being replicated to.
Returns:
state
public ReplicationState state()
Get the state property: This is the regional replication state.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java