Class Replication

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Replication

public class Replication extends MorpheusModel
  • Field Details

    • account

      protected Account account
    • createdBy

      protected User createdBy
    • name

      protected String name
    • backupProvider

      protected BackupProvider backupProvider
    • replicationType

      protected ReplicationType replicationType
    • replicationSite

      protected ReplicationSite replicationSite
    • replicationGroup

      protected ReplicationGroup replicationGroup
    • replicationSetId

      protected String replicationSetId
    • active

      protected Boolean active
    • enabled

      protected Boolean enabled
    • lastReplication

      protected Date lastReplication
    • replicationLag

      protected Long replicationLag
    • lastStatus

      protected String lastStatus
    • containerId

      protected Long containerId
    • instanceId

      protected Long instanceId
    • computeServerId

      protected Long computeServerId
    • containerTypeId

      protected Long containerTypeId
    • instanceLayoutId

      protected Long instanceLayoutId
    • servicePlanId

      protected Long servicePlanId
    • zoneId

      protected Long zoneId
    • siteId

      protected Long siteId
    • sourceProviderId

      protected Long sourceProviderId
    • targetContainerId

      protected Long targetContainerId
    • targetInstanceId

      protected Long targetInstanceId
    • targetComputeServerId

      protected Long targetComputeServerId
    • targetContainerTypeId

      protected Long targetContainerTypeId
    • targetInstanceLayoutId

      protected Long targetInstanceLayoutId
    • targetServicePlanId

      protected Long targetServicePlanId
    • targetZoneId

      protected Long targetZoneId
    • targetSiteId

      protected Long targetSiteId
    • targetProviderId

      protected Long targetProviderId
    • targetHost

      protected String targetHost
    • targetPort

      protected Integer targetPort
    • targetUsername

      protected String targetUsername
    • targetPassword

      protected String targetPassword
    • targetName

      protected String targetName
    • targetCustom

      protected String targetCustom
    • targetIncremental

      protected Boolean targetIncremental
    • sshHost

      protected String sshHost
    • sshPort

      protected Integer sshPort
    • sshUsername

      protected String sshUsername
    • sshPassword

      protected String sshPassword
    • targetSize

      protected Long targetSize
    • backupSize

      protected Long backupSize
    • targetPath

      protected String targetPath
    • volumePath

      protected String volumePath
    • targetBucket

      protected String targetBucket
    • targetArchive

      protected String targetArchive
    • compressed

      protected Boolean compressed
    • targetLag

      protected Long targetLag
    • maxStorage

      protected Long maxStorage
    • usedStorage

      protected Long usedStorage
    • throughput

      protected Long throughput
    • iops

      protected Integer iops
    • status

      protected String status
    • subStatus

      protected String subStatus
    • statusPercent

      protected Double statusPercent
    • statusMessage

      protected String statusMessage
    • lastFailover

      protected Date lastFailover
    • priority

      protected String priority
    • entityCount

      protected Integer entityCount
    • sourceGroupId

      protected Long sourceGroupId
    • internalId

      protected String internalId
    • externalId

      protected String externalId
    • replicationConfig

      protected String replicationConfig
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
  • Constructor Details

    • Replication

      public Replication()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getCreatedBy

      public User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(User createdBy)