Class EdgeInterfaceResponse
java.lang.Object
com.iland.core.web.rest.response.edge.EdgeInterfaceResponse
- All Implemented Interfaces:
Serializable
Vcd Edge Interface Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the display name for the interface.Get the in rate limit.getName()Get the interface name.Gets the name of the associated network.Gets the network UUID.Get the out rate limit.Gets the subnet participation.getType()Get the interface type.Whether to apply rate limit.Whether interface is used for default route.
-
Constructor Details
-
EdgeInterfaceResponse
-
-
Method Details
-
getDisplayName
Get the display name for the interface.- Returns:
Stringdisplay name
-
getInRateLimit
Get the in rate limit.- Returns:
Doublein rate limit
-
getType
Get the interface type.- Returns:
Stringinterface type.
-
getName
Get the interface name.- Returns:
Stringname
-
getOutRateLimit
Get the out rate limit.- Returns:
Doubleget out rate limit
-
isApplyRateLimit
Whether to apply rate limit.- Returns:
Booleaninstance
-
isUseForDefaultRoute
Whether interface is used for default route.- Returns:
Booleaninstance
-
getNetwork
Gets the name of the associated network.- Returns:
Stringnetwork name
-
getNetworkUuid
Gets the network UUID.- Returns:
Stringnetwork UUID
-
getSubnetParticipation
Gets the subnet participation.- Returns:
ListofSubnetParticipationResponse
-