public interface RollingAppenders extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<RollingAppenders>, org.opendaylight.yangtools.yang.binding.Identifiable<RollingAppendersKey>
This class represents the following YANG schema fragment defined in module config-logging
list rolling-appenders {
key "name"
leaf append {
type boolean;
}
leaf file-name {
type string;
}
leaf encoder-pattern {
type string;
}
leaf min-index {
type int32;
}
leaf max-index {
type int32;
}
leaf max-file-size {
type string;
}
leaf name {
type string;
}
leaf file-name-pattern {
type string;
}
leaf rolling-policy-type {
type string;
}
leaf max-history {
type int32;
}
leaf clean-history-on-start {
type clean-history-on-start;
}
}
The schema path to identify an instance is
config-logging/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)logback/rolling-appenders
To create instances of this class use RollingAppendersBuilder.
RollingAppendersBuilder,
RollingAppendersKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoderPattern() |
String |
getFileName() |
String |
getFileNamePattern() |
RollingAppendersKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getMaxFileSize() |
Integer |
getMaxHistory() |
Integer |
getMaxIndex() |
Integer |
getMinIndex() |
String |
getName() |
String |
getRollingPolicyType() |
Boolean |
isAppend() |
Boolean |
isCleanHistoryOnStart() |
Boolean isAppend()
java.lang.Boolean append, or null if not presentString getFileName()
java.lang.String fileName, or null if not presentString getEncoderPattern()
java.lang.String encoderPattern, or null if not presentInteger getMinIndex()
java.lang.Integer minIndex, or null if not presentInteger getMaxIndex()
java.lang.Integer maxIndex, or null if not presentString getMaxFileSize()
java.lang.String maxFileSize, or null if not presentString getName()
java.lang.String name, or null if not presentString getFileNamePattern()
java.lang.String fileNamePattern, or null if not presentString getRollingPolicyType()
java.lang.String rollingPolicyType, or null if not presentInteger getMaxHistory()
java.lang.Integer maxHistory, or null if not presentBoolean isCleanHistoryOnStart()
java.lang.Boolean cleanHistoryOnStart, or null if not presentRollingAppendersKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<RollingAppendersKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.modules.module.configuration.logback.RollingAppendersKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.