Interface ManagerOtherConfigs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ManagerOtherConfigs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Managers>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<ManagerOtherConfigsKey>

    public interface ManagerOtherConfigs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Managers>, org.opendaylight.yangtools.yang.binding.Augmentable<ManagerOtherConfigs>, org.opendaylight.yangtools.yang.binding.Identifiable<ManagerOtherConfigsKey>
    Key-value pairs for configuring rarely used features. other_config : dscp : optional string contains an integer, in the range 0 - 63. DSCP value to be used when establishing a connection to the switch. Default value of 48 if none specified.

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

     list manager-other-configs {
       key other-config-key;
       leaf other-config-key {
         type string;
       }
       leaf other-config-value {
         type string;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-global-attributes/managers/manager-other-configs

    To create instances of this class use ManagerOtherConfigsBuilder.

    See Also:
    ManagerOtherConfigsBuilder, ManagerOtherConfigsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ManagerOtherConfigs> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOtherConfigKey

        @Nullable String getOtherConfigKey()
        other-config name/key
        Returns:
        java.lang.String otherConfigKey, or null if not present
      • getOtherConfigValue

        @Nullable String getOtherConfigValue()
        other-config value
        Returns:
        java.lang.String otherConfigValue, or null if not present