Interface GetFixedIPsForNeutronPortOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetFixedIPsForNeutronPortOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetFixedIPsForNeutronPortOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetFixedIPsForNeutronPortOutput>

    This class represents the following YANG schema fragment defined in module neutronvpn

     output output {
       leaf-list fixedIPs {
         type string;
       }
     }
     
    The schema path to identify an instance is neutronvpn/get-fixedIPs-for-neutron-port/output

    To create instances of this class use GetFixedIPsForNeutronPortOutputBuilder.

    See Also:
    GetFixedIPsForNeutronPortOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetFixedIPsForNeutronPortOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
      • getFixedIPs

        @Nullable java.util.List<java.lang.String> getFixedIPs()
        The neutron port fixedIPs list corresponding to the port uuid
        Returns:
        java.util.List fixedIPs, or null if not present