ReplicationStatus Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ReplicationStatus
- com.
Implements
public final class ReplicationStatus
implements JsonSerializable<ReplicationStatus>
This is the replication status of the gallery image version.
Constructor Summary
Constructor | Description |
---|---|
ReplicationStatus() |
Creates an instance of Replication |
Method Summary
Modifier and Type | Method and Description |
---|---|
Aggregated |
aggregatedState()
Get the aggregated |
static
Replication |
fromJson(JsonReader jsonReader)
Reads an instance of Replication |
List<Regional |
summary()
Get the summary property: This is a summary of replication status for each region. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ReplicationStatus
public ReplicationStatus()
Creates an instance of ReplicationStatus class.
Method Details
aggregatedState
public AggregatedReplicationState aggregatedState()
Get the aggregatedState property: This is the aggregated replication status based on all the regional replication status flags.
Returns:
fromJson
public static ReplicationStatus fromJson(JsonReader jsonReader)
Reads an instance of ReplicationStatus from the JsonReader.
Parameters:
Returns:
Throws:
summary
public List
Get the summary property: This is a summary of replication status for each region.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java