public interface SrlgValues extends ChildOf<SrlgAttributes>, Augmentable<SrlgValues>, Identifiable<SrlgValuesKey>
This class represents the following YANG schema fragment defined in module ted
list srlg-values { key srlg-value; leaf srlg-value { type uint32; } }The schema path to identify an instance is ted/srlg-attributes/srlg-values
To create instances of this class use SrlgValuesBuilder
.
SrlgValuesBuilder
,
SrlgValuesKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getSrlgValue()
Shared Risk Link Group value
|
SrlgValuesKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Long getSrlgValue()
java.lang.Long
srlgValue
, or null
if not presentSrlgValuesKey key()
Identifiable
key
in interface Identifiable<SrlgValuesKey>
Copyright © 2019 OpenDaylight. All rights reserved.