Replication Interface
public interface Replication
An immutable client-side representation of Replication.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Endpoint |
endpointType()
Gets the endpoint |
|
abstract
Replication |
innerModel()
Gets the inner com. |
|
abstract
Replication |
mirrorState()
Gets the mirror |
| abstract String |
remoteVolumeRegion()
Gets the remote |
| abstract String |
remoteVolumeResourceId()
Gets the remote |
|
abstract
Offset |
replicationCreationTime()
Gets the replication |
|
abstract
Offset |
replicationDeletionTime()
Gets the replication |
| abstract String |
replicationId()
Gets the replication |
|
abstract
Replication |
replicationSchedule()
Gets the replication |
Method Details
endpointType
public abstract EndpointType endpointType()
Gets the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.
Returns:
innerModel
public abstract ReplicationInner innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.
Returns:
mirrorState
public abstract ReplicationMirrorState mirrorState()
Gets the mirrorState property: The status of the replication.
Returns:
remoteVolumeRegion
public abstract String remoteVolumeRegion()
Gets the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.
Returns:
remoteVolumeResourceId
public abstract String remoteVolumeResourceId()
Gets the remoteVolumeResourceId property: The resource ID of the remote volume.
Returns:
replicationCreationTime
public abstract OffsetDateTime replicationCreationTime()
Gets the replicationCreationTime property: Replication creation time.
Returns:
replicationDeletionTime
public abstract OffsetDateTime replicationDeletionTime()
Gets the replicationDeletionTime property: Replication deletion time.
Returns:
replicationId
public abstract String replicationId()
Gets the replicationId property: UUID v4 used to identify the replication.
Returns:
replicationSchedule
public abstract ReplicationSchedule replicationSchedule()
Gets the replicationSchedule property: Schedule.
Returns: