Class ReplicationInner

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.ReplicationInner

public final class ReplicationInner extends Object
Replication properties.
  • Constructor Details

    • ReplicationInner

      public ReplicationInner()
  • Method Details

    • endpointType

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

      public ReplicationInner withEndpointType(EndpointType endpointType)
      Set the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.
      Parameters:
      endpointType - the endpointType value to set.
      Returns:
      the ReplicationInner object itself.
    • replicationSchedule

      public ReplicationSchedule replicationSchedule()
      Get the replicationSchedule property: Schedule.
      Returns:
      the replicationSchedule value.
    • withReplicationSchedule

      public ReplicationInner withReplicationSchedule(ReplicationSchedule replicationSchedule)
      Set the replicationSchedule property: Schedule.
      Parameters:
      replicationSchedule - the replicationSchedule value to set.
      Returns:
      the ReplicationInner object itself.
    • remoteVolumeResourceId

      public String remoteVolumeResourceId()
      Get the remoteVolumeResourceId property: The resource ID of the remote volume.
      Returns:
      the remoteVolumeResourceId value.
    • withRemoteVolumeResourceId

      public ReplicationInner withRemoteVolumeResourceId(String remoteVolumeResourceId)
      Set the remoteVolumeResourceId property: The resource ID of the remote volume.
      Parameters:
      remoteVolumeResourceId - the remoteVolumeResourceId value to set.
      Returns:
      the ReplicationInner object itself.
    • remoteVolumeRegion

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

      public ReplicationInner withRemoteVolumeRegion(String remoteVolumeRegion)
      Set the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.
      Parameters:
      remoteVolumeRegion - the remoteVolumeRegion value to set.
      Returns:
      the ReplicationInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.