public interface AuthorizedSites
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToAuthorizedSite(AuthorizedSite addTo)
Adds to the list of authorizedSite.
|
List<AuthorizedSite> |
authorizedSite()
Returns the attribute authorizedSite.
|
void |
authorizedSite(List<AuthorizedSite> authorizedSite)
Sets the attribute authorizedSite.
|
List<AuthorizedSite> authorizedSite()
void authorizedSite(List<AuthorizedSite> authorizedSite)
authorizedSite - list of authorizedSitevoid addToAuthorizedSite(AuthorizedSite addTo)
addTo - value of authorizedSiteCopyright © 2018. All rights reserved.