public class FileSystemReplicationSettings
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemReplicationSettings.ReplicationRPOType |
| Constructor and Description |
|---|
FileSystemReplicationSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRpoType()
File system replication RPO type.
|
java.lang.Long |
getRpoValue()
File system replication RPO value.
|
void |
setRpoType(java.lang.String rpoType) |
void |
setRpoValue(java.lang.Long rpoValue) |
public java.lang.Long getRpoValue()
public void setRpoValue(java.lang.Long rpoValue)
public java.lang.String getRpoType()
public void setRpoType(java.lang.String rpoType)