Class Replication

    • Field Detail

      • account

        protected Account account
      • createdBy

        protected User createdBy
      • name

        protected java.lang.String name
      • replicationSetId

        protected java.lang.String replicationSetId
      • active

        protected java.lang.Boolean active
      • enabled

        protected java.lang.Boolean enabled
      • lastReplication

        protected java.util.Date lastReplication
      • replicationLag

        protected java.lang.Long replicationLag
      • lastStatus

        protected java.lang.String lastStatus
      • containerId

        protected java.lang.Long containerId
      • instanceId

        protected java.lang.Long instanceId
      • computeServerId

        protected java.lang.Long computeServerId
      • containerTypeId

        protected java.lang.Long containerTypeId
      • instanceLayoutId

        protected java.lang.Long instanceLayoutId
      • servicePlanId

        protected java.lang.Long servicePlanId
      • zoneId

        protected java.lang.Long zoneId
      • siteId

        protected java.lang.Long siteId
      • sourceProviderId

        protected java.lang.Long sourceProviderId
      • targetContainerId

        protected java.lang.Long targetContainerId
      • targetInstanceId

        protected java.lang.Long targetInstanceId
      • targetComputeServerId

        protected java.lang.Long targetComputeServerId
      • targetContainerTypeId

        protected java.lang.Long targetContainerTypeId
      • targetInstanceLayoutId

        protected java.lang.Long targetInstanceLayoutId
      • targetServicePlanId

        protected java.lang.Long targetServicePlanId
      • targetZoneId

        protected java.lang.Long targetZoneId
      • targetSiteId

        protected java.lang.Long targetSiteId
      • targetProviderId

        protected java.lang.Long targetProviderId
      • targetHost

        protected java.lang.String targetHost
      • targetPort

        protected java.lang.Integer targetPort
      • targetUsername

        protected java.lang.String targetUsername
      • targetPassword

        protected java.lang.String targetPassword
      • targetName

        protected java.lang.String targetName
      • targetCustom

        protected java.lang.String targetCustom
      • targetIncremental

        protected java.lang.Boolean targetIncremental
      • sshHost

        protected java.lang.String sshHost
      • sshPort

        protected java.lang.Integer sshPort
      • sshUsername

        protected java.lang.String sshUsername
      • sshPassword

        protected java.lang.String sshPassword
      • targetSize

        protected java.lang.Long targetSize
      • backupSize

        protected java.lang.Long backupSize
      • targetPath

        protected java.lang.String targetPath
      • volumePath

        protected java.lang.String volumePath
      • targetBucket

        protected java.lang.String targetBucket
      • targetArchive

        protected java.lang.String targetArchive
      • compressed

        protected java.lang.Boolean compressed
      • targetLag

        protected java.lang.Long targetLag
      • maxStorage

        protected java.lang.Long maxStorage
      • usedStorage

        protected java.lang.Long usedStorage
      • throughput

        protected java.lang.Long throughput
      • iops

        protected java.lang.Integer iops
      • status

        protected java.lang.String status
      • subStatus

        protected java.lang.String subStatus
      • statusPercent

        protected java.lang.Double statusPercent
      • statusMessage

        protected java.lang.String statusMessage
      • lastFailover

        protected java.util.Date lastFailover
      • priority

        protected java.lang.String priority
      • entityCount

        protected java.lang.Integer entityCount
      • sourceGroupId

        protected java.lang.Long sourceGroupId
      • internalId

        protected java.lang.String internalId
      • externalId

        protected java.lang.String externalId
      • config

        protected java.lang.String config
      • replicationConfig

        protected java.lang.String replicationConfig
      • dateCreated

        protected java.util.Date dateCreated
      • lastUpdated

        protected java.util.Date lastUpdated
    • Constructor Detail

      • Replication

        public Replication()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)