Interface HwvtepAclAttributes
- 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:
Acls
@Generated("mdsal-binding-generator")
public interface HwvtepAclAttributes
extends org.opendaylight.yangtools.yang.binding.DataObject
ACL attributes
This class represents the following YANG schema fragment defined in module hwvtep
grouping hwvtep-acl-attributes { leaf acl-name { type string; } leaf acl-uuid { type yang:uuid; } list acl-entries { uses hwvtep-acl-entry-attributes; } list acl-fault-status { config false; key acl-fault-status-key; leaf acl-fault-status-key { type string; } leaf acl-fault-status-value { type hwvtep-acl-ref; } } }
-
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 TypeMethodDescription@Nullable List<AclEntries>
Return aclEntries, ornull
if it is not present.@Nullable Map<AclFaultStatusKey,
AclFaultStatus> Return aclFaultStatus, ornull
if it is not present.Return aclName, ornull
if it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid
Return aclUuid, ornull
if it is not present.Class<? extends HwvtepAclAttributes>
default @NonNull List<AclEntries>
Return aclEntries, or an empty list if it is not present.default @NonNull Map<AclFaultStatusKey,
AclFaultStatus> Return aclFaultStatus, or an empty list if it is not present.default @NonNull String
Return aclName, guaranteed to be non-null.default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid
Return aclUuid, 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 HwvtepAclAttributes> 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
-
getAclName
String getAclName()Return aclName, ornull
if it is not present.Name of the ACL
- Returns:
String
aclName, ornull
if it is not present.
-
requireAclName
Return aclName, guaranteed to be non-null.Name of the ACL
- Returns:
String
aclName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if aclName is not present
-
getAclUuid
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getAclUuid()Return aclUuid, ornull
if it is not present.The unique identifier of the acl
- Returns:
Uuid
aclUuid, ornull
if it is not present.
-
requireAclUuid
default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireAclUuid()Return aclUuid, guaranteed to be non-null.The unique identifier of the acl
- Returns:
Uuid
aclUuid, guaranteed to be non-null.- Throws:
NoSuchElementException
- if aclUuid is not present
-
getAclEntries
@Nullable List<AclEntries> getAclEntries()Return aclEntries, ornull
if it is not present.- Returns:
List<AclEntries>
aclEntries, ornull
if it is not present.
-
nonnullAclEntries
Return aclEntries, or an empty list if it is not present.- Returns:
List<AclEntries>
aclEntries, or an empty list if it is not present.
-
getAclFaultStatus
@Nullable Map<AclFaultStatusKey,AclFaultStatus> getAclFaultStatus()Return aclFaultStatus, ornull
if it is not present.- Returns:
Map<AclFaultStatusKey, AclFaultStatus>
aclFaultStatus, ornull
if it is not present.
-
nonnullAclFaultStatus
Return aclFaultStatus, or an empty list if it is not present.- Returns:
Map<AclFaultStatusKey, AclFaultStatus>
aclFaultStatus, or an empty list if it is not present.
-