public interface FreeDiskSpaceLogRetentionPolicyCfgClient extends LogRetentionPolicyCfgClient
Retention policy based on the free disk space available.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Free Disk Space Log Retention Policy.
|
ValueOrExpression<Long> |
getFreeDiskSpace()
Gets the "free-disk-space" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setFreeDiskSpace(ValueOrExpression<Long> value)
Sets the "free-disk-space" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRetentionPolicyCfgClient
ValueOrExpression<Long> getFreeDiskSpace()
Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.
void setFreeDiskSpace(ValueOrExpression<Long> value) throws PropertyException
Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.
value
- The value of the "free-disk-space" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Free Disk Space Log Retention Policy implementation.
getJavaClass
in interface LogRetentionPolicyCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Free Disk Space Log Retention Policy implementation.
setJavaClass
in interface LogRetentionPolicyCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.