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-types:class-type;
}
leaf bandwidth {
type netc:bandwidth;
}
uses rsvp:tunnel-attributes;
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidth, ornullif it is not present.Return classType, ornullif it is not present.Return symbolicPathName, ornullif it is not present.default @NonNull BandwidthReturn bandwidth, guaranteed to be non-null.default @NonNull ClassTypeReturn classType, guaranteed to be non-null.default @NonNull StringReturn 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, requireIncludeAnyMethods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.Priority
getHoldPriority, getSetupPriority, requireHoldPriority, requireSetupPriorityMethods 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, ornullif it is not present.- Returns:
StringsymbolicPathName, ornullif it is not present.
-
requireSymbolicPathName
Return symbolicPathName, guaranteed to be non-null.- Returns:
StringsymbolicPathName, guaranteed to be non-null.- Throws:
NoSuchElementException- if symbolicPathName is not present
-
getClassType
ClassType getClassType()Return classType, ornullif it is not present.- Returns:
ClassTypeclassType, ornullif it is not present.
-
requireClassType
Return classType, guaranteed to be non-null.- Returns:
ClassTypeclassType, guaranteed to be non-null.- Throws:
NoSuchElementException- if classType is not present
-
getBandwidth
Bandwidth getBandwidth()Return bandwidth, ornullif it is not present.- Returns:
Bandwidthbandwidth, ornullif it is not present.
-
requireBandwidth
Return bandwidth, guaranteed to be non-null.- Returns:
Bandwidthbandwidth, guaranteed to be non-null.- Throws:
NoSuchElementException- if bandwidth is not present
-