public interface GeoCoordinates extends DataObject, Augmentable<GeoCoordinates>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case geo-coordinates { container geo-coordinates { when "../address-type = 'laddr:geo-coordinates-lcaf'" { } leaf latitude { type bits { bit N { } } } leaf latitude-degrees { type uint8 { range "0 .. 90"; } } leaf latitude-minutes { type uint8 { range 0..59; } } leaf latitude-seconds { type uint8 { range 0..59; } } leaf longitude { type bits { bit E { } } } leaf longitude-degrees { type uint16 { range "0 .. 180"; } } leaf longitude-minutes { type uint8 { range 0..59; } } leaf longitude-seconds { type uint8 { range 0..59; } } leaf altitude { type int32; } leaf address { type simple-address; } } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/geo-coordinates
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
GeoCoordinates |
getGeoCoordinates()
Geo-coordinates LCAF type.
|
augmentation
getImplementedInterface
GeoCoordinates getGeoCoordinates()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.geo.coordinates.GeoCoordinates
geoCoordinates
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.