Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Interface TunnelPcepLinkCfgAttributes
- All Superinterfaces:
AttributeFilters
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,Priority
,TunnelAttributes
- All Known Subinterfaces:
Link1
,PcepCreateP2pTunnelInput
,PcepUpdateTunnelInput
@Generated("mdsal-binding-generator")
public interface TunnelPcepLinkCfgAttributes
extends org.opendaylight.yangtools.binding.Grouping, TunnelAttributes
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep
grouping tunnel-pcep-link-cfg-attributes { leaf symbolic-path-name { type string; } leaf class-type { type pcep:class-type; } leaf bandwidth { type netc:bandwidth; } uses rsvp:tunnel-attributes; }
-
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidth, ornull
if it is not present.Return classType, ornull
if it is not present.Return symbolicPathName, ornull
if it is not present.default @NonNull Bandwidth
Return bandwidth, guaranteed to be non-null.default @NonNull ClassType
Return classType, guaranteed to be non-null.default @NonNull String
Return symbolicPathName, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters
getExcludeAny, getIncludeAll, getIncludeAny, requireExcludeAny, requireIncludeAll, requireIncludeAny
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority
getHoldPriority, getSetupPriority, requireHoldPriority, requireSetupPriority
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
getLabelRecordingDesired, getLocalProtectionDesired, getSessionName, getSeStyleDesired, requireLabelRecordingDesired, requireLocalProtectionDesired, requireSessionName, requireSeStyleDesired
-
Method Details
-
getSymbolicPathName
String getSymbolicPathName()Return symbolicPathName, ornull
if it is not present.- Returns:
String
symbolicPathName, ornull
if it is not present.
-
requireSymbolicPathName
Return symbolicPathName, guaranteed to be non-null.- Returns:
String
symbolicPathName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if symbolicPathName is not present
-
getClassType
ClassType getClassType()Return classType, ornull
if it is not present.- Returns:
ClassType
classType, ornull
if it is not present.
-
requireClassType
Return classType, guaranteed to be non-null.- Returns:
ClassType
classType, guaranteed to be non-null.- Throws:
NoSuchElementException
- if classType is not present
-
getBandwidth
Bandwidth getBandwidth()Return bandwidth, ornull
if it is not present.- Returns:
Bandwidth
bandwidth, ornull
if it is not present.
-
requireBandwidth
Return bandwidth, guaranteed to be non-null.- Returns:
Bandwidth
bandwidth, guaranteed to be non-null.- Throws:
NoSuchElementException
- if bandwidth is not present
-