d9718e665c0d5a2b7908cb86a2e66ad48aec3699
[ccsdk/features.git] /
1 package org.opendaylight.yang.gen.v1.urn._3gpp.tsg.sa5.nrm.types.rev180731.interfaceupfinfoitem;
2 import org.opendaylight.yang.gen.v1.urn._3gpp.tsg.sa5.nrm.types.rev180731.$YangModuleInfoImpl;
3 import org.opendaylight.yang.gen.v1.urn._3gpp.tsg.sa5.nrm.types.rev180731.InterfaceUpfInfoItem;
4 import org.opendaylight.yangtools.yang.binding.ChoiceIn;
5 import org.opendaylight.yangtools.yang.common.QName;
6
7 /**
8  *
9  * <p>
10  * This class represents the following YANG schema fragment defined in module <b>_3gpp-common-yang-types</b>
11  * <pre>
12  * choice address {
13  *   case ipv4Address {
14  *     leaf ipv4Address {
15  *       type inet:ipv4-address;
16  *     }
17  *   }
18  *   case ipv6Address {
19  *     leaf ipv6Address {
20  *       type inet:ipv6-address;
21  *     }
22  *   }
23  *   case ipv6Prefix {
24  *     leaf ipv6Prefix {
25  *       type inet:ipv6-prefix;
26  *     }
27  *   }
28  *   case endpointFqdn {
29  *     leaf endpointFqdn {
30  *       type inet:domain-name;
31  *     }
32  *   }
33  * }
34  * </pre>The schema path to identify an instance is
35  * <i>_3gpp-common-yang-types/InterfaceUpfInfoItem/address</i>
36  *
37  */
38 public interface Address
39     extends
40     ChoiceIn<InterfaceUpfInfoItem>
41 {
42
43
44
45     public static final QName QNAME = $YangModuleInfoImpl.qnameOf("address");
46
47
48 }
49