Interface HwvtepLogicalSwitchAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HwvtepNodeIdentification
    All Known Subinterfaces:
    LogicalSwitches

    public interface HwvtepLogicalSwitchAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject, HwvtepNodeIdentification

    This class represents the following YANG schema fragment defined in module hwvtep

     grouping hwvtep-logical-switch-attributes {
       uses hwvtep-node-identification;
       leaf logical-switch-uuid {
         type yang:uuid;
       }
       leaf tunnel-key {
         type string;
       }
       leaf replication-mode {
         type string;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-logical-switch-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • getLogicalSwitchUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getLogicalSwitchUuid()
        A unique identifier of the logical switch
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid logicalSwitchUuid, or null if not present
      • getTunnelKey

        @Nullable String getTunnelKey()
        Per Logical Switch tunnel key
        Returns:
        java.lang.String tunnelKey, or null if not present
      • getReplicationMode

        @Nullable String getReplicationMode()
        Per Logical Switch replication mode
        Returns:
        java.lang.String replicationMode, or null if not present