Class NetworkInterfaceAssociations

java.lang.Object
com.tccc.kos.core.service.network.beans.NetworkInterfaceAssociations

public class NetworkInterfaceAssociations extends Object
Interface names by category.
Version:
2024-05-24
  • Constructor Details

    • NetworkInterfaceAssociations

      public NetworkInterfaceAssociations()
  • Method Details

    • getInternal

      public List<String> getInternal()
    • getIntegration

      public List<String> getIntegration()
    • getExternal

      public List<String> getExternal()
    • setInternal

      public void setInternal(List<String> internal)
    • setIntegration

      public void setIntegration(List<String> integration)
    • setExternal

      public void setExternal(List<String> external)