Interface Replication


public interface Replication
An immutable client-side representation of Replication.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.
    Gets the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.
    Gets the remoteVolumeResourceId property: The resource ID of the remote volume.
    Gets the replicationId property: UUID v4 used to identify the replication.
    Gets the replicationSchedule property: Schedule.
  • Method Details

    • replicationId

      String replicationId()
      Gets the replicationId property: UUID v4 used to identify the replication.
      Returns:
      the replicationId value.
    • endpointType

      EndpointType endpointType()
      Gets the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.
      Returns:
      the endpointType value.
    • replicationSchedule

      ReplicationSchedule replicationSchedule()
      Gets the replicationSchedule property: Schedule.
      Returns:
      the replicationSchedule value.
    • remoteVolumeResourceId

      String remoteVolumeResourceId()
      Gets the remoteVolumeResourceId property: The resource ID of the remote volume.
      Returns:
      the remoteVolumeResourceId value.
    • remoteVolumeRegion

      String remoteVolumeRegion()
      Gets the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.
      Returns:
      the remoteVolumeRegion value.
    • innerModel

      ReplicationInner innerModel()
      Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.
      Returns:
      the inner object.