Interface VlanTop
- 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
@Generated("mdsal-binding-generator")
public interface VlanTop
extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for VLAN configuration
This class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-top {
container vlans {
list vlan {
key vlan-id;
leaf vlan-id {
type leafref {
path ../config/vlan-id;
}
}
container config {
uses vlan-config;
}
container state {
config false;
uses vlan-config;
uses vlan-state;
}
uses vlan-members-state;
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getVlans
Vlans getVlans()Return vlans, ornullif it is not present.Container for VLAN configuration and state variables- Returns:
Vlansvlans, ornullif it is not present.
-
nonnullVlans
@NonNull Vlans nonnullVlans()Return vlans, or an empty instance if it is not present.- Returns:
Vlansvlans, or an empty instance if it is not present.
-