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

    @Generated("mdsal-binding-generator")
    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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getLogicalSwitchUuid()
        Return logicalSwitchUuid, or null if it is not present.
             
                 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 it is not present.
      • getTunnelKey

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

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