Interface SvecObject
- All Superinterfaces:
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
- All Known Subinterfaces:
Svec
@Generated("mdsal-binding-generator")
public interface SvecObject
extends org.opendaylight.yangtools.binding.Grouping
Synchronization Vector Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping svec-object {
container svec {
uses object;
leaf link-diverse {
type boolean;
default false;
}
leaf node-diverse {
type boolean;
default false;
}
leaf srlg-diverse {
type boolean;
default false;
}
leaf partial-path-diverse {
type boolean;
default false;
}
leaf link-direction-diverse {
type boolean;
default false;
}
leaf-list requests-ids {
type request-id;
}
}
}