public interface Management
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Management.LeafIdentifier
Identify the leaf of Management.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
address()
Returns the attribute address.
|
void |
address(IpAddress address)
Sets the attribute address.
|
boolean |
isLeafValueSet(Management.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends AddressFamily> |
managementTransport()
Returns the attribute managementTransport.
|
void |
managementTransport(Class<? extends AddressFamily> managementTransport)
Sets the attribute managementTransport.
|
Class<? extends Management> |
type()
Returns the attribute type.
|
void |
type(Class<? extends Management> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends Management> type()
Class<? extends AddressFamily> managementTransport()
IpAddress address()
BitSet valueLeafFlags()
void type(Class<? extends Management> type)
type - value of typevoid managementTransport(Class<? extends AddressFamily> managementTransport)
managementTransport - value of managementTransportvoid address(IpAddress address)
address - value of addressboolean isLeafValueSet(Management.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.