Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Interface TunnelPcepLinkCfgAttributes
-
- All Superinterfaces:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
- All Known Subinterfaces:
Link1,PcepCreateP2pTunnelInput,PcepUpdateTunnelInput
@Generated("mdsal-binding-generator") public interface TunnelPcepLinkCfgAttributes extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.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; }The schema path to identify an instance is topology-tunnel-pceptunnel-pcep-link-cfg-attributes
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.BandwidthgetBandwidth()Return bandwidth, ornullif it is not present.org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassTypegetClassType()Return classType, ornullif it is not present.StringgetSymbolicPathName()Return symbolicPathName, ornullif it is not present.Class<? extends TunnelPcepLinkCfgAttributes>implementedInterface()default @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.BandwidthrequireBandwidth()Return bandwidth, guaranteed to be non-null.default @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassTyperequireClassType()Return classType, guaranteed to be non-null.default @NonNull StringrequireSymbolicPathName()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.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 Detail
-
implementedInterface
Class<? extends TunnelPcepLinkCfgAttributes> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilters- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
-
getSymbolicPathName
String getSymbolicPathName()
Return symbolicPathName, ornullif it is not present.- Returns:
StringsymbolicPathName, ornullif it is not present.
-
requireSymbolicPathName
default @NonNull String requireSymbolicPathName()
Return symbolicPathName, guaranteed to be non-null.- Returns:
StringsymbolicPathName, guaranteed to be non-null.- Throws:
NoSuchElementException- if symbolicPathName is not present
-
getClassType
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassType getClassType()
Return classType, ornullif it is not present.- Returns:
ClassTypeclassType, ornullif it is not present.
-
requireClassType
default @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassType requireClassType()
Return classType, guaranteed to be non-null.- Returns:
ClassTypeclassType, guaranteed to be non-null.- Throws:
NoSuchElementException- if classType is not present
-
getBandwidth
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getBandwidth()
Return bandwidth, ornullif it is not present.- Returns:
Bandwidthbandwidth, ornullif it is not present.
-
requireBandwidth
default @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth requireBandwidth()
Return bandwidth, guaranteed to be non-null.- Returns:
Bandwidthbandwidth, guaranteed to be non-null.- Throws:
NoSuchElementException- if bandwidth is not present
-
-