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

    @Generated("mdsal-binding-generator")
    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
      • getAdminStateUp

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

        @Deprecated(forRemoval=true)
        default Boolean isAdminStateUp()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getStatus

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