Class EdgeInterfaceResponse

java.lang.Object
com.iland.core.web.rest.response.edge.EdgeInterfaceResponse
All Implemented Interfaces:
Serializable

public class EdgeInterfaceResponse extends Object implements Serializable
Vcd Edge Interface Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName()
      Get the display name for the interface.
      Returns:
      String display name
    • getInRateLimit

      public Double getInRateLimit()
      Get the in rate limit.
      Returns:
      Double in rate limit
    • getType

      public String getType()
      Get the interface type.
      Returns:
      String interface type.
    • getName

      public String getName()
      Get the interface name.
      Returns:
      String name
    • getOutRateLimit

      public Double getOutRateLimit()
      Get the out rate limit.
      Returns:
      Double get out rate limit
    • isApplyRateLimit

      public Boolean isApplyRateLimit()
      Whether to apply rate limit.
      Returns:
      Boolean instance
    • isUseForDefaultRoute

      public Boolean isUseForDefaultRoute()
      Whether interface is used for default route.
      Returns:
      Boolean instance
    • getNetwork

      public String getNetwork()
      Gets the name of the associated network.
      Returns:
      String network name
    • getNetworkUuid

      public String getNetworkUuid()
      Gets the network UUID.
      Returns:
      String network UUID
    • getSubnetParticipation

      public Set<SubnetParticipationResponse> getSubnetParticipation()
      Gets the subnet participation.
      Returns:
      List of SubnetParticipationResponse