public class EdgeInterfaceResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeInterfaceResponse(String displayName,
String name,
Double inRateLimit,
Double outRateLimit,
String type,
Boolean applyRateLimit,
Boolean defaultRoute,
String network,
String networkUuid,
Set<SubnetParticipationResponse> subnetParticipation) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the display name for the interface.
|
Double |
getInRateLimit()
Get the in rate limit.
|
String |
getName()
Get the interface name.
|
String |
getNetwork()
Gets the name of the associated network.
|
String |
getNetworkUuid()
Gets the network UUID.
|
Double |
getOutRateLimit()
Get the out rate limit.
|
Set<SubnetParticipationResponse> |
getSubnetParticipation()
Gets the subnet participation.
|
String |
getType()
Get the interface type.
|
Boolean |
isApplyRateLimit()
Whether to apply rate limit.
|
Boolean |
isUseForDefaultRoute()
Whether interface is used for default route.
|
public String getDisplayName()
String
display namepublic Double getOutRateLimit()
Double
get out rate limitpublic Boolean isApplyRateLimit()
Boolean
instancepublic Boolean isUseForDefaultRoute()
Boolean
instancepublic String getNetwork()
String
network namepublic Set<SubnetParticipationResponse> getSubnetParticipation()
List
of SubnetParticipationResponse
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.