public interface TenGigabitEthernet extends org.opendaylight.yangtools.yang.binding.ChildOf<Interface>, org.opendaylight.yangtools.yang.binding.Augmentable<TenGigabitEthernet>, InterfaceZoneMemberGrouping, InterfaceSwitchGrouping, InterfaceEthernetGrouping, InterfaceCommonGrouping, org.opendaylight.yangtools.yang.binding.Identifiable<TenGigabitEthernetKey>
This class represents the following YANG schema fragment defined in module ned
list TenGigabitEthernet { key "name" leaf name { type string; } leaf media-type { type enumeration; } leaf port-type { type enumeration; } container service-policy { leaf history { type empty; } leaf input { type string; } leaf output { type string; } container type { container performance-monitor { leaf direction { type enumeration; } leaf name { type string; } } container service-chain { leaf direction { type enumeration; } leaf name { type string; } } } } container zone-member { leaf security { type string; } } uses interface-zone-member-grouping; uses interface-switch-grouping; uses interface-ethernet-grouping; uses interface-common-grouping; }The schema path to identify an instance is ned/native/interface/TenGigabitEthernet
To create instances of this class use TenGigabitEthernetBuilder
.
TenGigabitEthernetBuilder
,
TenGigabitEthernetKey
Modifier and Type | Interface and Description |
---|---|
static class |
TenGigabitEthernet.MediaType |
static class |
TenGigabitEthernet.PortType |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
TenGigabitEthernetKey |
getKey()
Returns Primary Key of Yang List Type
|
TenGigabitEthernet.MediaType |
getMediaType()
Media type
|
String |
getName() |
TenGigabitEthernet.PortType |
getPortType() |
getAugmentation
getZoneMember
getServicePolicy
String getName()
java.lang.String
name
, or null
if not presentTenGigabitEthernet.MediaType getMediaType()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._native._interface.TenGigabitEthernet.MediaType
mediaType
, or null
if not presentTenGigabitEthernet.PortType getPortType()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._native._interface.TenGigabitEthernet.PortType
portType
, or null
if not presentTenGigabitEthernetKey getKey()
getKey
in interface org.opendaylight.yangtools.yang.binding.Identifiable<TenGigabitEthernetKey>
org.opendaylight.yang.gen.v1.urn.ios.rev160308._native._interface.TenGigabitEthernetKey
key
, or null
if not presentCopyright © 2017 OpenDaylight. All rights reserved.