Replication Interface

public interface Replication

An immutable client-side representation of Replication.

Method Summary

Modifier and Type Method and Description
abstract EndpointType endpointType()

Gets the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.

abstract ReplicationInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.

abstract ReplicationMirrorState mirrorState()

Gets the mirrorState property: The status of the replication.

abstract String remoteVolumeRegion()

Gets the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.

abstract String remoteVolumeResourceId()

Gets the remoteVolumeResourceId property: The resource ID of the remote volume.

abstract OffsetDateTime replicationCreationTime()

Gets the replicationCreationTime property: Replication creation time.

abstract OffsetDateTime replicationDeletionTime()

Gets the replicationDeletionTime property: Replication deletion time.

abstract String replicationId()

Gets the replicationId property: UUID v4 used to identify the replication.

abstract ReplicationSchedule replicationSchedule()

Gets the replicationSchedule property: Schedule.

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:

the endpointType value.

innerModel

public abstract ReplicationInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.

Returns:

the inner object.

mirrorState

public abstract ReplicationMirrorState mirrorState()

Gets the mirrorState property: The status of the replication.

Returns:

the mirrorState value.

remoteVolumeRegion

public abstract String remoteVolumeRegion()

Gets the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.

Returns:

the remoteVolumeRegion value.

remoteVolumeResourceId

public abstract String remoteVolumeResourceId()

Gets the remoteVolumeResourceId property: The resource ID of the remote volume.

Returns:

the remoteVolumeResourceId value.

replicationCreationTime

public abstract OffsetDateTime replicationCreationTime()

Gets the replicationCreationTime property: Replication creation time.

Returns:

the replicationCreationTime value.

replicationDeletionTime

public abstract OffsetDateTime replicationDeletionTime()

Gets the replicationDeletionTime property: Replication deletion time.

Returns:

the replicationDeletionTime value.

replicationId

public abstract String replicationId()

Gets the replicationId property: UUID v4 used to identify the replication.

Returns:

the replicationId value.

replicationSchedule

public abstract ReplicationSchedule replicationSchedule()

Gets the replicationSchedule property: Schedule.

Returns:

the replicationSchedule value.

Applies to