Interface HwvtepNodeIdentification
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
HwvtepLogicalRouterAttributes
,HwvtepLogicalSwitchAttributes
,HwvtepPhysicalPortAttributes
,HwvtepPhysicalPortAugmentation
,HwvtepPhysicalSwitchAttributes
,LogicalRouters
,LogicalSwitches
,PhysicalSwitchAugmentation
@Generated("mdsal-binding-generator")
public interface HwvtepNodeIdentification
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module hwvtep
grouping hwvtep-node-identification { leaf hwvtep-node-name { type hwvtep-node-name; } leaf hwvtep-node-description { type string; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn hwvtepNodeDescription, ornull
if it is not present.Return hwvtepNodeName, ornull
if it is not present.Class<? extends HwvtepNodeIdentification>
default @NonNull String
Return hwvtepNodeDescription, guaranteed to be non-null.default @NonNull HwvtepNodeName
Return hwvtepNodeName, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends HwvtepNodeIdentification> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getHwvtepNodeName
HwvtepNodeName getHwvtepNodeName()Return hwvtepNodeName, ornull
if it is not present.The name of the node
- Returns:
HwvtepNodeName
hwvtepNodeName, ornull
if it is not present.
-
requireHwvtepNodeName
Return hwvtepNodeName, guaranteed to be non-null.The name of the node
- Returns:
HwvtepNodeName
hwvtepNodeName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if hwvtepNodeName is not present
-
getHwvtepNodeDescription
String getHwvtepNodeDescription()Return hwvtepNodeDescription, ornull
if it is not present.The description of the node
- Returns:
String
hwvtepNodeDescription, ornull
if it is not present.
-
requireHwvtepNodeDescription
Return hwvtepNodeDescription, guaranteed to be non-null.The description of the node
- Returns:
String
hwvtepNodeDescription, guaranteed to be non-null.- Throws:
NoSuchElementException
- if hwvtepNodeDescription is not present
-