Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.LinkProtectionType
Packages that use LinkProtectionType
Package
Description
-
Uses of LinkProtectionType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return LinkProtectionTypeModifier and TypeMethodDescriptionstatic @Nullable LinkProtectionType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable LinkProtectionType
LinkProtectionType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.StandardAttributes.getLinkProtection()
Return linkProtection, ornull
if it is not present.static @NonNull LinkProtectionType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull LinkProtectionType
LinkProtectionType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull LinkProtectionType
StandardAttributes.requireLinkProtection()
Return linkProtection, guaranteed to be non-null.static LinkProtectionType
Returns the enum constant of this class with the specified name.static LinkProtectionType[]
LinkProtectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LinkProtectionType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member that return LinkProtectionTypeModifier and TypeMethodDescriptionL2SubtlvsBuilder.getLinkProtection()
Return current value associated with the property corresponding toStandardAttributes.getLinkProtection()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.l2.bundle.member with parameters of type LinkProtectionTypeModifier and TypeMethodDescriptionL2SubtlvsBuilder.setLinkProtection
(LinkProtectionType value) Set the property corresponding toStandardAttributes.getLinkProtection()
to the specified value. -
Uses of LinkProtectionType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute that return LinkProtectionTypeModifier and TypeMethodDescriptionStandardMetricBuilder.getLinkProtection()
Return current value associated with the property corresponding toStandardAttributes.getLinkProtection()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type LinkProtectionTypeModifier and TypeMethodDescriptionStandardMetricBuilder.setLinkProtection
(LinkProtectionType value) Set the property corresponding toStandardAttributes.getLinkProtection()
to the specified value.