Interface AdminAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Bgpvpn, BgpvpnNetworkAssociation, BgpvpnRouterAssociation, Firewall, Ipsecsiteconnection, Loadbalancer, Network, Port, Router, Trunk, TrunkAttributes, Vpnservice

    public interface AdminAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module neutron-attrs

     grouping admin-attributes {
       leaf admin-state-up {
         type boolean;
       }
       leaf status {
         type string;
       }
     }
     
    The schema path to identify an instance is neutron-attrs/admin-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends AdminAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isAdminStateUp

        Boolean isAdminStateUp()
        The administrative state of the object, which is up (true) or down (false).
        Returns:
        java.lang.Boolean adminStateUp, or null if not present
      • getStatus

        String getStatus()
        The object status.
        Returns:
        java.lang.String status, or null if not present