Interface Subnet

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Subnet>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Subnets>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetKey>, SubnetAttributes

    public interface Subnet
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Subnets>, org.opendaylight.yangtools.yang.binding.Augmentable<Subnet>, BaseAttributes, SubnetAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetKey>

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

     list subnet {
       key uuid;
       uses attrs:base-attributes;
       uses subnet-attributes;
     }
     
    The schema path to identify an instance is neutron-subnets/subnets-attributes/subnets/subnet

    To create instances of this class use SubnetBuilder.

    See Also:
    SubnetBuilder, SubnetKey
    • Field Detail

      • QNAME

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