Interface IdAttributes

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getUuid()
        UUID to index this neutron object.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid uuid, or null if not present
      • getTenantId

        @Deprecated
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getTenantId()
        Deprecated.
        The UUID of the tenant that will own the object.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid tenantId, or null if not present
      • getProjectId

        String getProjectId()
        The id of the project.
        Returns:
        java.lang.String projectId, or null if not present
      • getRevisionNumber

        Long getRevisionNumber()
        The revision number of the resource. Used as monotonic counter that is updated whenever an object is updated on neutron server
        Returns:
        java.lang.Long revisionNumber, or null if not present