Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HoldTime>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InterfacePhysHoldtimeConfig, InterfacePhysHoldtimeState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HoldTime>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, InterfacePhysHoldtimeConfig, InterfacePhysHoldtimeState
    Operational state data for interface hold-time.

    This class represents the following YANG schema fragment defined in module openconfig-interfaces

     container state {
       config false;
       uses interface-phys-holdtime-config;
       uses interface-phys-holdtime-state;
     }
     
    The schema path to identify an instance is openconfig-interfaces/interface-phys-holdtime-top/hold-time/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME