public static class RoutingStaticConfigResponse.DefaultRoute extends Object
Constructor and Description |
---|
DefaultRoute(String description,
String type,
int mtu,
int vnic,
String gatewayAddress,
Integer adminDistance)
Instantiates a new default route.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getAdminDistance()
Gets the admin distance.
|
String |
getDescription()
Gets the description.
|
String |
getGatewayAddress()
Gets the gateway address.
|
int |
getMtu()
Gets the mtu.
|
String |
getType()
Gets the type.
|
int |
getVnic()
Gets the vnic.
|
public DefaultRoute(String description, String type, int mtu, int vnic, String gatewayAddress, Integer adminDistance)
description
- the descriptiontype
- the typemtu
- the mtuvnic
- the vnicgatewayAddress
- the gatewayAddressadminDistance
- the adminDistancepublic int getMtu()
Default is 1500. The MTU value cannot be higher than the MTU value set on the NSX Edge interface. By default, mtu is the MTU value of the interface on which the route is configured.
public int getVnic()
String
the vnicpublic String getGatewayAddress()
String
the gatewayAddressCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.