ReplicationStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.ReplicationStatus

public final class ReplicationStatus

This is the replication status of the gallery image version.

Constructor Summary

Constructor Description
ReplicationStatus()

Creates an instance of ReplicationStatus class.

Method Summary

Modifier and Type Method and Description
AggregatedReplicationState aggregatedState()

Get the aggregatedState property: This is the aggregated replication status based on all the regional replication status flags.

List<RegionalReplicationStatus> summary()

Get the summary property: This is a summary of replication status for each region.

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:

the aggregatedState value.

summary

public List summary()

Get the summary property: This is a summary of replication status for each region.

Returns:

the summary value.

validate

public void validate()

Validates the instance.

Applies to